diff options
author | bigbiff bigbiff <bigbiff@teamw.in> | 2014-07-27 23:45:51 +0200 |
---|---|---|
committer | Ethan Yonker <dees_troy@teamw.in> | 2014-07-28 16:00:36 +0200 |
commit | c45181db0902762fb670b56a173db7c331e564cb (patch) | |
tree | aa56e2c6816d4b3d7d62e688e09d5e7212d658f8 /gui/devices/portrait | |
parent | Allow ui.xml to include additional xml files to read (diff) | |
download | android_bootable_recovery-c45181db0902762fb670b56a173db7c331e564cb.tar android_bootable_recovery-c45181db0902762fb670b56a173db7c331e564cb.tar.gz android_bootable_recovery-c45181db0902762fb670b56a173db7c331e564cb.tar.bz2 android_bootable_recovery-c45181db0902762fb670b56a173db7c331e564cb.tar.lz android_bootable_recovery-c45181db0902762fb670b56a173db7c331e564cb.tar.xz android_bootable_recovery-c45181db0902762fb670b56a173db7c331e564cb.tar.zst android_bootable_recovery-c45181db0902762fb670b56a173db7c331e564cb.zip |
Diffstat (limited to 'gui/devices/portrait')
-rw-r--r-- | gui/devices/portrait/res/portrait.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gui/devices/portrait/res/portrait.xml b/gui/devices/portrait/res/portrait.xml index 466c64bbf..6a3618e62 100644 --- a/gui/devices/portrait/res/portrait.xml +++ b/gui/devices/portrait/res/portrait.xml @@ -1387,7 +1387,7 @@ </object> <object type="slider"> - <placement x="%slider_x%" y="slider_y" /> + <placement x="%slider_x%" y="%slider_y%" /> <resource base="slider" used="slider-used" touch="slider-touch" /> <action function="page">backup_run</action> </object> |