From 83f9324184f0cf6ccea29888f3d3e91f95e52971 Mon Sep 17 00:00:00 2001 From: Allan Wang Date: Sat, 12 Aug 2017 19:37:08 -0700 Subject: Remove default selectable background ripple --- about/src/main/res/layout/kau_iitem_library.xml | 1 - docs/Changelog.md | 3 +++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/about/src/main/res/layout/kau_iitem_library.xml b/about/src/main/res/layout/kau_iitem_library.xml index ed1cceb..759a622 100644 --- a/about/src/main/res/layout/kau_iitem_library.xml +++ b/about/src/main/res/layout/kau_iitem_library.xml @@ -5,7 +5,6 @@ android:id="@+id/lib_item_card" android:layout_width="match_parent" android:layout_height="wrap_content" - android:background="?android:selectableItemBackground" android:clickable="true" android:focusable="true"> diff --git a/docs/Changelog.md b/docs/Changelog.md index a69171e..fb7aeac 100644 --- a/docs/Changelog.md +++ b/docs/Changelog.md @@ -1,5 +1,8 @@ # Changelog +## v3.3.2 +* :kpref-activity: Add visibility toggle to Core contract. Items can override this to show/hide given preferences based on boolean callbacks. + ## v3.3.1 * :core: Open up all logger functions * :core: Deprecate kauSwipeOnPostCreate and move functionality to onCreate -- cgit v1.2.3