Increase max line count in badge viewer page to 4.
This commit is contained in:
parent
0121811195
commit
1af6af5045
1 changed files with 3 additions and 3 deletions
|
@ -31,9 +31,9 @@
|
|||
android:layout_marginTop="8dp"
|
||||
android:ellipsize="end"
|
||||
android:lineSpacingExtra="6sp"
|
||||
android:lines="3"
|
||||
android:maxLines="3"
|
||||
android:minLines="3"
|
||||
android:lines="4"
|
||||
android:maxLines="4"
|
||||
android:minLines="4"
|
||||
android:paddingStart="32dp"
|
||||
android:paddingEnd="32dp"
|
||||
android:textAlignment="center"
|
||||
|
|
Loading…
Add table
Reference in a new issue