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

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

</FrameLayout>