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

Commit 0ff2460f authored by narinder Rana's avatar narinder Rana
Browse files

update night themes for Dialog action button

parent 9277a5ab
Loading
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -45,6 +45,8 @@
        <item name="android:homeAsUpIndicator">@drawable/ic_arrow_back</item>
        <item name="windowActionBar">false</item>
        <item name="android:textCursorDrawable">@drawable/cursor</item>
        <item name="alertDialogTheme">@style/customAlertDialog</item>
        <item name="android:alertDialogTheme">@style/customAlertDialog</item>
    </style>

    <style name="AppThemeDialog" parent="Theme.AppCompat.Dialog">
@@ -60,6 +62,8 @@
        <item name="selectableItemBackground">@drawable/ripple_dark</item>
        <item name="windowActionBar">false</item>
        <item name="android:textCursorDrawable">@drawable/cursor</item>
        <item name="alertDialogTheme">@style/customAlertDialog</item>
        <item name="android:alertDialogTheme">@style/customAlertDialog</item>
    </style>

    <style name="PopupTheme" parent="ThemeOverlay.AppCompat">