From e804cb56d02cc31b917e755670f08cb4ec60cf80 Mon Sep 17 00:00:00 2001 From: John Spurlock Date: Fri, 14 Jun 2013 13:59:31 -0400 Subject: Stabilize hideybar confirmation toast. Remove gravity workaround no longer needed after recent window manager layout fix. Also migrate instable code-based toast text calculation to use the resource system properly. Change-Id: Ifa380e387389ed9917336ad19dfde49f67a5fb10 --- packages/SystemUI/res/values-land/refs.xml | 20 ++++++++++++++++++++ packages/SystemUI/res/values-sw600dp-port/refs.xml | 20 ++++++++++++++++++++ packages/SystemUI/res/values/strings.xml | 11 ++++------- 3 files changed, 44 insertions(+), 7 deletions(-) create mode 100644 packages/SystemUI/res/values-land/refs.xml create mode 100644 packages/SystemUI/res/values-sw600dp-port/refs.xml (limited to 'packages/SystemUI/res') diff --git a/packages/SystemUI/res/values-land/refs.xml b/packages/SystemUI/res/values-land/refs.xml new file mode 100644 index 0000000..f5e79b9 --- /dev/null +++ b/packages/SystemUI/res/values-land/refs.xml @@ -0,0 +1,20 @@ + + + + @string/hideybar_confirmation_message_long + diff --git a/packages/SystemUI/res/values-sw600dp-port/refs.xml b/packages/SystemUI/res/values-sw600dp-port/refs.xml new file mode 100644 index 0000000..f5e79b9 --- /dev/null +++ b/packages/SystemUI/res/values-sw600dp-port/refs.xml @@ -0,0 +1,20 @@ + + + + @string/hideybar_confirmation_message_long + diff --git a/packages/SystemUI/res/values/strings.xml b/packages/SystemUI/res/values/strings.xml index 9498fe4..a462465 100644 --- a/packages/SystemUI/res/values/strings.xml +++ b/packages/SystemUI/res/values/strings.xml @@ -517,12 +517,9 @@ Access them anytime by swiping down.\nSwipe down again for system controls. - - Swipe up from bottom of screen to reveal system bar + + Swipe edge of screen to reveal bar - - Swipe bottom of screen to reveal bar - - - Swipe from right of screen to reveal system bar + + Swipe from edge of screen to reveal system bar -- cgit v1.1