diff options
Diffstat (limited to 'res')
-rw-r--r-- | res/layout/feeditemlist_item.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/res/layout/feeditemlist_item.xml b/res/layout/feeditemlist_item.xml index 4fbddbbac..ed4b0d46d 100644 --- a/res/layout/feeditemlist_item.xml +++ b/res/layout/feeditemlist_item.xml @@ -14,7 +14,7 @@ android:layout_marginTop="4dp" android:layout_toLeftOf="@+id/butAction" android:ellipsize="end" - android:maxLines="2" + android:lines="2" android:textColor="?android:attr/textColorPrimary" android:textSize="@dimen/text_size_medium" /> |