From 9472ba1d39e85b11c28d16b793fac1150ba153e5 Mon Sep 17 00:00:00 2001 From: Matt Mower Date: Wed, 20 Jan 2016 18:12:47 -0600 Subject: gui: Actions: Toggle backlight on power key Create GUIAction to handle KEY_POWER with a screen backlight toggle. Change-Id: Iad0a7923b4a776e0336722db74d6fc46cd0107a2 --- gui/theme/common/landscape.xml | 5 +++++ gui/theme/common/portrait.xml | 5 +++++ gui/theme/common/watch.xml | 5 +++++ gui/theme/landscape_hdpi/ui.xml | 2 +- gui/theme/landscape_mdpi/ui.xml | 2 +- gui/theme/portrait_hdpi/ui.xml | 2 +- gui/theme/portrait_mdpi/ui.xml | 2 +- gui/theme/watch_mdpi/ui.xml | 2 +- 8 files changed, 20 insertions(+), 5 deletions(-) (limited to 'gui/theme') diff --git a/gui/theme/common/landscape.xml b/gui/theme/common/landscape.xml index 3aed1981e..b0e4238b8 100644 --- a/gui/theme/common/landscape.xml +++ b/gui/theme/common/landscape.xml @@ -3517,6 +3517,11 @@ {@swipe_to_unlock=Swipe to Unlock} + + + + + diff --git a/gui/theme/common/portrait.xml b/gui/theme/common/portrait.xml index 80e358b77..7e30be41e 100644 --- a/gui/theme/common/portrait.xml +++ b/gui/theme/common/portrait.xml @@ -3779,6 +3779,11 @@ {@swipe_to_unlock=Swipe to Unlock} + + + + + diff --git a/gui/theme/common/watch.xml b/gui/theme/common/watch.xml index 921e72c60..a62b2b393 100644 --- a/gui/theme/common/watch.xml +++ b/gui/theme/common/watch.xml @@ -4424,6 +4424,11 @@ {@swipe_unlock= Unlock} + + + + + diff --git a/gui/theme/landscape_hdpi/ui.xml b/gui/theme/landscape_hdpi/ui.xml index 2e263520a..16efc8812 100644 --- a/gui/theme/landscape_hdpi/ui.xml +++ b/gui/theme/landscape_hdpi/ui.xml @@ -432,7 +432,7 @@ - lock + diff --git a/gui/theme/landscape_mdpi/ui.xml b/gui/theme/landscape_mdpi/ui.xml index 8b63dcbfd..bb8f1726a 100644 --- a/gui/theme/landscape_mdpi/ui.xml +++ b/gui/theme/landscape_mdpi/ui.xml @@ -432,7 +432,7 @@ - lock + diff --git a/gui/theme/portrait_hdpi/ui.xml b/gui/theme/portrait_hdpi/ui.xml index a5ee22cd4..67eaa5aaf 100644 --- a/gui/theme/portrait_hdpi/ui.xml +++ b/gui/theme/portrait_hdpi/ui.xml @@ -336,7 +336,7 @@ - lock + diff --git a/gui/theme/portrait_mdpi/ui.xml b/gui/theme/portrait_mdpi/ui.xml index 9a0adf334..8d424dbd5 100644 --- a/gui/theme/portrait_mdpi/ui.xml +++ b/gui/theme/portrait_mdpi/ui.xml @@ -336,7 +336,7 @@ - lock + diff --git a/gui/theme/watch_mdpi/ui.xml b/gui/theme/watch_mdpi/ui.xml index c56610bf2..b2f069d09 100644 --- a/gui/theme/watch_mdpi/ui.xml +++ b/gui/theme/watch_mdpi/ui.xml @@ -258,7 +258,7 @@ - lock + -- cgit v1.2.3