Skip to content

Instantly share code, notes, and snippets.

@shubhamnikam
Created August 13, 2018 14:48
Show Gist options
  • Save shubhamnikam/4bdbec5386bac52a81d8f562faf88098 to your computer and use it in GitHub Desktop.
Save shubhamnikam/4bdbec5386bac52a81d8f562faf88098 to your computer and use it in GitHub Desktop.
Normal ripple effect
<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