colorcontrolactivated android studio 4

Solutions on MaxInterview for colorcontrolactivated android studio 4 by the best coders in the world

showing results for - "colorcontrolactivated android studio 4"
Elias
31 Jan 2021
1<!-- style -->
2<style name="SwitchColor" parent="Theme.AppCompat.Light.NoActionBar">
3        <!-- active thumb & track color -->
4        <item name="colorControlActivated">@color/pink</item>
5
6        <!-- inactive thumb color -->
7        <item name="colorSwitchThumbNormal">#f1f1f1</item>
8
9        <!-- inactive track color -->
10        <item name="android:colorForeground">#42221f1f</item>
11</style>
12 
13<!-- layout -->
14  android:theme="@style/SwitchColor"
similar questions
queries leading to this page
colorcontrolactivated android studio 4