summaryrefslogtreecommitdiffstats
path: root/core/res
diff options
context:
space:
mode:
authorKenny Root <kroot@google.com>2010-01-28 13:15:56 -0800
committerKenny Root <kroot@google.com>2010-01-28 13:16:19 -0800
commite096ddee54e022859bedc9f13b0c2d690dc5110e (patch)
treeb4b4abe2d4b9f13d728520090e9af5ec354a9803 /core/res
parent2fd75f35158b8347251d18e8ec48585d6e020777 (diff)
parent33ca1f32183e27247b31a4f7b5b78191fb8dbd77 (diff)
downloadframeworks_base-e096ddee54e022859bedc9f13b0c2d690dc5110e.zip
frameworks_base-e096ddee54e022859bedc9f13b0c2d690dc5110e.tar.gz
frameworks_base-e096ddee54e022859bedc9f13b0c2d690dc5110e.tar.bz2
resolved conflicts for merge of 33ca1f32 to master
Change-Id: If5344c23c4fd727c0ad684859126337de6ca1d9f
Diffstat (limited to 'core/res')
-rw-r--r--core/res/res/layout/keyguard_screen_sim_pin_portrait.xml12
-rw-r--r--core/res/res/layout/keyguard_screen_tab_unlock.xml6
-rw-r--r--core/res/res/layout/keyguard_screen_tab_unlock_land.xml4
-rw-r--r--core/res/res/layout/keyguard_screen_unlock_landscape.xml2
-rw-r--r--core/res/res/layout/keyguard_screen_unlock_portrait.xml5
5 files changed, 24 insertions, 5 deletions
diff --git a/core/res/res/layout/keyguard_screen_sim_pin_portrait.xml b/core/res/res/layout/keyguard_screen_sim_pin_portrait.xml
index 1f7f8f7..009148f 100644
--- a/core/res/res/layout/keyguard_screen_sim_pin_portrait.xml
+++ b/core/res/res/layout/keyguard_screen_sim_pin_portrait.xml
@@ -33,9 +33,19 @@
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:gravity="center"
- android:lines="2"
+ android:singleLine="true"
android:textAppearance="?android:attr/textAppearanceLarge"/>
+ <!-- Carrier info -->
+ <TextView android:id="@+id/carrier"
+ android:layout_width="fill_parent"
+ android:layout_height="wrap_content"
+ android:layout_marginTop="9dip"
+ android:gravity="center"
+ android:singleLine="true"
+ android:ellipsize="marquee"
+ android:textAppearance="?android:attr/textAppearanceMedium"/>
+
<!-- password entry -->
<LinearLayout
android:layout_width="match_parent"
diff --git a/core/res/res/layout/keyguard_screen_tab_unlock.xml b/core/res/res/layout/keyguard_screen_tab_unlock.xml
index f9566d8..fd34f7b 100644
--- a/core/res/res/layout/keyguard_screen_tab_unlock.xml
+++ b/core/res/res/layout/keyguard_screen_tab_unlock.xml
@@ -28,7 +28,7 @@
android:background="#70000000"
android:gravity="center_horizontal"
android:id="@+id/root">
-
+
<TextView
android:id="@+id/carrier"
android:layout_width="wrap_content"
@@ -37,6 +37,8 @@
android:layout_alignParentRight="true"
android:layout_marginTop="10dip"
android:layout_marginRight="8dip"
+ android:singleLine="true"
+ android:ellipsize="marquee"
android:textAppearance="?android:attr/textAppearanceMedium"
/>
@@ -144,7 +146,7 @@
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_alignParentBottom="true"
- android:layout_marginBottom="80dip"
+ android:layout_marginBottom="80dip"
/>
</RelativeLayout>
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 9965554..617b738 100644
--- a/core/res/res/layout/keyguard_screen_tab_unlock_land.xml
+++ b/core/res/res/layout/keyguard_screen_tab_unlock_land.xml
@@ -27,7 +27,7 @@
android:orientation="horizontal"
android:background="#70000000"
android:id="@+id/root">
-
+
<!-- left side -->
<RelativeLayout
android:layout_width="0dip"
@@ -42,6 +42,8 @@
android:layout_height="wrap_content"
android:layout_alignParentTop="true"
android:layout_marginTop="20dip"
+ android:singleLine="true"
+ android:ellipsize="marquee"
android:textAppearance="?android:attr/textAppearanceMedium"
/>
diff --git a/core/res/res/layout/keyguard_screen_unlock_landscape.xml b/core/res/res/layout/keyguard_screen_unlock_landscape.xml
index 58f36ed..efd2044 100644
--- a/core/res/res/layout/keyguard_screen_unlock_landscape.xml
+++ b/core/res/res/layout/keyguard_screen_unlock_landscape.xml
@@ -54,6 +54,8 @@
android:textSize="17sp"
android:drawablePadding="4dip"
android:layout_marginTop="32dip"
+ android:singleLine="true"
+ android:ellipsize="marquee"
/>
<com.android.internal.widget.DigitalClock android:id="@+id/time"
android:layout_width="wrap_content"
diff --git a/core/res/res/layout/keyguard_screen_unlock_portrait.xml b/core/res/res/layout/keyguard_screen_unlock_portrait.xml
index ac6cf19..eb150f5 100644
--- a/core/res/res/layout/keyguard_screen_unlock_portrait.xml
+++ b/core/res/res/layout/keyguard_screen_unlock_portrait.xml
@@ -41,6 +41,9 @@
android:layout_marginTop="6dip"
android:layout_alignParentRight="true"
android:layout_marginRight="8dip"
+ android:layout_toRightOf="@+id/time"
+ android:singleLine="true"
+ android:ellipsize="marquee"
android:textAppearance="?android:attr/textAppearanceMedium"
/>
@@ -93,7 +96,7 @@
android:layout_marginLeft="24dip"
android:textAppearance="?android:attr/textAppearanceMedium"
/>
-
+
</RelativeLayout>
<View