How to add the Material design effect to android views? -
i using appcompat
theme provide material theme versions prior lollipop. when set image resource navigation icon or menu button in toolbar
, ripple effect (motion) on clicking them. when try give same icons inside toolbar, behave ordinary views, there no motion on click.
how ripples created? android able create ripples on drawables provide? how can make ripples appear when use image resources in imageview
?
you can create ripple setting background image in xml layout.android:background="?android:attr/selectableitembackground"
Comments
Post a Comment