Old gray background removed

This commit is contained in:
Aleksander Nowakowski
2017-03-09 14:30:09 +01:00
parent 1b40209591
commit 30911025f5
6 changed files with 5 additions and 4 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 27 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 22 KiB

View File

@@ -23,7 +23,7 @@
xmlns:tools="http://schemas.android.com/tools" xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="match_parent" android:layout_height="match_parent"
android:background="@drawable/background_image" android:background="@color/nordicBackground"
android:orientation="vertical"> android:orientation="vertical">
<!-- The size of text below must be fixed, therefore dp are used instead of sp --> <!-- The size of text below must be fixed, therefore dp are used instead of sp -->

View File

@@ -23,7 +23,7 @@
xmlns:tools="http://schemas.android.com/tools" xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="match_parent" android:layout_height="match_parent"
android:background="@drawable/background_image" android:background="@color/nordicBackground"
android:orientation="vertical"> android:orientation="vertical">
<!-- The size of text below must be fixed, therefore dp are used instead of sp --> <!-- The size of text below must be fixed, therefore dp are used instead of sp -->

View File

@@ -24,6 +24,7 @@
<color name="featureTitleColor">#939597</color> <color name="featureTitleColor">#939597</color>
<color name="actionBarColor">#009CDE</color> <color name="actionBarColor">#009CDE</color>
<color name="actionBarColorDark">#0081B7</color> <color name="actionBarColorDark">#0081B7</color>
<color name="nordicBackground">#FFF5F5F5</color>
<color name="backgroundColor">#E6E7E8</color> <color name="backgroundColor">#E6E7E8</color>
<color name="orange">#DC582A</color> <color name="orange">#DC582A</color>
<color name="dark_orange">#9E3F1E</color> <color name="dark_orange">#9E3F1E</color>

View File

@@ -112,7 +112,7 @@
</style> </style>
<style name="AppThemeBase" parent="@style/Theme.AppCompat.Light.NoActionBar"> <style name="AppThemeBase" parent="@style/Theme.AppCompat.Light.NoActionBar">
<item name="android:windowBackground">@drawable/background_image</item> <item name="android:windowBackground">@color/nordicBackground</item>
<item name="android:spinnerItemStyle">@style/ActionBar.SpinnerTitle</item> <item name="android:spinnerItemStyle">@style/ActionBar.SpinnerTitle</item>
<item name="actionMenuTextColor">@color/actionBarMenuTextColor</item> <item name="actionMenuTextColor">@color/actionBarMenuTextColor</item>
<item name="alertDialogTheme">@style/AppTheme.DialogTheme</item> <item name="alertDialogTheme">@style/AppTheme.DialogTheme</item>
@@ -142,7 +142,7 @@
</style> </style>
<style name="AppTheme.Fullscreen" parent="@style/Theme.AppCompat.Light.NoActionBar"> <style name="AppTheme.Fullscreen" parent="@style/Theme.AppCompat.Light.NoActionBar">
<item name="android:windowBackground">@drawable/background_image</item> <item name="android:windowBackground">@color/nordicBackground</item>
</style> </style>
</resources> </resources>