diff options
author | Vojtech Bocek <vbocek@gmail.com> | 2015-01-07 20:40:56 +0100 |
---|---|---|
committer | Ethan Yonker <dees_troy@teamw.in> | 2015-01-09 23:10:03 +0100 |
commit | 8360a3438487f70cd78896a09a4ac5ff458b5f09 (patch) | |
tree | dd8789813d51052b4025e23d6d61b24315d02b44 /gui | |
parent | Run some actions in a separate thread (diff) | |
download | android_bootable_recovery-8360a3438487f70cd78896a09a4ac5ff458b5f09.tar android_bootable_recovery-8360a3438487f70cd78896a09a4ac5ff458b5f09.tar.gz android_bootable_recovery-8360a3438487f70cd78896a09a4ac5ff458b5f09.tar.bz2 android_bootable_recovery-8360a3438487f70cd78896a09a4ac5ff458b5f09.tar.lz android_bootable_recovery-8360a3438487f70cd78896a09a4ac5ff458b5f09.tar.xz android_bootable_recovery-8360a3438487f70cd78896a09a4ac5ff458b5f09.tar.zst android_bootable_recovery-8360a3438487f70cd78896a09a4ac5ff458b5f09.zip |
Diffstat (limited to 'gui')
-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 d157f85c1..889366966 100644 --- a/gui/devices/240x240/res/ui.xml +++ b/gui/devices/240x240/res/ui.xml @@ -272,7 +272,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 971e6371f..d8fec3bcc 100644 --- a/gui/devices/280x280/res/ui.xml +++ b/gui/devices/280x280/res/ui.xml @@ -272,7 +272,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 4678e855f..ee6a731a4 100644 --- a/gui/devices/320x320/res/ui.xml +++ b/gui/devices/320x320/res/ui.xml @@ -272,7 +272,7 @@ <object type="action"> <touch key="power" /> - <action function="overlay">lock</action> + <action function="key">back</action> </object> <object type="action"> |