diff options
-rw-r--r-- | about/src/main/res/layout/kau_iitem_library.xml | 1 | ||||
-rw-r--r-- | docs/Changelog.md | 3 |
2 files changed, 3 insertions, 1 deletions
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 |