summaryrefslogtreecommitdiffstats
path: root/gui/theme/common/portrait.xml
diff options
context:
space:
mode:
authorz31s1g <z31s1g@googlemail.com>2016-01-30 16:50:09 +0100
committerDees Troy <dees_troy@teamw.in>2016-02-02 21:02:44 +0100
commit782e1c90b4aab8cd5ff1f6872e874a07074f014d (patch)
tree42051b07b68b25483b28b012b271250240dec9c8 /gui/theme/common/portrait.xml
parentgraphics: reintroduce flipped screens for fbdev (diff)
downloadandroid_bootable_recovery-782e1c90b4aab8cd5ff1f6872e874a07074f014d.tar
android_bootable_recovery-782e1c90b4aab8cd5ff1f6872e874a07074f014d.tar.gz
android_bootable_recovery-782e1c90b4aab8cd5ff1f6872e874a07074f014d.tar.bz2
android_bootable_recovery-782e1c90b4aab8cd5ff1f6872e874a07074f014d.tar.lz
android_bootable_recovery-782e1c90b4aab8cd5ff1f6872e874a07074f014d.tar.xz
android_bootable_recovery-782e1c90b4aab8cd5ff1f6872e874a07074f014d.tar.zst
android_bootable_recovery-782e1c90b4aab8cd5ff1f6872e874a07074f014d.zip
Diffstat (limited to '')
-rw-r--r--gui/theme/common/portrait.xml9
1 files changed, 5 insertions, 4 deletions
diff --git a/gui/theme/common/portrait.xml b/gui/theme/common/portrait.xml
index 8e1a0d27a..0ac2dfb88 100644
--- a/gui/theme/common/portrait.xml
+++ b/gui/theme/common/portrait.xml
@@ -3254,7 +3254,8 @@
<text>{@part_sd_hdr=Partition SD Card}</text>
</text>
- <partitionlist style="partitionlist_storage">
+ <partitionlist>
+ <placement x="%indent%" y="%row1a_y%" w="%content_width%" h="%partitionlist_storage_height%"/>
<text>{@sel_storage_list=Select Storage}</text>
<data name="tw_storage_path"/>
<listtype name="storage"/>
@@ -3262,12 +3263,12 @@
<text style="text_m_fail">
<condition var1="partitionlisterror" var2="1"/>
- <placement x="%center_x%" y="%row17_y%" placement="5"/>
+ <placement x="%center_x%" y="%row20_y%" placement="5"/>
<text>{@invalid_partsd_sel=You must select a removable device}</text>
</text>
- <button style="button_third_width">
- <placement x="%dialog_button_x%" y="%row14_y%"/>
+ <button style="main_button_half_height">
+ <placement x="%center_x%" y="%row21a_y%"/>
<text>{@ok_btn=OK}</text>
<actions>
<action function="getpartitiondetails">tw_storage_path</action>