Commit dd13756f authored by Brian Colonna's avatar Brian Colonna Committed by Android (Google) Code Review
Browse files

Merge "Added padding to PIN layout status and carrier text"

parents edcac2aa de4eb8e9
......@@ -92,6 +92,7 @@
android:textAppearance="?android:attr/textAppearanceMedium"
android:textSize="@dimen/keyguard_lockscreen_status_line_font_size"
android:drawablePadding="4dip"
android:paddingBottom="4dip"
/>
<!-- Password entry field -->
......@@ -170,6 +171,7 @@
android:drawablePadding="4dip"
android:singleLine="true"
android:ellipsize="marquee"
android:paddingTop="4dip"
/>
<Button
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment