summaryrefslogtreecommitdiffstats
path: root/app/src/main/res/layout/color_picker_item_list.xml
blob: 010f0741411d50f179032eda6bebc391740df7bb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
    xmlns:tools="http://schemas.android.com/tools"
    android:layout_width="wrap_content"
    android:layout_height="wrap_content">

    <View
        android:id="@+id/color_picker_view"
        android:layout_width="40dp"
        android:layout_height="50dp"
        android:layout_alignParentTop="true"
        android:background="@android:color/white"
        tools:text="" />

</RelativeLayout>