summaryrefslogtreecommitdiffstats
path: root/gui/theme
diff options
context:
space:
mode:
Diffstat (limited to 'gui/theme')
-rw-r--r--gui/theme/common/landscape.xml85
-rw-r--r--gui/theme/common/portrait.xml19
-rw-r--r--gui/theme/common/watch.xml36
-rw-r--r--gui/theme/landscape_hdpi/splash.xml2
-rw-r--r--gui/theme/landscape_hdpi/ui.xml4
-rw-r--r--gui/theme/landscape_mdpi/splash.xml2
-rw-r--r--gui/theme/landscape_mdpi/ui.xml4
-rw-r--r--gui/theme/portrait_hdpi/splash.xml2
-rw-r--r--gui/theme/portrait_hdpi/ui.xml4
-rw-r--r--gui/theme/portrait_mdpi/splash.xml2
-rw-r--r--gui/theme/portrait_mdpi/ui.xml4
-rw-r--r--gui/theme/watch_mdpi/splash.xml2
-rw-r--r--gui/theme/watch_mdpi/ui.xml4
13 files changed, 99 insertions, 71 deletions
diff --git a/gui/theme/common/landscape.xml b/gui/theme/common/landscape.xml
index 3aed1981e..8ca508f51 100644
--- a/gui/theme/common/landscape.xml
+++ b/gui/theme/common/landscape.xml
@@ -3132,44 +3132,43 @@
</action>
</page>
- <page name="copylog">
- <template name="page"/>
-
- <text style="text_l">
- <placement x="%col1_x_header%" y="%row3_header_y%"/>
- <text>{@copying_log=Copy Logs to SD Card}</text>
- </text>
-
- <checkbox>
- <placement x="%indent%" y="%row4_y%"/>
- <text>{@include_kernel_log=Include Kernel Log}</text>
- <data variable="tw_include_kernel_log" value="1"/>
- </checkbox>
-
- <slider>
- <text>{@copying_log=Copy Logs to SD Card}</text>
- <actions>
- <action function="set">tw_back=advanced</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>
-
- <action>
- <touch key="home"/>
- <action function="page">main</action>
- </action>
-
- <action>
- <touch key="back"/>
- <actions>
- <action function="page">advanced</action>
- </actions>
- </action>
-
- </page>
+ <page name="copylog">
+ <template name="page"/>
+
+ <text style="text_l">
+ <placement x="%col1_x_header%" y="%row3_header_y%"/>
+ <text>{@copying_log=Copy Logs to SD Card}</text>
+ </text>
+
+ <checkbox>
+ <placement x="%indent%" y="%row4_y%"/>
+ <text>{@include_kernel_log=Include Kernel Log}</text>
+ <data variable="tw_include_kernel_log" value="1"/>
+ </checkbox>
+
+ <slider>
+ <text>{@copying_log=Copy Logs to SD Card}</text>
+ <actions>
+ <action function="set">tw_back=advanced</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>
+
+ <action>
+ <touch key="home"/>
+ <action function="page">main</action>
+ </action>
+
+ <action>
+ <touch key="back"/>
+ <actions>
+ <action function="page">advanced</action>
+ </actions>
+ </action>
+ </page>
<page name="advanced">
<template name="page"/>
@@ -3517,6 +3516,11 @@
<text>{@swipe_to_unlock=Swipe to Unlock}</text>
<action function="overlay"/>
</slider>
+
+ <action>
+ <touch key="power"/>
+ <action function="togglebacklight"/>
+ </action>
</page>
<page name="filemanagerlist">
@@ -4674,6 +4678,11 @@
</button>
<action>
+ <touch key="power"/>
+ <action function="togglebacklight"/>
+ </action>
+
+ <action>
<touch key="power+voldown"/>
<action function="screenshot"/>
</action>
diff --git a/gui/theme/common/portrait.xml b/gui/theme/common/portrait.xml
index b36b5a615..fd35364b0 100644
--- a/gui/theme/common/portrait.xml
+++ b/gui/theme/common/portrait.xml
@@ -386,9 +386,9 @@
</checkbox>
<checkbox>
- <placement x="%indent%" y="%row13a_y%" />
+ <placement x="%indent%" y="%row13a_y%"/>
<text>{@install_reboot_chk=Reboot after installation is complete}</text>
- <data variable="tw_install_reboot" />
+ <data variable="tw_install_reboot"/>
</checkbox>
<checkbox>
@@ -3410,8 +3410,8 @@
<actions>
<action function="set">tw_back=advanced</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_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>
@@ -3427,7 +3427,6 @@
<action function="page">advanced</action>
</actions>
</action>
-
</page>
<page name="advanced">
@@ -3779,6 +3778,11 @@
<text>{@swipe_to_unlock=Swipe to Unlock}</text>
<action function="overlay"/>
</slider>
+
+ <action>
+ <touch key="power"/>
+ <action function="togglebacklight"/>
+ </action>
</page>
<page name="filemanagerlist">
@@ -4755,6 +4759,11 @@
</button>
<action>
+ <touch key="power"/>
+ <action function="togglebacklight"/>
+ </action>
+
+ <action>
<touch key="power+voldown"/>
<action function="screenshot"/>
</action>
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>
diff --git a/gui/theme/landscape_hdpi/splash.xml b/gui/theme/landscape_hdpi/splash.xml
index 6616038dd..8da2fe6ea 100644
--- a/gui/theme/landscape_hdpi/splash.xml
+++ b/gui/theme/landscape_hdpi/splash.xml
@@ -5,7 +5,7 @@
<author>TeamWin</author>
<title>TWRP</title>
<description>splash screen</description>
- <themeversion>1</themeversion>
+ <themeversion>2</themeversion>
</details>
<resources>
diff --git a/gui/theme/landscape_hdpi/ui.xml b/gui/theme/landscape_hdpi/ui.xml
index 2e263520a..34ef530e3 100644
--- a/gui/theme/landscape_hdpi/ui.xml
+++ b/gui/theme/landscape_hdpi/ui.xml
@@ -6,7 +6,7 @@
<title>Backup Naowz</title>
<description>Default basic theme</description>
<preview>preview.png</preview>
- <themeversion>1</themeversion>
+ <themeversion>2</themeversion>
</details>
<include>
@@ -432,7 +432,7 @@
<action>
<touch key="power"/>
- <action function="overlay">lock</action>
+ <action function="togglebacklight"/>
</action>
<action>
diff --git a/gui/theme/landscape_mdpi/splash.xml b/gui/theme/landscape_mdpi/splash.xml
index 115d5bd90..ac71c2301 100644
--- a/gui/theme/landscape_mdpi/splash.xml
+++ b/gui/theme/landscape_mdpi/splash.xml
@@ -5,7 +5,7 @@
<author>TeamWin</author>
<title>TWRP</title>
<description>splash screen</description>
- <themeversion>1</themeversion>
+ <themeversion>2</themeversion>
</details>
<resources>
diff --git a/gui/theme/landscape_mdpi/ui.xml b/gui/theme/landscape_mdpi/ui.xml
index 8b63dcbfd..c2cfc4fb3 100644
--- a/gui/theme/landscape_mdpi/ui.xml
+++ b/gui/theme/landscape_mdpi/ui.xml
@@ -6,7 +6,7 @@
<title>Backup Naowz</title>
<description>Default basic theme</description>
<preview>preview.png</preview>
- <themeversion>1</themeversion>
+ <themeversion>2</themeversion>
</details>
<include>
@@ -432,7 +432,7 @@
<action>
<touch key="power"/>
- <action function="overlay">lock</action>
+ <action function="togglebacklight"/>
</action>
<action>
diff --git a/gui/theme/portrait_hdpi/splash.xml b/gui/theme/portrait_hdpi/splash.xml
index 02717e274..93932b983 100644
--- a/gui/theme/portrait_hdpi/splash.xml
+++ b/gui/theme/portrait_hdpi/splash.xml
@@ -5,7 +5,7 @@
<author>TeamWin</author>
<title>TWRP</title>
<description>splash screen</description>
- <themeversion>1</themeversion>
+ <themeversion>2</themeversion>
</details>
<resources>
diff --git a/gui/theme/portrait_hdpi/ui.xml b/gui/theme/portrait_hdpi/ui.xml
index a5ee22cd4..4bce1465c 100644
--- a/gui/theme/portrait_hdpi/ui.xml
+++ b/gui/theme/portrait_hdpi/ui.xml
@@ -6,7 +6,7 @@
<title>Backup Naowz</title>
<description>Default basic theme</description>
<preview>preview.png</preview>
- <themeversion>1</themeversion>
+ <themeversion>2</themeversion>
</details>
<include>
@@ -336,7 +336,7 @@
<action>
<touch key="power"/>
- <action function="overlay">lock</action>
+ <action function="togglebacklight"/>
</action>
<action>
diff --git a/gui/theme/portrait_mdpi/splash.xml b/gui/theme/portrait_mdpi/splash.xml
index e238ce15b..80338eb82 100644
--- a/gui/theme/portrait_mdpi/splash.xml
+++ b/gui/theme/portrait_mdpi/splash.xml
@@ -5,7 +5,7 @@
<author>TeamWin</author>
<title>TWRP</title>
<description>splash screen</description>
- <themeversion>1</themeversion>
+ <themeversion>2</themeversion>
</details>
<resources>
diff --git a/gui/theme/portrait_mdpi/ui.xml b/gui/theme/portrait_mdpi/ui.xml
index 9a0adf334..94c142863 100644
--- a/gui/theme/portrait_mdpi/ui.xml
+++ b/gui/theme/portrait_mdpi/ui.xml
@@ -6,7 +6,7 @@
<title>Backup Naowz</title>
<description>Default basic theme</description>
<preview>preview.png</preview>
- <themeversion>1</themeversion>
+ <themeversion>2</themeversion>
</details>
<include>
@@ -336,7 +336,7 @@
<action>
<touch key="power"/>
- <action function="overlay">lock</action>
+ <action function="togglebacklight"/>
</action>
<action>
diff --git a/gui/theme/watch_mdpi/splash.xml b/gui/theme/watch_mdpi/splash.xml
index 2c2538a93..2d70e5948 100644
--- a/gui/theme/watch_mdpi/splash.xml
+++ b/gui/theme/watch_mdpi/splash.xml
@@ -5,7 +5,7 @@
<author>TeamWin</author>
<title>TWRP</title>
<description>splash screen</description>
- <themeversion>1</themeversion>
+ <themeversion>2</themeversion>
</details>
<resources>
diff --git a/gui/theme/watch_mdpi/ui.xml b/gui/theme/watch_mdpi/ui.xml
index c56610bf2..3ef71aff0 100644
--- a/gui/theme/watch_mdpi/ui.xml
+++ b/gui/theme/watch_mdpi/ui.xml
@@ -7,7 +7,7 @@
<title>Backup Naowz</title>
<description>Default basic theme</description>
<preview>preview.png</preview>
- <themeversion>1</themeversion>
+ <themeversion>2</themeversion>
</details>
<include>
@@ -258,7 +258,7 @@
<action>
<touch key="power"/>
- <action function="overlay">lock</action>
+ <action function="togglebacklight"/>
</action>
<action>