<? xml version = "1.0" encoding = "utf-8" ?> <ripple xmlns:android = "http://schemas.android.com/apk/res/android" android:color = "#DDDDDD" > <item> <selector> <item android:state_selected = "true" > <color android:color = "#EEEEEE" /> </item> <item android:state_activated = "true" > <color android:color = "#EEEEEE" /> </item> <item> <color android:color = "#FFFFFF" /> </item> </selector> </item> </ripple> or add this to make a shape <item> <shape android :shape= "rectangle" > <corners android :radius= "50dp" /> <solid android :color= "#4444ff" /> </shape> </item...
UI/UX Engineering essentials could be here :D #HTML #CSS #Android # Material-Ui