Skip to content

Instantly share code, notes, and snippets.

@talhahasanzia
Created December 23, 2016 11:42
Show Gist options
  • Save talhahasanzia/8deb0e122df26e61d800b220f013a306 to your computer and use it in GitHub Desktop.
Save talhahasanzia/8deb0e122df26e61d800b220f013a306 to your computer and use it in GitHub Desktop.
Defining ripple effect API 21+
<ripple xmlns:android="http://schemas.android.com/apk/res/android"
android:color="?android:colorControlHighlight">
<item>
<shape android:shape="rectangle">
<solid android:color="?android:colorAccent"/>
</shape>
</item>
</ripple>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment