diff options
Diffstat (limited to 'app/src/main/res/drawable')
-rw-r--r-- | app/src/main/res/drawable/splash_screen.xml | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/app/src/main/res/drawable/splash_screen.xml b/app/src/main/res/drawable/splash_screen.xml index 16a31534..4e1c0048 100644 --- a/app/src/main/res/drawable/splash_screen.xml +++ b/app/src/main/res/drawable/splash_screen.xml @@ -1,11 +1,10 @@ <?xml version="1.0" encoding="utf-8"?> -<layer-list xmlns:android="http://schemas.android.com/apk/res/android" - android:opacity="opaque"> - <item android:drawable="@color/splashBackground"/> +<layer-list xmlns:android="http://schemas.android.com/apk/res/android"> + <item android:drawable="@color/frost_splash_background" /> <item android:bottom="@dimen/splash_logo"> <bitmap android:gravity="center" - android:src="@drawable/splash_logo"/> + android:src="@drawable/splash_logo" /> </item> </layer-list>
\ No newline at end of file |