File tree Expand file tree Collapse file tree 2 files changed +6
-10
lines changed Expand file tree Collapse file tree 2 files changed +6
-10
lines changed Original file line number Diff line number Diff line change 10
10
android : orientation =" vertical"
11
11
android : padding =" @dimen/spacing_small" >
12
12
13
-
14
13
<Button
15
14
android : id =" @+id/btn_send_msg_after_3s"
16
15
style =" @style/BtnFont"
20
19
/>
21
20
22
21
<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"
32
23
style =" @style/Font"
33
24
android : layout_width =" match_parent"
34
25
android : layout_height =" wrap_content"
Original file line number Diff line number Diff line change 7
7
<string name =" test.clean" >CleanUtils Test</string >
8
8
<string name =" test.crash" >CrashUtils Test</string >
9
9
<string name =" test.device" >DeviceUtils Test</string >
10
+ <string name =" test.flashlight" >FlashlightUtils Test</string >
10
11
<string name =" test.handler" >HandlerUtils Test</string >
11
12
<string name =" test.image" >ImageUtils Test</string >
12
13
<string name =" test.keyboard" >KeyboardUtils Test</string >
37
38
<string name =" device.reboot_to_recovery" >Reboot To Recovery</string >
38
39
<string name =" device.reboot_to_bootloader" >Reboot To Bootloader</string >
39
40
41
+ <!-- Flashlight相关-->
42
+ <string name =" flashlight.open" >Open Flashlight</string >
43
+ <string name =" flashlight.close" >Close Flashlight</string >
44
+
40
45
<!-- Handler相关-->
41
46
<string name =" handler.send_msg_after_3s" >Send Msg After 3s</string >
42
47
You can’t perform that action at this time.
0 commit comments