diff options
-rw-r--r-- | core/res/res/layout/keyguard_screen_password_portrait.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/core/res/res/layout/keyguard_screen_password_portrait.xml b/core/res/res/layout/keyguard_screen_password_portrait.xml index 053acb2..cfcc794 100644 --- a/core/res/res/layout/keyguard_screen_password_portrait.xml +++ b/core/res/res/layout/keyguard_screen_password_portrait.xml @@ -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 |