aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/res/layout/ambilwarna_pref_widget.xml
blob: 2fd69a36e08bc4eb4bee5fc59fb520a0d3d21086 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<?xml version="1.0" encoding="utf-8"?>
<FrameLayout
    xmlns:android="http://schemas.android.com/apk/res/android"
    android:layout_width="24dp"
    android:layout_height="24dp"
    android:layout_gravity="center_vertical"
    android:layout_marginRight="6dp"
    android:focusable="false"
    android:clickable="false">

    <ImageView
        android:layout_width="match_parent"
        android:layout_height="match_parent"
        android:scaleType="fitXY"
        android:src="@drawable/ambilwarna_alphacheckered_tiled"/>


    <yuku.ambilwarna.widget.AmbilWarnaPrefWidgetView
        android:layout_width="match_parent"
        android:layout_height="match_parent"
        android:id="@+id/ambilwarna_pref_widget_box"
        />
</FrameLayout>