summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Jorim Jaggi <jjaggi@google.com> 2014-12-08 19:56:20 +0100
committer Jorim Jaggi <jjaggi@google.com> 2014-12-08 19:56:20 +0100
commitcf579e9be165a5ed9fc32f3e6cf5e7d234cce63c (patch)
tree1b076001692a43995886a5c2892fd089928782b6
parentdacc924a65d68e7888d8771baa14141329265ebf (diff)
Make hint text centerred if multiline
Bug: 18642776 Change-Id: I407670a7eb13c2d8ff9a7f3119b736b172aed377
-rw-r--r--packages/SystemUI/res/layout/keyguard_bottom_area.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/packages/SystemUI/res/layout/keyguard_bottom_area.xml b/packages/SystemUI/res/layout/keyguard_bottom_area.xml
index ca07c87498d6..4cf4f52d658d 100644
--- a/packages/SystemUI/res/layout/keyguard_bottom_area.xml
+++ b/packages/SystemUI/res/layout/keyguard_bottom_area.xml
@@ -29,6 +29,7 @@
android:layout_height="wrap_content"
android:layout_marginBottom="@dimen/keyguard_indication_margin_bottom"
android:layout_gravity="bottom|center_horizontal"
+ android:gravity="center_horizontal"
android:textStyle="italic"
android:textColor="#ffffff"
android:textAppearance="?android:attr/textAppearanceSmall" />