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:
ByteHamster 2024-12-10 21:18:35 +01:00 committed by GitHub
parent 9ab1f10327
commit 6f290c662b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -55,6 +55,7 @@
android:id="@+id/socialMessageText" android:id="@+id/socialMessageText"
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:maxLines="7"
android:text="@string/share_dialog_for_social" android:text="@string/share_dialog_for_social"
style="@style/TextAppearance.Material3.BodyMedium" /> style="@style/TextAppearance.Material3.BodyMedium" />