mirror of
https://github.com/Corewala/Buran
synced 2024-12-22 07:42:43 +00:00
Image dialog imageview is below toolbar
This commit is contained in:
parent
f7deb674c5
commit
84de93fedb
1 changed files with 9 additions and 8 deletions
|
@ -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>
|
Loading…
Reference in a new issue