OSDN Git Service

SDK更新に対応。
[gokigen/PKRemote.git] / app / src / main / res / values / themes.xml
diff --git a/app/src/main/res/values/themes.xml b/app/src/main/res/values/themes.xml
new file mode 100644 (file)
index 0000000..9e01213
--- /dev/null
@@ -0,0 +1,25 @@
+<resources>
+    <!-- Base application theme. -->
+    <style name="Theme.Aohina" parent="Theme.MaterialComponents.DayNight.DarkActionBar">
+        <!-- Primary brand color. -->
+        <item name="colorPrimary">@color/colorPrimary</item>
+        <item name="colorPrimaryVariant">@color/colorPrimaryDark</item>
+        <item name="colorOnPrimary">@color/white</item>
+        <!-- Secondary brand color. -->
+        <item name="colorSecondary">@color/colorAccent</item>
+        <item name="colorSecondaryVariant">@color/colorAccentDark</item>
+        <item name="colorOnSecondary">@color/black</item>
+        <!-- Status bar color. -->
+        <!-- <item name="android:statusBarColor">?attr/colorPrimaryVariant</item> -->
+        <!-- Customize your theme here. -->
+    </style>
+<!--
+    <style name="Theme.A01Splash" parent="Theme.SplashScreen">
+        <item name="windowSplashScreenBackground">@color/colorAccentDark</item>
+        <item name="windowSplashScreenIconBackgroundColor">@color/colorAccentDark</item>
+        <item name="windowSplashScreenAnimatedIcon">@drawable/ic_launcher_foreground</item>
+        <item name="windowSplashScreenAnimationDuration">300</item>
+        <item name="postSplashScreenTheme">@style/Theme.Aohina</item>
+    </style>
+-->
+</resources>