PixelDroid-App-Android/app/src/main/res/layout/image_album_creation.xml

15 lines
677 B
XML

<?xml version="1.0" encoding="utf-8"?>
<com.h.pixeldroid.postCreation.SquareLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:foreground="?selectableItemBackground"
android:clickable="true"
android:focusable="true">
<ImageView
android:id="@+id/galleryImage"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:padding="8dp"
android:scaleType="centerCrop"
android:contentDescription="@string/post_image" />
</com.h.pixeldroid.postCreation.SquareLayout>