changed splash screen bg color

This commit is contained in:
X1nto 2020-12-14 12:01:54 +04:00
parent cdd075a62c
commit 07f720e39b
2 changed files with 2 additions and 1 deletions

View File

@ -2,7 +2,7 @@
<layer-list
xmlns:android="http://schemas.android.com/apk/res/android">
<item android:drawable="?colorSurface" />
<item android:drawable="@color/splash" />
<item>
<bitmap

View File

@ -10,5 +10,6 @@
<color name="GitHub">#17191A</color>
<color name="Gray">#5F5E5E</color>
<color name="splash">#131317</color>
</resources>