Browse Source

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

Make list view font size bigger again
Andreas E 4 years ago
parent
commit
b1ce3693ed
1 changed files with 1 additions and 0 deletions
  1. 1 0
      app/src/main/res/layout/source_list_item.xml

+ 1 - 0
app/src/main/res/layout/source_list_item.xml

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