Image dialog imageview is below toolbar

This commit is contained in:
Corewala 2022-01-10 15:07:13 -05:00
parent f7deb674c5
commit 84de93fedb
1 changed files with 9 additions and 8 deletions

View File

@ -4,14 +4,6 @@
android:layout_height="match_parent"
xmlns:app="http://schemas.android.com/apk/res-auto">
<corewala.buran.ui.content_image.TouchImageView
android:id="@+id/image_view"
android:scaleType="centerInside"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:layout_centerHorizontal="true"
/>
<androidx.appcompat.widget.Toolbar
android:id="@+id/image_toolbar"
android:layout_width="match_parent"
@ -20,4 +12,13 @@
app:menu="@menu/image_overflow_menu"
app:title="@string/image"/>
<corewala.buran.ui.content_image.TouchImageView
android:id="@+id/image_view"
android:scaleType="centerInside"
android:layout_below="@id/image_toolbar"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:layout_centerHorizontal="true"
/>
</RelativeLayout>