Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 2e4e25f3 authored by Jim Miller's avatar Jim Miller Committed by Android (Google) Code Review
Browse files

Merge "Fix 2287263: Change carrier TextView to be 1 line and marquee if text...

Merge "Fix 2287263: Change carrier TextView to be 1 line and marquee if text is too long." into eclair
parents 84207956 af1b980e
Loading
Loading
Loading
Loading
+14 −4
Original line number Diff line number Diff line
@@ -26,8 +26,7 @@
        android:layout_width="fill_parent"
        android:layout_height="wrap_content"
        android:layout_alignParentTop="true"
        android:orientation="vertical"
            >
        android:orientation="vertical">

        <!-- header text ('Enter Pin Code') -->
        <TextView android:id="@+id/headerText"
@@ -35,10 +34,21 @@
            android:layout_height="wrap_content"
            android:layout_marginTop="9dip"
            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"
        />

        <RelativeLayout
            android:layout_width="fill_parent"
            android:layout_height="wrap_content"
+4 −2
Original line number Diff line number Diff line
@@ -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"
        />

+3 −1
Original line number Diff line number Diff line
@@ -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"
            />

+2 −0
Original line number Diff line number Diff line
@@ -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"
+4 −1
Original line number Diff line number Diff line
@@ -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"
            />