limit headline row titles to 3 lines
This commit is contained in:
parent
1264f3043c
commit
0c72504421
@ -73,7 +73,9 @@
|
||||
android:text="Sample entry title"
|
||||
android:textColor="?headlineExcerptTextColor"
|
||||
android:textSize="18sp"
|
||||
android:textStyle="normal" />
|
||||
android:textStyle="normal"
|
||||
android:maxLines="3"
|
||||
android:ellipsize="end" />
|
||||
|
||||
<LinearLayout
|
||||
android:layout_width="match_parent"
|
||||
|
@ -74,7 +74,9 @@
|
||||
android:text="Sample entry title"
|
||||
android:textColor="?headlineUnreadTextColor"
|
||||
android:textSize="18sp"
|
||||
android:textStyle="bold" />
|
||||
android:textStyle="bold"
|
||||
android:ellipsize="end"
|
||||
android:maxLines="3" />
|
||||
|
||||
<LinearLayout
|
||||
android:layout_width="match_parent"
|
||||
|
Loading…
Reference in New Issue
Block a user