mirror of
https://github.com/AntennaPod/AntennaPod.git
synced 2025-01-18 11:54:33 +01:00
Limit share preview length (#7545)
Otherwise devices with large font sizes would push one of the items off the screen
This commit is contained in:
parent
9ab1f10327
commit
6f290c662b
@ -55,6 +55,7 @@
|
||||
android:id="@+id/socialMessageText"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:maxLines="7"
|
||||
android:text="@string/share_dialog_for_social"
|
||||
style="@style/TextAppearance.Material3.BodyMedium" />
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user