1818
1919<resources >
2020
21+ <!-- Dark theme -->
2122 <style name =" ThemeDark" parent =" Theme.AppCompat" >
2223 <item name =" android:windowAnimationStyle" >@style/WindowAnimationTransition</item >
2324 <item name =" android:actionMenuTextColor" >@color/selected</item >
2425 </style >
25-
2626 <style name =" ThemeDarkNoActionBar" parent =" ThemeDark" >
2727 <item name =" windowActionBar" >false</item >
2828 <item name =" windowNoTitle" >true</item >
2929 </style >
3030
31+ <!-- Light theme -->
3132 <style name =" ThemeLight" parent =" Theme.AppCompat.Light.DarkActionBar" >
3233 <item name =" android:windowAnimationStyle" >@style/WindowAnimationTransition</item >
3334 <item name =" android:actionMenuTextColor" >@color/selected</item >
3435 </style >
35-
3636 <style name =" ThemeLightNoActionBar" parent =" ThemeLight" >
3737 <item name =" windowActionBar" >false</item >
3838 <item name =" windowNoTitle" >true</item >
3939 </style >
4040
41+ <!-- Black theme -->
4142 <style name =" ThemeBlack" parent =" Theme.AppCompat" >
4243 <item name =" android:windowAnimationStyle" >@style/WindowAnimationTransition</item >
4344 <item name =" android:actionMenuTextColor" >@color/selected</item >
4445 <item name =" android:windowBackground" >@color/black</item >
4546 <item name =" colorPrimary" >@color/black</item >
46-
4747 </style >
48-
4948 <style name =" ThemeBlackNoActionBar" parent =" ThemeBlack" >
5049 <item name =" windowActionBar" >false</item >
5150 <item name =" windowNoTitle" >true</item >
5251 </style >
5352
53+ <!-- System (DayNight) theme -->
5454 <style name =" ThemeSystem" parent =" Theme.AppCompat.DayNight.DarkActionBar" >
5555 <item name =" android:windowAnimationStyle" >@style/WindowAnimationTransition</item >
5656 <item name =" android:actionMenuTextColor" >@color/selected</item >
5757 </style >
58-
5958 <style name =" ThemeSystemNoActionBar" parent =" ThemeSystem" >
6059 <item name =" windowActionBar" >false</item >
6160 <item name =" windowNoTitle" >true</item >
6261 </style >
6362
64- <style name =" ThemeOverlay" parent =" ThemeOverlay.AppCompat.Dark.ActionBar" >
65- <item name =" android:windowAnimationStyle" >@style/WindowAnimationTransition</item >
66- <item name =" android:actionMenuTextColor" >@color/selected</item >
67- </style >
68-
63+ <!-- Overlay and splash styles -->
64+ <style name =" ThemeOverlay" parent =" ThemeOverlay.AppCompat.Dark.ActionBar" />
6965 <style name =" ThemeSplash" parent =" Theme.SplashScreen" >
7066 <item name =" windowSplashScreenBackground" >@color/background</item >
7167 <item name =" windowSplashScreenAnimatedIcon" >@drawable/splash_inset</item >
7268 <item name =" windowSplashScreenAnimationDuration" >500</item >
7369 </style >
7470
71+ <!-- Window animation style -->
7572 <style name =" WindowAnimationTransition" >
7673 <item name =" android:windowEnterAnimation" >@android:anim/fade_in</item >
7774 <item name =" android:windowExitAnimation" >@android:anim/fade_out</item >
7875 </style >
79- </resources >
76+ </resources >
0 commit comments