diff options
author | Daniel Sandler <dsandler@android.com> | 2009-12-07 18:35:36 -0800 |
---|---|---|
committer | Android Git Automerger <android-git-automerger@android.com> | 2009-12-07 18:35:36 -0800 |
commit | 0988fb3ff194bd236a109e09c092c189fb872c42 (patch) | |
tree | cf47f5575119077d10de060562f1df822bd03f6c | |
parent | 1877375cbc0c7ffb40021cc28906fa682b1738e5 (diff) | |
parent | 0128c250e3a81e5d3793126ad82b2ce3c387a4ef (diff) | |
download | frameworks_base-0988fb3ff194bd236a109e09c092c189fb872c42.zip frameworks_base-0988fb3ff194bd236a109e09c092c189fb872c42.tar.gz frameworks_base-0988fb3ff194bd236a109e09c092c189fb872c42.tar.bz2 |
am 0128c250: am 1b15acf7: Merge change I21eb4b87 into eclair-mr2
Merge commit '0128c250e3a81e5d3793126ad82b2ce3c387a4ef'
* commit '0128c250e3a81e5d3793126ad82b2ce3c387a4ef':
Allow room for descenders in am/pm text.
4 files changed, 20 insertions, 12 deletions
diff --git a/core/res/res/layout/keyguard_screen_tab_unlock.xml b/core/res/res/layout/keyguard_screen_tab_unlock.xml index f8944b5..a45faad 100644 --- a/core/res/res/layout/keyguard_screen_tab_unlock.xml +++ b/core/res/res/layout/keyguard_screen_tab_unlock.xml @@ -45,7 +45,6 @@ android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_below="@id/carrier" - android:layout_marginBottom="10dip" android:layout_marginTop="52dip" android:layout_marginLeft="20dip" > @@ -53,6 +52,8 @@ <TextView android:id="@+id/timeDisplay" android:layout_width="wrap_content" android:layout_height="wrap_content" + android:singleLine="true" + android:ellipsize="none" android:gravity="bottom" android:textSize="72sp" android:textAppearance="?android:attr/textAppearanceMedium" @@ -60,6 +61,7 @@ android:shadowDx="0" android:shadowDy="0" android:shadowRadius="3.0" + android:layout_marginBottom="10dip" /> @@ -67,10 +69,10 @@ android:layout_width="wrap_content" android:layout_height="fill_parent" android:gravity="bottom" - android:textSize="22sp" android:singleLine="true" + android:ellipsize="none" + android:textSize="22sp" android:layout_marginLeft="8dip" - android:layout_marginBottom="-6dip" android:textAppearance="?android:attr/textAppearanceMedium" android:shadowColor="#C0000000" android:shadowDx="0" 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 22c0b8e..1001697 100644 --- a/core/res/res/layout/keyguard_screen_tab_unlock_land.xml +++ b/core/res/res/layout/keyguard_screen_tab_unlock_land.xml @@ -49,7 +49,6 @@ android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_below="@id/carrier" - android:layout_marginBottom="8dip" android:layout_marginTop="56dip" > @@ -57,12 +56,15 @@ android:layout_width="wrap_content" android:layout_height="wrap_content" android:gravity="bottom" + android:singleLine="true" + android:ellipsize="none" android:textSize="72sp" android:textAppearance="?android:attr/textAppearanceMedium" android:shadowColor="#C0000000" android:shadowDx="0" android:shadowDy="0" android:shadowRadius="3.0" + android:layout_marginBottom="6dip" /> @@ -70,10 +72,10 @@ android:layout_width="wrap_content" android:layout_height="fill_parent" android:gravity="bottom" - android:textSize="22sp" android:singleLine="true" + android:ellipsize="none" + android:textSize="22sp" android:layout_marginLeft="8dip" - android:layout_marginBottom="-6dip" android:textAppearance="?android:attr/textAppearanceMedium" android:shadowColor="#C0000000" android:shadowDx="0" diff --git a/core/res/res/layout/keyguard_screen_unlock_landscape.xml b/core/res/res/layout/keyguard_screen_unlock_landscape.xml index 602a37c..f8f326a 100644 --- a/core/res/res/layout/keyguard_screen_unlock_landscape.xml +++ b/core/res/res/layout/keyguard_screen_unlock_landscape.xml @@ -60,7 +60,6 @@ android:layout_height="wrap_content" android:layout_alignParentTop="true" android:layout_alignParentLeft="true" - android:layout_marginBottom="8dip" android:layout_marginTop="8dip" > @@ -68,12 +67,15 @@ android:layout_width="wrap_content" android:layout_height="wrap_content" android:gravity="bottom" + android:singleLine="true" + android:ellipsize="none" android:textSize="72sp" android:textAppearance="?android:attr/textAppearanceMedium" android:shadowColor="#C0000000" android:shadowDx="0" android:shadowDy="0" android:shadowRadius="3.0" + android:layout_marginBottom="6dip" /> @@ -81,10 +83,10 @@ android:layout_width="wrap_content" android:layout_height="fill_parent" android:gravity="bottom" - android:textSize="22sp" android:singleLine="true" + android:ellipsize="none" + android:textSize="22sp" android:layout_marginLeft="8dip" - android:layout_marginBottom="-6dip" android:textAppearance="?android:attr/textAppearanceMedium" android:shadowColor="#C0000000" android:shadowDx="0" diff --git a/core/res/res/layout/keyguard_screen_unlock_portrait.xml b/core/res/res/layout/keyguard_screen_unlock_portrait.xml index 9ce5a25..d7c4aae 100644 --- a/core/res/res/layout/keyguard_screen_unlock_portrait.xml +++ b/core/res/res/layout/keyguard_screen_unlock_portrait.xml @@ -50,7 +50,6 @@ android:layout_alignParentLeft="true" android:layout_alignParentTop="true" android:layout_marginTop="15dip" - android:layout_marginBottom="6dip" android:layout_marginLeft="20dip" > @@ -58,22 +57,25 @@ android:layout_width="wrap_content" android:layout_height="wrap_content" android:gravity="bottom" + android:singleLine="true" + android:ellipsize="none" android:textSize="56sp" android:textAppearance="?android:attr/textAppearanceMedium" android:shadowColor="#C0000000" android:shadowDx="0" android:shadowDy="0" android:shadowRadius="3.0" + android:layout_marginBottom="6dip" /> <TextView android:id="@+id/am_pm" android:layout_width="wrap_content" android:layout_height="fill_parent" android:gravity="bottom" - android:textSize="18sp" android:singleLine="true" + android:ellipsize="none" + android:textSize="18sp" android:layout_marginLeft="4dip" - android:layout_marginBottom="-6dip" android:textAppearance="?android:attr/textAppearanceMedium" android:shadowColor="#C0000000" android:shadowDx="0" |