fix ui issue that tick circles not shown for long names when creating a closed group

This commit is contained in:
Ryan ZHAO 2020-08-07 10:45:43 +10:00
parent 79a66d9bd3
commit 3f69aabf85

View File

@ -21,20 +21,17 @@
<TextView
android:id="@+id/nameTextView"
android:layout_width="wrap_content"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginLeft="@dimen/medium_spacing"
android:maxLines="1"
android:gravity="left"
android:ellipsize="end"
android:textSize="@dimen/medium_font_size"
android:textStyle="bold"
android:textColor="@color/text"
android:text="Spiderman" />
<View
android:layout_width="0dp"
android:layout_height="match_parent"
android:layout_weight="1" />
android:text="Spiderman"
android:layout_weight="1"/>
<ImageView
android:id="@+id/tickImageView"