From e70d31f48d1c123544eb5e72b7b007d81ae8d8c9 Mon Sep 17 00:00:00 2001 From: Jorim Jaggi Date: Thu, 24 Apr 2014 22:08:30 +0200 Subject: Add text view for double-tap and unlock hint on Keyguard. Bug: 14080971 Change-Id: Id6f7344b01bb9666fe6add415ec4a28163315967 --- packages/SystemUI/res/layout/keyguard_bottom_area.xml | 10 ++++++++++ packages/SystemUI/res/values/strings.xml | 6 ++++++ 2 files changed, 16 insertions(+) (limited to 'packages/SystemUI/res') diff --git a/packages/SystemUI/res/layout/keyguard_bottom_area.xml b/packages/SystemUI/res/layout/keyguard_bottom_area.xml index 88b01c7..809adcd 100644 --- a/packages/SystemUI/res/layout/keyguard_bottom_area.xml +++ b/packages/SystemUI/res/layout/keyguard_bottom_area.xml @@ -31,4 +31,14 @@ android:scaleType="center" android:contentDescription="@string/accessibility_camera_button" systemui:glowBackground="@drawable/ic_sysbar_highlight_land" /> + + + \ No newline at end of file diff --git a/packages/SystemUI/res/values/strings.xml b/packages/SystemUI/res/values/strings.xml index f3c956c..b4a13d4 100644 --- a/packages/SystemUI/res/values/strings.xml +++ b/packages/SystemUI/res/values/strings.xml @@ -546,4 +546,10 @@ %d more + + + Tap again to open + + + Swipe up to unlock -- cgit v1.1