From 77491f01a3c77dd8903a0b454c83d4212377448f Mon Sep 17 00:00:00 2001 From: Daniel Sandler Date: Thu, 6 May 2010 16:15:49 -0400 Subject: [PATCH] Fix "p.m." in lockscreen (locale: es). Use padding instead of margin in DigitalClock's RelativeLayout params to ensure @id/am_pm's descenders aren't clipped. Bug: 2277477 Change-Id: I9c8ef0c60e8ac0d2f969de97e8bfe146553ac379 --- core/res/res/layout/keyguard_screen_tab_unlock.xml | 2 +- core/res/res/layout/keyguard_screen_tab_unlock_land.xml | 2 +- core/res/res/layout/keyguard_screen_unlock_landscape.xml | 2 +- core/res/res/layout/keyguard_screen_unlock_portrait.xml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/core/res/res/layout/keyguard_screen_tab_unlock.xml b/core/res/res/layout/keyguard_screen_tab_unlock.xml index 79ca6174cc7d8..200a1b294c0b3 100644 --- a/core/res/res/layout/keyguard_screen_tab_unlock.xml +++ b/core/res/res/layout/keyguard_screen_tab_unlock.xml @@ -65,7 +65,7 @@ android:layout_below="@id/carrier" android:layout_marginTop="52dip" android:layout_marginLeft="20dip" - android:layout_marginBottom="8dip" + android:paddingBottom="8dip" >