Skip to content

Instantly share code, notes, and snippets.

@malikkurosaki
Created October 22, 2019 04:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save malikkurosaki/c6d0737140f5d44a69bf1fc7f0d0543c to your computer and use it in GitHub Desktop.
Save malikkurosaki/c6d0737140f5d44a69bf1fc7f0d0543c to your computer and use it in GitHub Desktop.
android ripple effect

Ripple Effect

 <TextView
            android:layout_width="wrap_content"
            android:layout_height="wrap_content"
            android:padding="8dp"
            android:textStyle="bold"
            android:background="?attr/selectableItemBackgroundBorderless"
            android:clickable="true"
            android:textColor="@color/colorHitam"
            android:text="ACAK"/>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment