mirror of
https://github.com/cmclark00/mintris.git
synced 2025-05-18 00:45:20 +01:00
fix: make customization button text stay on one line in portrait mode
This commit is contained in:
parent
71a8efff91
commit
419cd8cbdb
1 changed files with 2 additions and 1 deletions
|
@ -531,7 +531,8 @@
|
|||
android:textSize="24sp"
|
||||
android:textStyle="bold"
|
||||
android:fontFamily="sans-serif"
|
||||
android:textAllCaps="false" />
|
||||
android:textAllCaps="false"
|
||||
android:singleLine="true" />
|
||||
</LinearLayout>
|
||||
</ScrollView>
|
||||
</LinearLayout>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue