Pixelcat-App-Android/app/src/main/res/layout/item_compose_image.xml

6 lines
227 B
XML

<?xml version="1.0" encoding="utf-8"?>
<ImageView xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="200dp"
android:layout_height="200dp"
android:adjustViewBounds="true" />