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

Commit 3b8fcb6e authored by Hasib Prince's avatar Hasib Prince
Browse files

Merge branch '6767-dialog_accent_color' into 'main'

added colorAccent for dialog theme

See merge request !145
parents 76373bc9 535a2128
Loading
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -322,5 +322,7 @@
        <item name="android:windowBackground">@color/color_dialog_backgronund</item>
        <item name="backgroundColorChooseAccountHeader">@color/color_default_secondary_text</item>
    </style>
    <style name="Theme.K9.Dialog.Translucent.DayNight" parent="Theme.K9.Dialog.Translucent.Common" />
    <style name="Theme.K9.Dialog.Translucent.DayNight" parent="Theme.K9.Dialog.Translucent.Common">
        <item name="android:colorAccent">@color/color_default_accent</item>
    </style>
</resources>