summaryrefslogtreecommitdiffstats
path: root/packages
diff options
context:
space:
mode:
authorAdrian Roos <roosa@google.com>2015-07-22 12:17:43 -0700
committerAdrian Roos <roosa@google.com>2015-07-22 12:17:54 -0700
commit0b923a2968f8db17be33aed8536e2639b2d9feb8 (patch)
treeb12a5a35fa3faeabaa18005c2e9e7bc097841bcd /packages
parent75f6b94a5d5cadb218725011729466e8e438b231 (diff)
downloadframeworks_base-0b923a2968f8db17be33aed8536e2639b2d9feb8.zip
frameworks_base-0b923a2968f8db17be33aed8536e2639b2d9feb8.tar.gz
frameworks_base-0b923a2968f8db17be33aed8536e2639b2d9feb8.tar.bz2
Fix cut off charging indication in certain scripts
Bug: 22620003 Change-Id: Ib9d8eb4bb0442db86c35374435086e04e71742d7
Diffstat (limited to 'packages')
-rw-r--r--packages/SystemUI/res/layout/keyguard_bottom_area.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/SystemUI/res/layout/keyguard_bottom_area.xml b/packages/SystemUI/res/layout/keyguard_bottom_area.xml
index 1488ad6..444f0f0 100644
--- a/packages/SystemUI/res/layout/keyguard_bottom_area.xml
+++ b/packages/SystemUI/res/layout/keyguard_bottom_area.xml
@@ -26,7 +26,7 @@
<com.android.systemui.statusbar.phone.KeyguardIndicationTextView
android:id="@+id/keyguard_indication_text"
- android:layout_width="wrap_content"
+ android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginBottom="@dimen/keyguard_indication_margin_bottom"
android:layout_gravity="bottom|center_horizontal"