Last active
April 5, 2020 10:24
-
-
Save sudansh/711bd6a10aa23074e154591782d15e30 to your computer and use it in GitHub Desktop.
TextView
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: | |
use `android:background="?attr/selectableItemBackground"` | |
the difference is that selectableItemBackground will keep the ripple within it's view size(width/height). selectableItemBackgroundBorderless will expand it's ripple over other views (like the official calculator app ripple) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment