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

16 lines
617 B
XML

<?xml version="1.0" encoding="utf-8"?>
<com.h.pixeldroid.utils.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:layout_width="50dp"
android:layout_height="50dp"
android:layout_centerInParent="true"
android:layout_centerVertical="true"
android:background="@drawable/add_photo_alternate_black_24dp" />
</com.h.pixeldroid.utils.SquareLayout>