mirror of
https://github.com/easychen/pushdeer.git
synced 2024-11-17 07:49:22 +08:00
27 lines
1.3 KiB
XML
27 lines
1.3 KiB
XML
<resources xmlns:tools="http://schemas.android.com/tools">
|
|
<!-- Base application theme. -->
|
|
<style name="Theme.PushDeer" parent="Theme.MaterialComponents.DayNight.DarkActionBar">
|
|
<!-- Primary brand color. -->
|
|
<item name="colorPrimary">@color/purple_500</item>
|
|
<item name="colorPrimaryVariant">@color/purple_700</item>
|
|
<item name="colorOnPrimary">@color/white</item>
|
|
<!-- Secondary brand color. -->
|
|
<item name="colorSecondary">@color/teal_200</item>
|
|
<item name="colorSecondaryVariant">@color/teal_700</item>
|
|
<item name="colorOnSecondary">@color/black</item>
|
|
<!-- Status bar color. -->
|
|
<!-- <item name="android:statusBarColor" tools:targetApi="l">@color/purple_500</item>-->
|
|
<!-- <item name="android:statusBarColor" tools:targetApi="l">@android:color/white</item>-->
|
|
<item name="android:statusBarColor" tools:targetApi="l">@android:color/transparent</item>
|
|
<!-- Customize your theme here. -->
|
|
</style>
|
|
|
|
<style name="Theme.PushDeer.NoActionBar">
|
|
<item name="windowActionBar">false</item>
|
|
<item name="windowNoTitle">true</item>
|
|
</style>
|
|
|
|
<style name="Theme.PushDeer.AppBarOverlay" parent="ThemeOverlay.AppCompat.Dark.ActionBar" />
|
|
|
|
<style name="Theme.PushDeer.PopupOverlay" parent="ThemeOverlay.AppCompat.Light" />
|
|
</resources> |