Merge "Fix inconsistent layout param in notification" into lmp-dev

This commit is contained in:
Jorim Jaggi
2014-09-11 12:40:03 +00:00
committed by Android (Google) Code Review

View File

@@ -24,7 +24,7 @@
>
<TextView android:id="@+id/title"
android:textAppearance="@style/TextAppearance.Material.Notification.Title"
android:layout_width="match_parent"
android:layout_width="0dp"
android:layout_height="wrap_content"
android:singleLine="true"
android:ellipsize="marquee"