Skip to content

Commit caffcb5

Browse files
committed
see 12/05 log
1 parent 2578d84 commit caffcb5

File tree

2 files changed

+6
-10
lines changed

2 files changed

+6
-10
lines changed

app/src/main/res/layout/activity_handler.xml

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010
android:orientation="vertical"
1111
android:padding="@dimen/spacing_small">
1212

13-
1413
<Button
1514
android:id="@+id/btn_send_msg_after_3s"
1615
style="@style/BtnFont"
@@ -20,15 +19,7 @@
2019
/>
2120

2221
<TextView
23-
android:id="@+id/tv_about_handler0"
24-
style="@style/Font"
25-
android:layout_width="match_parent"
26-
android:layout_height="wrap_content"
27-
android:gravity="center"
28-
/>
29-
30-
<TextView
31-
android:id="@+id/tv_about_handler1"
22+
android:id="@+id/tv_about_handler"
3223
style="@style/Font"
3324
android:layout_width="match_parent"
3425
android:layout_height="wrap_content"

app/src/main/res/values/string.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
<string name="test.clean">CleanUtils Test</string>
88
<string name="test.crash">CrashUtils Test</string>
99
<string name="test.device">DeviceUtils Test</string>
10+
<string name="test.flashlight">FlashlightUtils Test</string>
1011
<string name="test.handler">HandlerUtils Test</string>
1112
<string name="test.image">ImageUtils Test</string>
1213
<string name="test.keyboard">KeyboardUtils Test</string>
@@ -37,6 +38,10 @@
3738
<string name="device.reboot_to_recovery">Reboot To Recovery</string>
3839
<string name="device.reboot_to_bootloader">Reboot To Bootloader</string>
3940

41+
<!--Flashlight相关-->
42+
<string name="flashlight.open">Open Flashlight</string>
43+
<string name="flashlight.close">Close Flashlight</string>
44+
4045
<!--Handler相关-->
4146
<string name="handler.send_msg_after_3s">Send Msg After 3s</string>
4247

0 commit comments

Comments
 (0)