Files
fast-messenger/app/src/main/res/layout/item_message_attachment_graffiti.xml
T
melod1n 1bba8ee4e6 new attachments: gift, graffiti
fix NullPointerException on VkPhoto.kt text param
2021-10-11 00:33:38 +03:00

16 lines
553 B
XML

<?xml version="1.0" encoding="utf-8"?>
<layout xmlns:android="http://schemas.android.com/apk/res/android">
<androidx.appcompat.widget.LinearLayoutCompat
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:orientation="vertical">
<com.google.android.material.imageview.ShapeableImageView
android:id="@+id/image"
android:layout_width="wrap_content"
android:layout_height="wrap_content" />
</androidx.appcompat.widget.LinearLayoutCompat>
</layout>