aboutsummaryrefslogtreecommitdiffstats
path: root/main/res/layout/attribute_image.xml
blob: f68aef4e1e7cc228a97b1291744e1dacffb010ce (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<?xml version="1.0" encoding="utf-8"?>
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
    android:id="@+id/attribute_images"
    android:layout_width="wrap_content"
    android:layout_height="wrap_content" >

    <ImageView
        android:id="@+id/attribute_image"
        android:layout_width="32dp"
        android:layout_height="32dp" />

</FrameLayout>