From bae698cd54564b68bfd9a98f69cbf75964059f51 Mon Sep 17 00:00:00 2001 From: Jim Miller Date: Tue, 25 May 2010 16:53:45 -0700 Subject: Fix 2667859: change text back to default size This reverts a change described in the above bug where the font size got changed to 22dip. Change-Id: I42e2dc06e94aba003fa00032b265c986959ce939 --- core/res/res/layout/keyguard_screen_tab_unlock.xml | 1 - core/res/res/layout/keyguard_screen_tab_unlock_land.xml | 1 - 2 files changed, 2 deletions(-) diff --git a/core/res/res/layout/keyguard_screen_tab_unlock.xml b/core/res/res/layout/keyguard_screen_tab_unlock.xml index 79ca6174cc7d..6edbdf9300d9 100644 --- a/core/res/res/layout/keyguard_screen_tab_unlock.xml +++ b/core/res/res/layout/keyguard_screen_tab_unlock.xml @@ -41,7 +41,6 @@ android:ellipsize="marquee" android:gravity="right|bottom" android:textAppearance="?android:attr/textAppearanceMedium" - android:textSize="22sp" /> diff --git a/core/res/res/layout/keyguard_screen_tab_unlock_land.xml b/core/res/res/layout/keyguard_screen_tab_unlock_land.xml index 8353887b4f10..e66b49255925 100644 --- a/core/res/res/layout/keyguard_screen_tab_unlock_land.xml +++ b/core/res/res/layout/keyguard_screen_tab_unlock_land.xml @@ -46,7 +46,6 @@ android:ellipsize="marquee" android:gravity="right|bottom" android:textAppearance="?android:attr/textAppearanceMedium" - android:textSize="22sp" /> -- cgit v1.2.3-59-g8ed1b