proper user info item text size

Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
This commit is contained in:
Andy Scherzinger 2021-04-08 10:18:46 +02:00
parent b1a60b6cf1
commit a6c05cabff
No known key found for this signature in database
GPG Key ID: 6CADC7E3523C308B

View File

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