Loading presentation/src/main/res/values-night/themes.xml +4 −0 Original line number Diff line number Diff line Loading @@ -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"> Loading @@ -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"> Loading Loading
presentation/src/main/res/values-night/themes.xml +4 −0 Original line number Diff line number Diff line Loading @@ -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"> Loading @@ -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"> Loading