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 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"
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"
Original file line number Diff line number Diff line change 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 >
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
You can’t perform that action at this time.
0 commit comments