Skip to content

Commit ea8b852

Browse files
omkarprabhu-98iamareebjamal
authored andcommitted
fix: session speaker designation text (fossasia#2300)
1 parent 4c5db53 commit ea8b852

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

android/app/src/main/res/layout/item_session_speaker.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,9 @@
3434
android:layout_height="wrap_content"
3535
android:gravity="center"
3636
android:textSize="@dimen/text_size_small"
37+
android:singleLine="false"
38+
android:lines="2"
39+
android:maxLines="3"
3740
tools:text="Designation" />
3841

3942
<TextView

0 commit comments

Comments
 (0)