mirror of
https://github.com/status-im/status-react.git
synced 2025-02-02 06:07:33 +00:00
fix colors and launch screen
Signed-off-by: Andrey Shovkoplyas <motor4ik@gmail.com>
This commit is contained in:
parent
ed0c16b33b
commit
ac60ef6c32
Binary file not shown.
Before Width: | Height: | Size: 18 KiB |
Binary file not shown.
Before Width: | Height: | Size: 40 KiB |
@ -1,14 +1,9 @@
|
||||
<?xml version="1.0" encoding="utf-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:background="@color/background">
|
||||
|
||||
<ImageView
|
||||
android:layout_width="wrap_content"
|
||||
|
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user