mirror of
https://github.com/kiwix/kiwix-android.git
synced 2025-09-23 20:54:13 -04:00
Basic tweak to show the text Get Content button in landscape mode.
I expect we can improve the layout and presentation with some more work, this is a simple adaptation that reduces the size of the Kiwix image so it doesn't fill the screen. See #693 for more info.
This commit is contained in:
parent
e13f1fd4c6
commit
daa2240d55
@ -32,7 +32,7 @@
|
|||||||
|
|
||||||
<ImageView
|
<ImageView
|
||||||
android:id="@+id/welcome_image"
|
android:id="@+id/welcome_image"
|
||||||
android:layout_width="match_parent"
|
android:layout_width="400dp"
|
||||||
android:layout_height="match_parent"
|
android:layout_height="match_parent"
|
||||||
android:layout_gravity="center_horizontal"
|
android:layout_gravity="center_horizontal"
|
||||||
android:adjustViewBounds="true"
|
android:adjustViewBounds="true"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user