Updated colors
This commit is contained in:
parent
fc42493adf
commit
f61a7f44ef
2 changed files with 2 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<ScrollView android:layout_width="fill_parent"
|
||||
android:layout_height="fill_parent"
|
||||
android:background="@color/color_white"
|
||||
android:background="@color/dashboard_background"
|
||||
android:padding="6dp"
|
||||
xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources>
|
||||
<color name="dashboard_background">#eaeaea</color>
|
||||
<color name="dashboard_divider">#f0f0f0</color>
|
||||
<color name="dashboard_black">#212121</color>
|
||||
<color name="dashboard_blue">#536DFE</color>
|
||||
|
|
Loading…
Reference in a new issue