diff options
| author | 2010-05-25 17:13:18 -0700 | |
|---|---|---|
| committer | 2010-05-25 17:13:18 -0700 | |
| commit | b35cd7dde521746401158fdc4f3324e6e53e095a (patch) | |
| tree | 0ee0a22a0aac898ab657a572e456994b9e965152 | |
| parent | ac53a8a135b3e04692a553147eabf3cbafd321c1 (diff) | |
| parent | bae698cd54564b68bfd9a98f69cbf75964059f51 (diff) | |
Merge "Fix 2667859: change text back to default size" into kraken
| -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 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" /> <!-- "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 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" /> <!-- "emergency calls only" shown when sim is missing or PUKd --> |