Просмотр исходного кода

proper user info item text size

Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
Andy Scherzinger 4 лет назад
Родитель
Сommit
a6c05cabff
1 измененных файлов с 1 добавлено и 0 удалено
  1. 1 0
      app/src/main/res/layout/user_info_details_table_item.xml

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

@@ -46,6 +46,7 @@
         android:ellipsize="end"
         android:inputType="text"
         android:maxLines="1"
+        android:textSize="16sp"
         app:layout_constraintBottom_toBottomOf="parent"
         app:layout_constraintEnd_toStartOf="@id/scope"
         app:layout_constraintStart_toEndOf="@id/icon"