Skip to content

Instantly share code, notes, and snippets.

@derysudrajat
Created May 18, 2020 10:11
Show Gist options
  • Save derysudrajat/4c52ae98646fe39909e95ad7170657cc to your computer and use it in GitHub Desktop.
Save derysudrajat/4c52ae98646fe39909e95ad7170657cc to your computer and use it in GitHub Desktop.
<style name="ItemsTouchable">
<item name="android:clickable">true</item>
<item name="android:drawSelectorOnTop">true</item>
<item name="android:focusable">true</item>
<item name="android:foreground">?android:attr/selectableItemBackground</item>
</style>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment