This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
fyf
/
AndroidSmartClient
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
1
Wiki
Activity
Browse Source
1
tags/old_version_1
fyf
1 year ago
parent
368714aa44
commit
99c3a6cb5c
1 changed files
with
2 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-2
app/src/main/java/com/bonait/bnframework/modules/home/fragment/mode/imagebutton_control.java
+ 2
- 2
app/src/main/java/com/bonait/bnframework/modules/home/fragment/mode/imagebutton_control.java
View File
@@ -101,10 +101,10 @@ public class imagebutton_control extends LinearLayout {
{
if(Status)
{
image_u.setImageResource(
tz
_ys);
image_u.setImageResource(
ks
_ys);
}else
{
image_u.setImageResource(
ks
_ys);
image_u.setImageResource(
tz
_ys);
}
}
}
Write
Preview
Loading…
Cancel
Save