summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbigbiff bigbiff <bigbiff@teamw.in>2019-03-11 01:18:45 +0100
committerDees Troy <dees_troy@teamw.in>2019-03-18 21:54:20 +0100
commit3157f121ad439ae5cd6229739e8d1cba2710df45 (patch)
tree8e5607d4b59825b70635090ab08a99c3b0d28cb7
parentprebuilt: Avoid re-linking ARM64 specific library on other architectures (diff)
downloadandroid_bootable_recovery-3157f121ad439ae5cd6229739e8d1cba2710df45.tar
android_bootable_recovery-3157f121ad439ae5cd6229739e8d1cba2710df45.tar.gz
android_bootable_recovery-3157f121ad439ae5cd6229739e8d1cba2710df45.tar.bz2
android_bootable_recovery-3157f121ad439ae5cd6229739e8d1cba2710df45.tar.lz
android_bootable_recovery-3157f121ad439ae5cd6229739e8d1cba2710df45.tar.xz
android_bootable_recovery-3157f121ad439ae5cd6229739e8d1cba2710df45.tar.zst
android_bootable_recovery-3157f121ad439ae5cd6229739e8d1cba2710df45.zip
-rwxr-xr-x[-rw-r--r--]gui/theme/landscape_hdpi/ui.xml6
-rwxr-xr-x[-rw-r--r--]gui/theme/landscape_mdpi/ui.xml6
-rw-r--r--gui/theme/portrait_hdpi/ui.xml6
-rwxr-xr-x[-rw-r--r--]gui/theme/portrait_mdpi/ui.xml6
4 files changed, 4 insertions, 20 deletions
diff --git a/gui/theme/landscape_hdpi/ui.xml b/gui/theme/landscape_hdpi/ui.xml
index f1bd647f2..6e746a0dd 100644..100755
--- a/gui/theme/landscape_hdpi/ui.xml
+++ b/gui/theme/landscape_hdpi/ui.xml
@@ -295,6 +295,7 @@
</text>
<fill color="#000000">
+ <condition var1="tw_busy" var2="0"/>
<placement x="0" y="%navbar_y%" w="%screen_width%" h="%navbar_height%"/>
</fill>
@@ -430,11 +431,6 @@
<action function="key">back</action>
</button>
- <fill color="%background_color%">
- <condition var1="tw_busy" var2="1"/>
- <placement x="0" y="%navbar_y%" w="%screen_width%" h="%navbar_height%"/>
- </fill>
-
<action>
<touch key="power"/>
<action function="togglebacklight"/>
diff --git a/gui/theme/landscape_mdpi/ui.xml b/gui/theme/landscape_mdpi/ui.xml
index cf30d898d..24458ec61 100644..100755
--- a/gui/theme/landscape_mdpi/ui.xml
+++ b/gui/theme/landscape_mdpi/ui.xml
@@ -295,6 +295,7 @@
</text>
<fill color="#000000">
+ <condition var1="tw_busy" var2="0"/>
<placement x="0" y="%navbar_y%" w="%screen_width%" h="%navbar_height%"/>
</fill>
@@ -430,11 +431,6 @@
<action function="key">back</action>
</button>
- <fill color="%background_color%">
- <condition var1="tw_busy" var2="1"/>
- <placement x="0" y="%navbar_y%" w="%screen_width%" h="%navbar_height%"/>
- </fill>
-
<action>
<touch key="power"/>
<action function="togglebacklight"/>
diff --git a/gui/theme/portrait_hdpi/ui.xml b/gui/theme/portrait_hdpi/ui.xml
index 3f3102a5e..a7a0442f4 100644
--- a/gui/theme/portrait_hdpi/ui.xml
+++ b/gui/theme/portrait_hdpi/ui.xml
@@ -292,6 +292,7 @@
</text>
<fill color="#000000">
+ <condition var1="tw_busy" var2="0"/>
<placement x="0" y="%navbar_y%" w="%screen_width%" h="%navbar_height%"/>
</fill>
@@ -334,11 +335,6 @@
<action function="key">back</action>
</button>
- <fill color="%background_color%">
- <condition var1="tw_busy" var2="1"/>
- <placement x="0" y="%navbar_y%" w="%screen_width%" h="%navbar_height%"/>
- </fill>
-
<action>
<touch key="power"/>
<action function="togglebacklight"/>
diff --git a/gui/theme/portrait_mdpi/ui.xml b/gui/theme/portrait_mdpi/ui.xml
index f41ff79cb..0196a4906 100644..100755
--- a/gui/theme/portrait_mdpi/ui.xml
+++ b/gui/theme/portrait_mdpi/ui.xml
@@ -292,6 +292,7 @@
</text>
<fill color="#000000">
+ <condition var1="tw_busy" var2="0"/>
<placement x="0" y="%navbar_y%" w="%screen_width%" h="%navbar_height%"/>
</fill>
@@ -334,11 +335,6 @@
<action function="key">back</action>
</button>
- <fill color="%background_color%">
- <condition var1="tw_busy" var2="1"/>
- <placement x="0" y="%navbar_y%" w="%screen_width%" h="%navbar_height%"/>
- </fill>
-
<action>
<touch key="power"/>
<action function="togglebacklight"/>