aboutsummaryrefslogtreecommitdiff
path: root/kpref-activity/src/main/res/layout/kau_pref_color.xml
diff options
context:
space:
mode:
Diffstat (limited to 'kpref-activity/src/main/res/layout/kau_pref_color.xml')
-rw-r--r--kpref-activity/src/main/res/layout/kau_pref_color.xml4
1 files changed, 3 insertions, 1 deletions
diff --git a/kpref-activity/src/main/res/layout/kau_pref_color.xml b/kpref-activity/src/main/res/layout/kau_pref_color.xml
index fbb049b..4bd98ca 100644
--- a/kpref-activity/src/main/res/layout/kau_pref_color.xml
+++ b/kpref-activity/src/main/res/layout/kau_pref_color.xml
@@ -1,6 +1,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"
- android:clickable="false" /> \ No newline at end of file
+ app:selectedRing="false" /> \ No newline at end of file