diff options
author | Dees Troy <dees_troy@teamw.in> | 2015-01-09 23:10:49 +0100 |
---|---|---|
committer | Gerrit Code Review <gerrit2@gerrit> | 2015-01-09 23:10:49 +0100 |
commit | f9d818d2eb40df93fc078eef0894c889639f86b1 (patch) | |
tree | fac27a67963ccb2b9c7bd9431225799ce1cf5e76 /gui | |
parent | Improve GUI handling of zip flashing (diff) | |
parent | Use power button to go back in watch themes (diff) | |
download | android_bootable_recovery-f9d818d2eb40df93fc078eef0894c889639f86b1.tar android_bootable_recovery-f9d818d2eb40df93fc078eef0894c889639f86b1.tar.gz android_bootable_recovery-f9d818d2eb40df93fc078eef0894c889639f86b1.tar.bz2 android_bootable_recovery-f9d818d2eb40df93fc078eef0894c889639f86b1.tar.lz android_bootable_recovery-f9d818d2eb40df93fc078eef0894c889639f86b1.tar.xz android_bootable_recovery-f9d818d2eb40df93fc078eef0894c889639f86b1.tar.zst android_bootable_recovery-f9d818d2eb40df93fc078eef0894c889639f86b1.zip |
Diffstat (limited to '')
-rw-r--r-- | gui/devices/240x240/res/ui.xml | 2 | ||||
-rw-r--r-- | gui/devices/280x280/res/ui.xml | 2 | ||||
-rw-r--r-- | gui/devices/320x320/res/ui.xml | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/gui/devices/240x240/res/ui.xml b/gui/devices/240x240/res/ui.xml index 7448ae5ec..f1cd46110 100644 --- a/gui/devices/240x240/res/ui.xml +++ b/gui/devices/240x240/res/ui.xml @@ -273,7 +273,7 @@ <object type="action"> <touch key="power" /> - <action function="overlay">lock</action> + <action function="key">back</action> </object> <object type="action"> diff --git a/gui/devices/280x280/res/ui.xml b/gui/devices/280x280/res/ui.xml index ae8c27d3f..24e6e4ce5 100644 --- a/gui/devices/280x280/res/ui.xml +++ b/gui/devices/280x280/res/ui.xml @@ -273,7 +273,7 @@ <object type="action"> <touch key="power" /> - <action function="overlay">lock</action> + <action function="key">back</action> </object> <object type="action"> diff --git a/gui/devices/320x320/res/ui.xml b/gui/devices/320x320/res/ui.xml index 4a03855ef..6558d0b23 100644 --- a/gui/devices/320x320/res/ui.xml +++ b/gui/devices/320x320/res/ui.xml @@ -273,7 +273,7 @@ <object type="action"> <touch key="power" /> - <action function="overlay">lock</action> + <action function="key">back</action> </object> <object type="action"> |