Maximum height of user interface settings for tablet users (#7320)
This commit is contained in:
parent
94c5b8aea5
commit
eff3208b86
|
@ -30,6 +30,7 @@
|
||||||
<ImageView
|
<ImageView
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
|
android:maxHeight="200dp"
|
||||||
android:adjustViewBounds="true"
|
android:adjustViewBounds="true"
|
||||||
android:src="@drawable/theme_preview_system" />
|
android:src="@drawable/theme_preview_system" />
|
||||||
|
|
||||||
|
@ -67,6 +68,7 @@
|
||||||
<ImageView
|
<ImageView
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
|
android:maxHeight="200dp"
|
||||||
android:adjustViewBounds="true"
|
android:adjustViewBounds="true"
|
||||||
android:src="@drawable/theme_preview_light" />
|
android:src="@drawable/theme_preview_light" />
|
||||||
|
|
||||||
|
@ -104,6 +106,7 @@
|
||||||
<ImageView
|
<ImageView
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
|
android:maxHeight="200dp"
|
||||||
android:adjustViewBounds="true"
|
android:adjustViewBounds="true"
|
||||||
android:src="@drawable/theme_preview_dark" />
|
android:src="@drawable/theme_preview_dark" />
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue