summaryrefslogtreecommitdiffstats
path: root/gui/theme/common/watch.xml
diff options
context:
space:
mode:
Diffstat (limited to 'gui/theme/common/watch.xml')
-rw-r--r--gui/theme/common/watch.xml36
1 files changed, 23 insertions, 13 deletions
diff --git a/gui/theme/common/watch.xml b/gui/theme/common/watch.xml
index 921e72c60..6a7e6ebb8 100644
--- a/gui/theme/common/watch.xml
+++ b/gui/theme/common/watch.xml
@@ -237,22 +237,22 @@
</button>
</page>
- <page name="copylog">
- <template name="page"/>
+ <page name="copylog">
+ <template name="page"/>
- <checkbox>
+ <checkbox>
<placement x="%indent%" y="%row1_y%"/>
- <text>{@include_kernel_log=Include Kernel Log}</text>
- <data variable="tw_include_kernel_log" value="1"/>
- </checkbox>
+ <text>{@include_kernel_log=Include Kernel Log}</text>
+ <data variable="tw_include_kernel_log" value="1"/>
+ </checkbox>
<slider>
<text>{@swipe_confirm= Confirm}</text>
<actions>
- <action function="set">tw_back=main3</action>
- <action function="set">tw_action=copylog</action>
- <action function="set">tw_action_text1={@copying_log=Copy Logs to SD Card}</action>
- <action function="set">tw_complete_text1={@copy_log_complete=Logs Copy Completed}</action>
+ <action function="set">tw_back=main3</action>
+ <action function="set">tw_action=copylog</action>
+ <action function="set">tw_action_text1={@copying_log=Copy Logs to SD Card}</action>
+ <action function="set">tw_complete_text1={@copy_log_complete=Logs Copy Completed}</action>
<action function="page">action_page</action>
</actions>
</slider>
@@ -266,7 +266,7 @@
<touch key="home"/>
<action function="page">main</action>
</action>
- </page>
+ </page>
<page name="main3">
<template name="page"/>
@@ -549,9 +549,9 @@
</checkbox>
<checkbox>
- <placement x="%indent%" y="%row4_y%" />
+ <placement x="%indent%" y="%row4_y%"/>
<text>{@install_reboot_chk=Reboot after installation is complete}</text>
- <data variable="tw_install_reboot" />
+ <data variable="tw_install_reboot"/>
</checkbox>
<button>
@@ -4424,6 +4424,11 @@
<text>{@swipe_unlock= Unlock}</text>
<action function="overlay"/>
</slider>
+
+ <action>
+ <touch key="power"/>
+ <action function="togglebacklight"/>
+ </action>
</page>
<page name="filemanagerlist">
@@ -5358,6 +5363,11 @@
</button>
<action>
+ <touch key="power"/>
+ <action function="togglebacklight"/>
+ </action>
+
+ <action>
<touch key="power+voldown"/>
<action function="screenshot"/>
</action>