diff options
author | Allan Wang <me@allanwang.ca> | 2017-08-12 19:37:08 -0700 |
---|---|---|
committer | Allan Wang <me@allanwang.ca> | 2017-08-30 12:24:19 -0400 |
commit | 83f9324184f0cf6ccea29888f3d3e91f95e52971 (patch) | |
tree | 109732787e80b85a4df230875d3536fc1403d682 | |
parent | fba4ac38a8e2dff6e53ba8ecccc95dac2550a3fa (diff) | |
download | kau-83f9324184f0cf6ccea29888f3d3e91f95e52971.tar.gz kau-83f9324184f0cf6ccea29888f3d3e91f95e52971.tar.bz2 kau-83f9324184f0cf6ccea29888f3d3e91f95e52971.zip |
Remove default selectable background ripple
-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 |