item_media_preview: try to fix XML parsing

main
Alibek Omarov 4 years ago
parent 957b6ee977
commit 035334c47c
  1. 6
      app/src/main/res/layout/item_media_preview.xml

@ -1,6 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<merge xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto">
xmlns:tools="http://schemas.android.com/tools"
xmlns:app="http://schemas.android.com/apk/res-auto"
tools:parentTag="androidx.constraintlayout.widget.ConstraintLayout">
<com.keylesspalace.tusky.view.MediaPreviewImageView
android:id="@+id/status_media_preview_0"
@ -180,4 +182,4 @@
app:layout_constraintTop_toBottomOf="@id/status_media_label_2" />
</merge>
</merge>

Loading…
Cancel
Save