mirror of
https://github.com/kiwix/kiwix-android.git
synced 2025-09-22 03:54:18 -04:00
Fixed overlap of images in horizontal intro
This commit is contained in:
parent
aad350292d
commit
929714e9e1
@ -7,8 +7,11 @@
|
||||
android:padding="24dp">
|
||||
|
||||
<ImageView
|
||||
android:layout_width="160dp"
|
||||
android:layout_height="160dp"
|
||||
android:layout_width="0dp"
|
||||
android:layout_height="0dp"
|
||||
app:layout_constraintHeight_max="160dp"
|
||||
app:layout_constraintWidth_max="160dp"
|
||||
android:scaleType="fitCenter"
|
||||
android:contentDescription="@string/kiwi"
|
||||
android:src="@drawable/kiwix_icon_with_title"
|
||||
app:layout_constraintBottom_toTopOf="@id/heading"
|
||||
|
@ -8,8 +8,10 @@
|
||||
|
||||
<ImageView
|
||||
android:id="@+id/airplane"
|
||||
android:layout_width="0dp"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="0dp"
|
||||
app:layout_constraintHeight_max="121dp"
|
||||
android:scaleType="fitCenter"
|
||||
android:alpha="1.0"
|
||||
android:contentDescription="@string/save_books_offline"
|
||||
android:visibility="invisible"
|
||||
|
Loading…
x
Reference in New Issue
Block a user