diff options
author | Matt Mower <mowerm@gmail.com> | 2016-01-22 06:14:39 +0100 |
---|---|---|
committer | Dees Troy <dees_troy@teamw.in> | 2017-01-21 15:31:24 +0100 |
commit | 0c347d597a4c16a083392662eb6f13e723f68205 (patch) | |
tree | 058da8efa8e147ad0727d2c04c6a8ca8177ca1c7 /gui/theme | |
parent | Whitespace cleanup in Themes (diff) | |
download | android_bootable_recovery-0c347d597a4c16a083392662eb6f13e723f68205.tar android_bootable_recovery-0c347d597a4c16a083392662eb6f13e723f68205.tar.gz android_bootable_recovery-0c347d597a4c16a083392662eb6f13e723f68205.tar.bz2 android_bootable_recovery-0c347d597a4c16a083392662eb6f13e723f68205.tar.lz android_bootable_recovery-0c347d597a4c16a083392662eb6f13e723f68205.tar.xz android_bootable_recovery-0c347d597a4c16a083392662eb6f13e723f68205.tar.zst android_bootable_recovery-0c347d597a4c16a083392662eb6f13e723f68205.zip |
Diffstat (limited to 'gui/theme')
-rw-r--r-- | gui/theme/common/landscape.xml | 5 | ||||
-rw-r--r-- | gui/theme/common/portrait.xml | 5 | ||||
-rw-r--r-- | gui/theme/common/watch.xml | 5 |
3 files changed, 15 insertions, 0 deletions
diff --git a/gui/theme/common/landscape.xml b/gui/theme/common/landscape.xml index ff5dddd50..8ca508f51 100644 --- a/gui/theme/common/landscape.xml +++ b/gui/theme/common/landscape.xml @@ -4678,6 +4678,11 @@ </button> <action> + <touch key="power"/> + <action function="togglebacklight"/> + </action> + + <action> <touch key="power+voldown"/> <action function="screenshot"/> </action> diff --git a/gui/theme/common/portrait.xml b/gui/theme/common/portrait.xml index 133d55545..fd35364b0 100644 --- a/gui/theme/common/portrait.xml +++ b/gui/theme/common/portrait.xml @@ -4759,6 +4759,11 @@ </button> <action> + <touch key="power"/> + <action function="togglebacklight"/> + </action> + + <action> <touch key="power+voldown"/> <action function="screenshot"/> </action> diff --git a/gui/theme/common/watch.xml b/gui/theme/common/watch.xml index 40ebb8e3d..6a7e6ebb8 100644 --- a/gui/theme/common/watch.xml +++ b/gui/theme/common/watch.xml @@ -5363,6 +5363,11 @@ </button> <action> + <touch key="power"/> + <action function="togglebacklight"/> + </action> + + <action> <touch key="power+voldown"/> <action function="screenshot"/> </action> |