blob: 076cab1caa81eb71654691e3ecd4b0f58155202a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
<?xml version="1.0" encoding="utf-8"?>
<resources>
<style name="Theme.Benchmark"
parent="android:Theme.Material.Light.NoActionBar">
<item name="android:fontFamily">@font/nokia_font</item>
</style>
<style name="Theme.AppSplash" parent="Theme.SplashScreen">
<item name="windowSplashScreenBackground">@color/grass</item>
<item name="windowSplashScreenAnimatedIcon">@drawable/ic_bench_icon</item>
<item name="postSplashScreenTheme">@style/Theme.Benchmark</item>
</style>
</resources>
|