forked from violetljj/blind-assist
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyles.xml
More file actions
17 lines (16 loc) · 907 Bytes
/
Copy pathstyles.xml
File metadata and controls
17 lines (16 loc) · 907 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<?xml version="1.0" encoding="utf-8"?>
<resources>
<style name="AppTheme" parent="@android:style/Theme.Material.Light.NoActionBar">
<item name="android:fontFamily">sans</item>
<item name="android:windowLightStatusBar">false</item>
<item name="android:statusBarColor">#101418</item>
<item name="android:navigationBarColor">#101418</item>
<item name="android:windowNoTitle">true</item>
</style>
<style name="AppTheme.Starting" parent="Theme.SplashScreen.IconBackground">
<item name="windowSplashScreenBackground">@color/blindassist_splash_background</item>
<item name="windowSplashScreenAnimatedIcon">@drawable/ic_blindassist_splash</item>
<item name="windowSplashScreenIconBackgroundColor">@color/blindassist_splash_icon_background</item>
<item name="postSplashScreenTheme">@style/AppTheme</item>
</style>
</resources>