Answers for "change ripple color android"

0

change ripple color android

<style name="colorControlHighlight_blue">
       <item name="colorControlHighlight">@color/main_blue_alpha26</item>
    </style>
Posted by: Guest on November-23-2020
0

change ripple color android

<TextView
  ...
  android:theme="@style/colorControlHighlight_blue"/>
Posted by: Guest on November-23-2020

Code answers related to "change ripple color android"

Browse Popular Code Answers by Language