diff options
author | Dees_Troy <dees_troy@teamw.in> | 2012-10-08 16:28:52 +0200 |
---|---|---|
committer | Dees_Troy <dees_troy@teamw.in> | 2012-10-08 16:28:52 +0200 |
commit | e588d2565a0f08f66d4db82b64b9d8cf33cdd7a7 (patch) | |
tree | ad5fceb3764025c778482cd8385656b1ab425cf2 /gui/devices | |
parent | Fix derp with ORS during startup (diff) | |
download | android_bootable_recovery-e588d2565a0f08f66d4db82b64b9d8cf33cdd7a7.tar android_bootable_recovery-e588d2565a0f08f66d4db82b64b9d8cf33cdd7a7.tar.gz android_bootable_recovery-e588d2565a0f08f66d4db82b64b9d8cf33cdd7a7.tar.bz2 android_bootable_recovery-e588d2565a0f08f66d4db82b64b9d8cf33cdd7a7.tar.lz android_bootable_recovery-e588d2565a0f08f66d4db82b64b9d8cf33cdd7a7.tar.xz android_bootable_recovery-e588d2565a0f08f66d4db82b64b9d8cf33cdd7a7.tar.zst android_bootable_recovery-e588d2565a0f08f66d4db82b64b9d8cf33cdd7a7.zip |
Diffstat (limited to '')
-rw-r--r-- | gui/devices/720x1280/res/ui.xml | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/gui/devices/720x1280/res/ui.xml b/gui/devices/720x1280/res/ui.xml index 62b04568d..cf978cc04 100644 --- a/gui/devices/720x1280/res/ui.xml +++ b/gui/devices/720x1280/res/ui.xml @@ -809,10 +809,12 @@ <page name="confirm_action"> <object type="template" name="header" /> - <object type="image"> + <object type="button"> <condition var1="tw_show_exclamation" var2="1" /> - <image resource="exclamation" /> <placement x="%exclamation_x%" y="%exclamation_y%" /> + <font resource="font" color="%button_text_color%" /> + <text></text> + <image resource="exclamation" /> </object> <object type="text" color="%text_color%"> |