-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathstyles-v31.xml
More file actions
16 lines (15 loc) · 949 Bytes
/
styles-v31.xml
File metadata and controls
16 lines (15 loc) · 949 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<?xml version="1.0" encoding="utf-8"?>
<resources xmlns:android="http://schemas.android.com/apk/res/android">
<style name="AppTheme" parent="@android:style/Theme.Material.NoActionBar">
<item name="android:navigationBarColor">#19253b</item>
<item name="android:navigationBarDividerColor">#6078e7</item>
<item name="android:statusBarColor">#19253b</item>
<item name="android:windowDrawsSystemBarBackgrounds">true</item>
<item name="android:windowBackground">@color/splash_background</item>
<item name="android:windowClipToOutline">false</item>
<!-- API 31+ specific attributes -->
<item name="android:windowSplashScreenBackground">@color/splash_background</item>
<item name="android:windowSplashScreenAnimatedIcon">@drawable/splash_vector</item>
<item name="android:windowSplashScreenIconBackgroundColor">@color/splash_background</item>
</style>
</resources>