diff options
author | Ethan Yonker <dees_troy@teamw.in> | 2014-12-12 23:59:10 +0100 |
---|---|---|
committer | Dees Troy <dees_troy@teamw.in> | 2015-01-09 23:37:04 +0100 |
commit | 751a85e759fd2d43d7e150b560ae4890978eaeda (patch) | |
tree | 32b54ad14ad9c88b329f5cae8a3f0e2f053ed8db /gui/devices | |
parent | Add locking to DataManager, remove unused C parts (diff) | |
download | android_bootable_recovery-751a85e759fd2d43d7e150b560ae4890978eaeda.tar android_bootable_recovery-751a85e759fd2d43d7e150b560ae4890978eaeda.tar.gz android_bootable_recovery-751a85e759fd2d43d7e150b560ae4890978eaeda.tar.bz2 android_bootable_recovery-751a85e759fd2d43d7e150b560ae4890978eaeda.tar.lz android_bootable_recovery-751a85e759fd2d43d7e150b560ae4890978eaeda.tar.xz android_bootable_recovery-751a85e759fd2d43d7e150b560ae4890978eaeda.tar.zst android_bootable_recovery-751a85e759fd2d43d7e150b560ae4890978eaeda.zip |
Diffstat (limited to '')
-rw-r--r-- | gui/devices/portrait/res/portrait.xml | 4 | ||||
-rw-r--r-- | gui/devices/watch/res/watch.xml | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/gui/devices/portrait/res/portrait.xml b/gui/devices/portrait/res/portrait.xml index b73297411..bb8e37217 100644 --- a/gui/devices/portrait/res/portrait.xml +++ b/gui/devices/portrait/res/portrait.xml @@ -1041,7 +1041,7 @@ <object type="button"> <highlight color="%highlight_color%" /> <fill color="%button_fill_color%" /> - <placement x="%col1_x%" y="%wipe_button_row1%" w="%button_fill_full_width%" h="%button_fill_half_height%" placement="5" /> + <placement x="%col1_x%" y="%wipe_button_row1%" w="%button_fill_full_width%" h="%button_fill_half_height%" /> <font resource="font" color="%button_text_color%" /> <text>Repair or Change File System</text> <actions> @@ -1494,7 +1494,7 @@ <object type="button"> <highlight color="%highlight_color%" /> <fill color="%button_fill_color%" /> - <placement x="%col1_x%" y="%row1_header_y%" w="%button_fill_full_width%" h="%button_fill_quarter_height%" placement="5" /> + <placement x="%col1_x%" y="%row1_header_y%" w="%button_fill_full_width%" h="%button_fill_quarter_height%" /> <font resource="font" color="%button_text_color%" /> <text>Backup Name: %tw_backup_name%</text> <actions> diff --git a/gui/devices/watch/res/watch.xml b/gui/devices/watch/res/watch.xml index 03effde31..dc787b37c 100644 --- a/gui/devices/watch/res/watch.xml +++ b/gui/devices/watch/res/watch.xml @@ -994,7 +994,7 @@ <object type="button"> <highlight color="%highlight_color%" /> <fill color="%button_fill_color%" /> - <placement x="%col1_x%" y="%wipe_button_row1%" w="%button_fill_full_width%" h="%button_fill_half_height%" placement="5" /> + <placement x="%col1_x%" y="%wipe_button_row1%" w="%button_fill_full_width%" h="%button_fill_half_height%" /> <font resource="font" color="%button_text_color%" /> <text>Repair or Change File System</text> <actions> @@ -1439,7 +1439,7 @@ <object type="button"> <highlight color="%highlight_color%" /> <fill color="%button_fill_color%" /> - <placement x="%col1_x%" y="%row1_header_y%" w="%button_fill_full_width%" h="%button_fill_quarter_height%" placement="5" /> + <placement x="%col1_x%" y="%row1_header_y%" w="%button_fill_full_width%" h="%button_fill_quarter_height%" /> <font resource="font" color="%button_text_color%" /> <text>Backup Name: %tw_backup_name%</text> <actions> |