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

pull/276/head
Ryan ZHAO 5 years ago
parent 79a66d9bd3
commit 3f69aabf85

@ -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"

Loading…
Cancel
Save