Merge "Allows multi-line message on small-screen devices" into klp-dev

This commit is contained in:
Lifu Tang
2013-08-24 00:00:34 +00:00
committed by Android (Google) Code Review

View File

@@ -25,7 +25,7 @@
<RelativeLayout <RelativeLayout
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="match_parent" android:layout_height="wrap_content"
android:layout_marginStart="15dip" android:layout_marginStart="15dip"
android:layout_marginEnd="6dip" android:layout_marginEnd="6dip"
android:layout_marginTop="6dip" android:layout_marginTop="6dip"
@@ -35,11 +35,9 @@
<TextView android:id="@+android:id/title" <TextView android:id="@+android:id/title"
android:gravity="center" android:gravity="center"
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="match_parent" android:layout_height="wrap_content"
android:singleLine="true"
android:textAppearance="?android:attr/textAppearanceSmall" android:textAppearance="?android:attr/textAppearanceSmall"
android:ellipsize="marquee" android:textColor="?android:attr/textColorSecondary" />
android:fadingEdge="horizontal" />
</RelativeLayout> </RelativeLayout>