Merge pull request #276 from RyanRory/bug-fix

Fix bugs in the Bug Report 1/2
This commit is contained in:
Niels Andriesse
2020-08-18 13:10:24 +10:00
committed by GitHub
3 changed files with 15 additions and 10 deletions

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/actionIndicatorImageView"