mirror of
https://github.com/kiwix/kiwix-android.git
synced 2025-09-22 12:03:09 -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">
|
android:padding="24dp">
|
||||||
|
|
||||||
<ImageView
|
<ImageView
|
||||||
android:layout_width="160dp"
|
android:layout_width="0dp"
|
||||||
android:layout_height="160dp"
|
android:layout_height="0dp"
|
||||||
|
app:layout_constraintHeight_max="160dp"
|
||||||
|
app:layout_constraintWidth_max="160dp"
|
||||||
|
android:scaleType="fitCenter"
|
||||||
android:contentDescription="@string/kiwi"
|
android:contentDescription="@string/kiwi"
|
||||||
android:src="@drawable/kiwix_icon_with_title"
|
android:src="@drawable/kiwix_icon_with_title"
|
||||||
app:layout_constraintBottom_toTopOf="@id/heading"
|
app:layout_constraintBottom_toTopOf="@id/heading"
|
||||||
|
@ -8,8 +8,10 @@
|
|||||||
|
|
||||||
<ImageView
|
<ImageView
|
||||||
android:id="@+id/airplane"
|
android:id="@+id/airplane"
|
||||||
android:layout_width="0dp"
|
android:layout_width="wrap_content"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="0dp"
|
||||||
|
app:layout_constraintHeight_max="121dp"
|
||||||
|
android:scaleType="fitCenter"
|
||||||
android:alpha="1.0"
|
android:alpha="1.0"
|
||||||
android:contentDescription="@string/save_books_offline"
|
android:contentDescription="@string/save_books_offline"
|
||||||
android:visibility="invisible"
|
android:visibility="invisible"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user