new attachments: gift, graffiti

fix NullPointerException on VkPhoto.kt text param
This commit is contained in:
2021-10-11 00:33:38 +03:00
parent 63de514975
commit 1bba8ee4e6
10 changed files with 108 additions and 14 deletions
@@ -0,0 +1,16 @@
<?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>