Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit fd8b0b5f authored by Narinder Rana's avatar Narinder Rana
Browse files

update switch button theme

parent f3365e85
Loading
Loading
Loading
Loading
+7 −0
Original line number Original line Diff line number Diff line
@@ -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">