aboutsummaryrefslogtreecommitdiff
path: root/kpref-activity/src/main/res/layout/kau_pref_color.xml
blob: 4bd98ca95294d7f6f8e630e4d84e13835977b077 (plain)
1
2
3
4
5
6
7
8
<ca.allanwang.kau.colorpicker.CircleView xmlns:android="http://schemas.android.com/apk/res/android"
    xmlns:app="http://schemas.android.com/apk/res-auto"
    android:id="@id/kau_pref_inner_content"
    android:layout_width="40dp"
    android:layout_height="40dp"
    android:clickable="false"
    android:focusable="false"
    app:selectedRing="false" />