diff options
author | Adrian Roos <roosa@google.com> | 2015-07-23 00:50:55 +0000 |
---|---|---|
committer | Android (Google) Code Review <android-gerrit@google.com> | 2015-07-23 00:50:55 +0000 |
commit | f21706440499df8076f6cd14955e09cb461baf2d (patch) | |
tree | 8419bf232a2de3aa16c2668e7bcb5fafc28271f2 /packages | |
parent | 5507bb41b0cb11fe36573d59dc4ec8ed03cf7715 (diff) | |
parent | 0b923a2968f8db17be33aed8536e2639b2d9feb8 (diff) | |
download | frameworks_base-f21706440499df8076f6cd14955e09cb461baf2d.zip frameworks_base-f21706440499df8076f6cd14955e09cb461baf2d.tar.gz frameworks_base-f21706440499df8076f6cd14955e09cb461baf2d.tar.bz2 |
Merge "Fix cut off charging indication in certain scripts" into mnc-dev
Diffstat (limited to 'packages')
-rw-r--r-- | packages/SystemUI/res/layout/keyguard_bottom_area.xml | 2 |
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" |