Loading res/values/themes.xml +7 −0 Original line number Original line Diff line number Diff line Loading @@ -65,6 +65,13 @@ <style name="ThemeOverlay.Control.Accent" parent="ThemeOverlay.AppCompat"> <style name="ThemeOverlay.Control.Accent" parent="ThemeOverlay.AppCompat"> <!-- Attributes from androidx.appcompat.appcompat --> <!-- Attributes from androidx.appcompat.appcompat --> <item name="colorControlActivated">?attr/colorAccent</item> <item name="colorControlActivated">?attr/colorAccent</item> <!-- Active thumb color & Active track color(30% transparency) --> <item name="colorControlActivated">@color/color_default_foreground</item> <!-- Inactive thumb color --> <!-- <item name="colorSwitchThumbNormal">@color/color_default_foreground</item>--> <!-- Inactive track color(30% transparency) --> <!-- <item name="android:colorForeground">@color/grey600</item>--> <item name="trackTint">@color/color_default_foreground</item> </style> </style> <style name="ThemeOverlay.Popup" parent="ThemeOverlay.AppCompat"> <style name="ThemeOverlay.Popup" parent="ThemeOverlay.AppCompat"> Loading Loading
res/values/themes.xml +7 −0 Original line number Original line Diff line number Diff line Loading @@ -65,6 +65,13 @@ <style name="ThemeOverlay.Control.Accent" parent="ThemeOverlay.AppCompat"> <style name="ThemeOverlay.Control.Accent" parent="ThemeOverlay.AppCompat"> <!-- Attributes from androidx.appcompat.appcompat --> <!-- Attributes from androidx.appcompat.appcompat --> <item name="colorControlActivated">?attr/colorAccent</item> <item name="colorControlActivated">?attr/colorAccent</item> <!-- Active thumb color & Active track color(30% transparency) --> <item name="colorControlActivated">@color/color_default_foreground</item> <!-- Inactive thumb color --> <!-- <item name="colorSwitchThumbNormal">@color/color_default_foreground</item>--> <!-- Inactive track color(30% transparency) --> <!-- <item name="android:colorForeground">@color/grey600</item>--> <item name="trackTint">@color/color_default_foreground</item> </style> </style> <style name="ThemeOverlay.Popup" parent="ThemeOverlay.AppCompat"> <style name="ThemeOverlay.Popup" parent="ThemeOverlay.AppCompat"> Loading