Display photo attachments as a grid

This commit is contained in:
Grishka
2022-02-02 16:23:09 +03:00
parent c885a5fc28
commit 102fbeee1a
5 changed files with 38 additions and 44 deletions

View File

@@ -5,7 +5,7 @@
<ImageView
android:id="@+id/photo"
android:layout_width="250dp"
android:layout_width="match_parent"
android:layout_height="250dp"
android:layout_gravity="center"
android:scaleType="centerCrop"/>