Created
December 23, 2016 11:42
-
-
Save talhahasanzia/8deb0e122df26e61d800b220f013a306 to your computer and use it in GitHub Desktop.
Defining ripple effect API 21+
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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