summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authornijel8 <nijel8@gmail.com>2019-01-30 15:41:50 +0100
committernijel8 <nijel8@gmail.com>2019-02-01 06:43:02 +0100
commita83393910991aa93a3f1e7a7c84e64c612ce8d95 (patch)
treeae49d32b1637767042143dd7c76c651355312ebc
parentMerge "Revert "updater: Remove dead make_parents()."" into android-9.0 (diff)
downloadandroid_bootable_recovery-a83393910991aa93a3f1e7a7c84e64c612ce8d95.tar
android_bootable_recovery-a83393910991aa93a3f1e7a7c84e64c612ce8d95.tar.gz
android_bootable_recovery-a83393910991aa93a3f1e7a7c84e64c612ce8d95.tar.bz2
android_bootable_recovery-a83393910991aa93a3f1e7a7c84e64c612ce8d95.tar.lz
android_bootable_recovery-a83393910991aa93a3f1e7a7c84e64c612ce8d95.tar.xz
android_bootable_recovery-a83393910991aa93a3f1e7a7c84e64c612ce8d95.tar.zst
android_bootable_recovery-a83393910991aa93a3f1e7a7c84e64c612ce8d95.zip
-rw-r--r--gui/theme/landscape_hdpi/ui.xml5
-rw-r--r--gui/theme/landscape_mdpi/ui.xml5
-rw-r--r--gui/theme/portrait_hdpi/ui.xml5
-rw-r--r--gui/theme/portrait_mdpi/ui.xml5
4 files changed, 20 insertions, 0 deletions
diff --git a/gui/theme/landscape_hdpi/ui.xml b/gui/theme/landscape_hdpi/ui.xml
index 39f626f61..f1bd647f2 100644
--- a/gui/theme/landscape_hdpi/ui.xml
+++ b/gui/theme/landscape_hdpi/ui.xml
@@ -430,6 +430,11 @@
<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 cde1a5b76..cf30d898d 100644
--- a/gui/theme/landscape_mdpi/ui.xml
+++ b/gui/theme/landscape_mdpi/ui.xml
@@ -430,6 +430,11 @@
<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 0545b3f6b..3f3102a5e 100644
--- a/gui/theme/portrait_hdpi/ui.xml
+++ b/gui/theme/portrait_hdpi/ui.xml
@@ -334,6 +334,11 @@
<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 061d46b0e..f41ff79cb 100644
--- a/gui/theme/portrait_mdpi/ui.xml
+++ b/gui/theme/portrait_mdpi/ui.xml
@@ -334,6 +334,11 @@
<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"/>