Change list view font size back to 16sp (#3978)

Make list view font size bigger again
This commit is contained in:
Andreas E 2020-10-31 03:21:55 +01:00 committed by GitHub
parent deb1ed5623
commit b1ce3693ed
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -31,6 +31,7 @@
android:layout_marginEnd="8dp"
android:ellipsize="end"
android:maxLines="1"
android:textSize="16sp"
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintEnd_toStartOf="@+id/badges"
app:layout_constraintHorizontal_bias="0.007"