2019-12-10 23:06:20 +05:30
|
|
|
<?xml version="1.0" encoding="utf-8"?><!--
|
2019-12-08 20:05:03 +05:30
|
|
|
~ Copyright (c) 2019 Hemanth Savarala.
|
|
|
|
~
|
|
|
|
~ Licensed under the GNU General Public License v3
|
|
|
|
~
|
|
|
|
~ This is free software: you can redistribute it and/or modify it under
|
|
|
|
~ the terms of the GNU General Public License as published by
|
|
|
|
~ the Free Software Foundation either version 3 of the License, or (at your option) any later version.
|
|
|
|
~
|
|
|
|
~ This software is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY;
|
|
|
|
~ without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
|
|
|
|
~ See the GNU General Public License for more details.
|
|
|
|
-->
|
|
|
|
|
2022-03-11 09:06:35 +05:30
|
|
|
<resources>
|
2019-12-08 20:05:03 +05:30
|
|
|
|
2021-09-26 15:59:32 +05:30
|
|
|
<style name="Theme.RetroMusic.Base.Adaptive" parent="Theme.Material3.DayNight.NoActionBar">
|
2019-12-08 20:05:03 +05:30
|
|
|
<item name="toolbarPopupTheme">@style/ThemeOverlay.AppCompat.Light</item>
|
|
|
|
<item name="roundSelector">@drawable/round_selector</item>
|
|
|
|
<item name="rectSelector">@drawable/rect_selector</item>
|
|
|
|
<item name="android:actionOverflowButtonStyle">@style/Widget.ActionButton.Overflow</item>
|
2020-08-13 13:54:36 +05:30
|
|
|
<item name="materialAlertDialogTheme">@style/MaterialAlertDialogTheme</item>
|
|
|
|
<item name="materialButtonStyle">@style/MaterialButtonTheme</item>
|
2021-09-12 01:28:33 +05:30
|
|
|
<item name="materialCardViewStyle">@style/Widget.Material3.CardView.Elevated</item>
|
2021-09-26 15:59:32 +05:30
|
|
|
<item name="elevationOverlayColor">@color/elevationOverlay</item>
|
2021-11-12 17:04:33 +05:30
|
|
|
<item name="popupMenuBackground">@drawable/popup_background</item>
|
2019-12-08 20:05:03 +05:30
|
|
|
</style>
|
|
|
|
|
2022-01-17 20:11:28 +05:30
|
|
|
<style name="Theme.RetroMusic.Base" parent="Theme.Material3.Dark.NoActionBar">
|
2019-12-08 20:05:03 +05:30
|
|
|
<item name="toolbarPopupTheme">@style/ThemeOverlay.AppCompat.Dark</item>
|
2019-12-10 23:06:20 +05:30
|
|
|
<item name="roundSelector">@drawable/round_selector</item>
|
|
|
|
<item name="rectSelector">@drawable/rect_selector</item>
|
2019-12-08 20:05:03 +05:30
|
|
|
<item name="android:actionOverflowButtonStyle">@style/Widget.ActionButton.Overflow</item>
|
|
|
|
<item name="materialAlertDialogTheme">@style/MaterialAlertDialogTheme</item>
|
|
|
|
<item name="materialButtonStyle">@style/MaterialButtonTheme</item>
|
2019-12-10 23:06:20 +05:30
|
|
|
<!--Manual setting colors-->
|
|
|
|
<item name="colorSurface">@color/darkColorSurface</item>
|
2020-03-17 21:10:36 +01:00
|
|
|
<item name="android:windowBackground">@color/window_color_dark</item>
|
2021-09-12 01:28:33 +05:30
|
|
|
<item name="materialCardViewStyle">@style/Widget.Material3.CardView.Elevated</item>
|
2021-09-26 15:59:32 +05:30
|
|
|
<item name="elevationOverlayColor">@color/elevationOverlay</item>
|
2021-11-12 17:04:33 +05:30
|
|
|
<item name="popupMenuBackground">@drawable/popup_background</item>
|
2019-12-08 20:05:03 +05:30
|
|
|
</style>
|
|
|
|
|
2021-09-26 15:59:32 +05:30
|
|
|
<style name="Theme.RetroMusic.Base.Light" parent="Theme.Material3.Light.NoActionBar">
|
2019-12-08 20:05:03 +05:30
|
|
|
<item name="roundSelector">@drawable/round_selector</item>
|
|
|
|
<item name="rectSelector">@drawable/rect_selector</item>
|
|
|
|
<item name="toolbarPopupTheme">@style/ThemeOverlay.AppCompat.Light</item>
|
|
|
|
<item name="android:windowBackground">@color/md_white_1000</item>
|
|
|
|
<item name="android:actionOverflowButtonStyle">@style/Widget.ActionButton.Overflow</item>
|
|
|
|
<item name="materialAlertDialogTheme">@style/MaterialAlertDialogTheme</item>
|
|
|
|
<item name="materialButtonStyle">@style/MaterialButtonTheme</item>
|
2021-09-12 01:28:33 +05:30
|
|
|
<item name="materialCardViewStyle">@style/Widget.Material3.CardView.Elevated</item>
|
2021-09-26 15:59:32 +05:30
|
|
|
<item name="elevationOverlayColor">@color/elevationOverlayLight</item>
|
2021-11-12 17:04:33 +05:30
|
|
|
<item name="popupMenuBackground">@drawable/popup_background</item>
|
2019-12-08 20:05:03 +05:30
|
|
|
</style>
|
|
|
|
</resources>
|