diff options
author | Ethan Yonker <dees_troy@teamw.in> | 2015-07-22 15:22:33 +0200 |
---|---|---|
committer | Ethan Yonker <dees_troy@teamw.in> | 2015-07-22 15:22:33 +0200 |
commit | ffc91741458ccfca60692497aa95da84fc565e5a (patch) | |
tree | f9dd487ee659426fdb694fdfc3242bb67d91bc29 | |
parent | minui: add BOARD_USE_CUSTOM_RECOVERY_FONT (diff) | |
download | android_bootable_recovery-ffc91741458ccfca60692497aa95da84fc565e5a.tar android_bootable_recovery-ffc91741458ccfca60692497aa95da84fc565e5a.tar.gz android_bootable_recovery-ffc91741458ccfca60692497aa95da84fc565e5a.tar.bz2 android_bootable_recovery-ffc91741458ccfca60692497aa95da84fc565e5a.tar.lz android_bootable_recovery-ffc91741458ccfca60692497aa95da84fc565e5a.tar.xz android_bootable_recovery-ffc91741458ccfca60692497aa95da84fc565e5a.tar.zst android_bootable_recovery-ffc91741458ccfca60692497aa95da84fc565e5a.zip |
Diffstat (limited to '')
-rw-r--r-- | gui/devices/480x800/res/ui.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gui/devices/480x800/res/ui.xml b/gui/devices/480x800/res/ui.xml index 0d41c41de..341332f83 100644 --- a/gui/devices/480x800/res/ui.xml +++ b/gui/devices/480x800/res/ui.xml @@ -213,6 +213,8 @@ <templates> <template name="header"> + <background color="#000000FF" /> + <object type="fill" color="%button_fill_color%"> <placement x="0" y="0" w="480" h="98" /> </object> |