fix colors and launch screen

Signed-off-by: Andrey Shovkoplyas <motor4ik@gmail.com>
This commit is contained in:
Andrey Shovkoplyas 2019-10-26 13:33:16 +02:00
parent ed0c16b33b
commit ac60ef6c32
No known key found for this signature in database
GPG Key ID: EAAB7C8622D860A4
4 changed files with 3 additions and 8 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 18 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 40 KiB

View File

@ -2,13 +2,8 @@
<FrameLayout
xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent">
<ImageView
android:layout_width="match_parent"
android:layout_height="match_parent"
android:scaleType="centerCrop"
android:src="@drawable/launch_screen"/>
android:layout_height="match_parent"
android:background="@color/background">
<ImageView
android:layout_width="wrap_content"

View File

@ -1,6 +1,6 @@
<resources>
<color name="primary">#4360df</color>
<color name="primary_dark">#5c6bc0</color>
<color name="primary_dark">#FFFFFF</color>
<color name="accent">#5c6bc0</color>
<color name="background">#FFFFFF</color>
</resources>