Delete StartedActivity and replace it by SplashActivity
This commit is contained in:
@ -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>
|
||||
|
@ -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>
|
||||
|
Reference in New Issue
Block a user