-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
f158dd7
commit 6c19a01
Showing
30 changed files
with
252 additions
and
121 deletions.
There are no files selected for viewing
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified
BIN
+0 Bytes
(100%)
bin/classes/com/lwb/nicecontroller/app/SplashActivity.class
Binary file not shown.
Binary file modified
BIN
-727 Bytes
(70%)
bin/classes/com/lwb/nicecontroller/app/device/DeviceStatusFragment$1.class
Binary file not shown.
Binary file modified
BIN
-61 Bytes
(97%)
bin/classes/com/lwb/nicecontroller/app/device/DeviceStatusFragment$2.class
Binary file not shown.
Binary file modified
BIN
+949 Bytes
(110%)
bin/classes/com/lwb/nicecontroller/app/device/DeviceStatusFragment.class
Binary file not shown.
Binary file modified
BIN
+0 Bytes
(100%)
bin/classes/com/lwb/nicecontroller/app/main/NiceMainActivity$1.class
Binary file not shown.
Binary file modified
BIN
+0 Bytes
(100%)
bin/classes/com/lwb/nicecontroller/app/main/NiceMainActivity.class
Binary file not shown.
Binary file modified
BIN
+0 Bytes
(100%)
bin/classes/com/lwb/nicecontroller/app/user/activity/UserManagerActivity.class
Binary file not shown.
Binary file modified
BIN
+0 Bytes
(100%)
bin/classes/com/lwb/nicecontroller/app/user/activity/UserRegisterActivity.class
Binary file not shown.
Binary file modified
BIN
+0 Bytes
(100%)
bin/classes/com/lwb/nicecontroller/app/user/adpater/UserManagerAdpater.class
Binary file not shown.
Binary file modified
BIN
+0 Bytes
(100%)
bin/classes/com/lwb/nicecontroller/app/user/fragment/SettingFragment.class
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<selector xmlns:android="http://schemas.android.com/apk/res/android"> | ||
|
||
<item android:drawable="@drawable/motor_on" android:state_pressed="true"/> | ||
<item android:drawable="@drawable/motor_on" android:state_focused="true"/> | ||
<item android:drawable="@drawable/motor_on" android:state_enabled="false"/> | ||
<item android:drawable="@drawable/motor_on" android:state_selected="true"/> | ||
<item android:drawable="@drawable/motor_default"/> | ||
|
||
</selector> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" | ||
android:layout_width="match_parent" | ||
android:layout_height="match_parent" | ||
android:orientation="vertical" > | ||
|
||
<ImageView | ||
android:id="@+id/img_pic" | ||
android:layout_width="320dp" | ||
android:layout_height="240dp" | ||
android:layout_gravity="center" | ||
android:src="@color/black" /> | ||
|
||
</LinearLayout> |
Oops, something went wrong.