diff options
author | Jim Miller <jaggies@google.com> | 2010-05-25 16:53:45 -0700 |
---|---|---|
committer | Jim Miller <jaggies@google.com> | 2010-05-25 16:53:45 -0700 |
commit | bae698cd54564b68bfd9a98f69cbf75964059f51 (patch) | |
tree | 91499f5a27f55c363465fb495ab39efbf33f8b30 | |
parent | f7617d3601519464400e8f6e9cf7030944b94d0c (diff) | |
download | frameworks_base-bae698cd54564b68bfd9a98f69cbf75964059f51.zip frameworks_base-bae698cd54564b68bfd9a98f69cbf75964059f51.tar.gz frameworks_base-bae698cd54564b68bfd9a98f69cbf75964059f51.tar.bz2 |
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
-rw-r--r-- | core/res/res/layout/keyguard_screen_tab_unlock.xml | 1 | ||||
-rw-r--r-- | core/res/res/layout/keyguard_screen_tab_unlock_land.xml | 1 |
2 files changed, 0 insertions, 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 79ca617..6edbdf9 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" /> <!-- "emergency calls only" shown when sim is missing or PUKd --> 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 8353887..e66b492 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" /> <!-- "emergency calls only" shown when sim is missing or PUKd --> |