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 /about | |
parent | fba4ac38a8e2dff6e53ba8ecccc95dac2550a3fa (diff) | |
download | kau-83f9324184f0cf6ccea29888f3d3e91f95e52971.tar.gz kau-83f9324184f0cf6ccea29888f3d3e91f95e52971.tar.bz2 kau-83f9324184f0cf6ccea29888f3d3e91f95e52971.zip |
Remove default selectable background ripple
Diffstat (limited to 'about')
-rw-r--r-- | about/src/main/res/layout/kau_iitem_library.xml | 1 |
1 files changed, 0 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"> |