1
0

Delete StartedActivity and replace it by SplashActivity

This commit is contained in:
Mikołaj Pich
2017-04-08 00:29:21 +02:00
parent 6415e673c8
commit b5b6420b00
8 changed files with 37 additions and 115 deletions

View File

@ -3,4 +3,5 @@
<color name="colorPrimary">#3F51B5</color>
<color name="colorPrimaryDark">#303F9F</color>
<color name="colorAccent">#FF4081</color>
<color name="gray">#444440</color>
</resources>

View File

@ -8,9 +8,8 @@
<item name="colorAccent">@color/colorAccent</item>
</style>
<style name = "NoActionBar" parent = "@android:style/Theme.DeviceDefault">
<item name = "android:windowActionBar">false</item>
<item name = "android:windowNoTitle">true</item>
<style name="SplashTheme" parent="@android:style/Theme.DeviceDefault">
<item name="android:windowBackground">@drawable/background_splash</item>
</style>
</resources>