Created
August 13, 2018 14:48
-
-
Save shubhamnikam/4bdbec5386bac52a81d8f562faf88098 to your computer and use it in GitHub Desktop.
Normal ripple effect
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
<android.support.v7.widget.CardView | |
android:layout_width="match_parent" | |
android:layout_height="wrap_content" | |
android:clickable="true" | |
android:focusable="true" | |
android:foreground="?selectableItemBackgroundBorderless"> | |
<TextView | |
android:layout_width="wrap_content" | |
android:layout_height="wrap_content" | |
android:text="onClick Normal ripple effect" | |
android:layout_gravity="center" | |
android:textSize="16sp"/> | |
</android.support.v7.widget.CardView> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment