OSDN Git Service

SDK更新に対応。
[gokigen/PKRemote.git] / app / src / main / res / values / themes.xml
1 <resources>
2     <!-- Base application theme. -->
3     <style name="Theme.Aohina" parent="Theme.MaterialComponents.DayNight.DarkActionBar">
4         <!-- Primary brand color. -->
5         <item name="colorPrimary">@color/colorPrimary</item>
6         <item name="colorPrimaryVariant">@color/colorPrimaryDark</item>
7         <item name="colorOnPrimary">@color/white</item>
8         <!-- Secondary brand color. -->
9         <item name="colorSecondary">@color/colorAccent</item>
10         <item name="colorSecondaryVariant">@color/colorAccentDark</item>
11         <item name="colorOnSecondary">@color/black</item>
12         <!-- Status bar color. -->
13         <!-- <item name="android:statusBarColor">?attr/colorPrimaryVariant</item> -->
14         <!-- Customize your theme here. -->
15     </style>
16 <!--
17     <style name="Theme.A01Splash" parent="Theme.SplashScreen">
18         <item name="windowSplashScreenBackground">@color/colorAccentDark</item>
19         <item name="windowSplashScreenIconBackgroundColor">@color/colorAccentDark</item>
20         <item name="windowSplashScreenAnimatedIcon">@drawable/ic_launcher_foreground</item>
21         <item name="windowSplashScreenAnimationDuration">300</item>
22         <item name="postSplashScreenTheme">@style/Theme.Aohina</item>
23     </style>
24 -->
25 </resources>