Photo viewer!

This commit is contained in:
Grishka
2022-01-22 22:34:05 +03:00
parent dc836b58f8
commit c3b7fb7002
8 changed files with 974 additions and 6 deletions

View File

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