Maximum height of user interface settings for tablet users (#7320)

This commit is contained in:
ByteHamster 2024-08-10 00:01:18 +02:00 committed by GitHub
parent 94c5b8aea5
commit eff3208b86
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 0 deletions

View File

@ -30,6 +30,7 @@
<ImageView
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:maxHeight="200dp"
android:adjustViewBounds="true"
android:src="@drawable/theme_preview_system" />
@ -67,6 +68,7 @@
<ImageView
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:maxHeight="200dp"
android:adjustViewBounds="true"
android:src="@drawable/theme_preview_light" />
@ -104,6 +106,7 @@
<ImageView
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:maxHeight="200dp"
android:adjustViewBounds="true"
android:src="@drawable/theme_preview_dark" />