|
|
|
|
|
|
|
|
android:padding="6dp" > |
|
|
android:padding="6dp" > |
|
|
|
|
|
|
|
|
<TextView |
|
|
<TextView |
|
|
android:id="@+id/title" |
|
|
|
|
|
|
|
|
android:id="@android:id/title" |
|
|
android:layout_width="match_parent" |
|
|
android:layout_width="match_parent" |
|
|
android:layout_height="wrap_content" |
|
|
android:layout_height="wrap_content" |
|
|
android:ellipsize="marquee" |
|
|
android:ellipsize="marquee" |
|
|
|
|
|
|
|
|
android:textAppearance="?android:attr/textAppearanceLarge" /> |
|
|
android:textAppearance="?android:attr/textAppearanceLarge" /> |
|
|
|
|
|
|
|
|
<TextView |
|
|
<TextView |
|
|
android:id="@+id/summary" |
|
|
|
|
|
|
|
|
android:id="@android:id/summary" |
|
|
android:layout_width="match_parent" |
|
|
android:layout_width="match_parent" |
|
|
android:layout_height="wrap_content" |
|
|
android:layout_height="wrap_content" |
|
|
android:maxLines="4" |
|
|
android:maxLines="4" |