diff options
author | Dees Troy <dees_troy@teamw.in> | 2013-02-19 15:41:23 +0100 |
---|---|---|
committer | Gerrit Code Review <gerrit@5.9.244.119> | 2013-02-19 15:41:23 +0100 |
commit | 72394403b98a3990f87e8dbb8cc8e585a3298e09 (patch) | |
tree | 7b69ecf13f3d4378f53f0c92b47fb9a7521660f1 /gui/devices/480x800/res/ui.xml | |
parent | Merge "Add highlight to file selector" into twrp2.4 (diff) | |
parent | Update listbox code (diff) | |
download | android_bootable_recovery-72394403b98a3990f87e8dbb8cc8e585a3298e09.tar android_bootable_recovery-72394403b98a3990f87e8dbb8cc8e585a3298e09.tar.gz android_bootable_recovery-72394403b98a3990f87e8dbb8cc8e585a3298e09.tar.bz2 android_bootable_recovery-72394403b98a3990f87e8dbb8cc8e585a3298e09.tar.lz android_bootable_recovery-72394403b98a3990f87e8dbb8cc8e585a3298e09.tar.xz android_bootable_recovery-72394403b98a3990f87e8dbb8cc8e585a3298e09.tar.zst android_bootable_recovery-72394403b98a3990f87e8dbb8cc8e585a3298e09.zip |
Diffstat (limited to 'gui/devices/480x800/res/ui.xml')
-rw-r--r-- | gui/devices/480x800/res/ui.xml | 16 |
1 files changed, 7 insertions, 9 deletions
diff --git a/gui/devices/480x800/res/ui.xml b/gui/devices/480x800/res/ui.xml index b2acb237f..718921d76 100644 --- a/gui/devices/480x800/res/ui.xml +++ b/gui/devices/480x800/res/ui.xml @@ -136,7 +136,7 @@ <variable name="fileselector_spacing" value="18" /> <variable name="listbox_x" value="5" /> <variable name="listbox_width" value="470" /> - <variable name="listbox_tz_height" value="280" /> + <variable name="listbox_tz_height" value="310" /> <variable name="listbox_background" value="#303030" /> <variable name="listbox_spacing" value="18" /> <variable name="sd_plus_x" value="280" /> @@ -2461,17 +2461,15 @@ <page name="timezone"> <object type="template" name="header" /> - <object type="text" color="%text_color%"> - <font resource="font" /> - <placement x="%center_x%" y="%row1_header_y%" placement="5" /> - <text>Select Time Zone</text> - </object> - <object type="listbox"> - <placement x="%listbox_x%" y="%row1_y%" w="%listbox_width%" h="%listbox_tz_height%" /> + <highlight color="%fileselector_highlight_color%" /> + <placement x="%listbox_x%" y="%row1_header_y%" w="%listbox_width%" h="%listbox_tz_height%" /> + <header background="%fileselector_header_background%" textcolor="%fileselector_header_textcolor%" separatorcolor="%fileselector_header_separatorcolor%" separatorheight="%fileselector_header_separatorheight%" /> + <text>Select Time Zone:</text> <icon selected="radio_true" unselected="radio_false" /> + <separator color="%fileselector_separatorcolor%" height="%fileselector_separatorheight%" /> <background color="%listbox_background%" /> - <font resource="font" spacing="%listbox_spacing%" color="%text_color%" /> + <font resource="font" spacing="%listbox_spacing%" color="%text_color%" highlightcolor="%fileselector_highlight_font_color%" /> <data name="tw_time_zone_guisel" /> <listitem name="(UTC -11) Samoa, Midway Island">BST11;BDT</listitem> <listitem name="(UTC -10) Hawaii">HST10;HDT</listitem> |