Commit 14346adc authored by Sajal's avatar Sajal

Prevent text overflow for large font size

parent 87f9e375
......@@ -24,7 +24,7 @@
<LinearLayout
android:layout_width="match_parent"
android:layout_height="80dp"
android:layout_height="wrap_content"
android:orientation="horizontal">
<de.hdodenhof.circleimageview.CircleImageView
......@@ -48,6 +48,8 @@
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:text="Object Title"
android:maxLines="2"
android:ellipsize="end"
android:textColor="?attr/themeColorInverse"
android:textSize="18sp" />
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment