Skip to content

Commit

Permalink
Old gray background removed
Browse files Browse the repository at this point in the history
  • Loading branch information
philips77 committed Mar 9, 2017
1 parent 1b40209 commit 3091102
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 4 deletions.
Binary file not shown.
Binary file removed app/src/main/res/drawable-xhdpi/background_image.jpg
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="@drawable/background_image"
android:background="@color/nordicBackground"
android:orientation="vertical">

<!-- The size of text below must be fixed, therefore dp are used instead of sp -->
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/res/layout/fragment_feature_uart_control.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="@drawable/background_image"
android:background="@color/nordicBackground"
android:orientation="vertical">

<!-- The size of text below must be fixed, therefore dp are used instead of sp -->
Expand Down
1 change: 1 addition & 0 deletions app/src/main/res/values/color.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
<color name="featureTitleColor">#939597</color>
<color name="actionBarColor">#009CDE</color>
<color name="actionBarColorDark">#0081B7</color>
<color name="nordicBackground">#FFF5F5F5</color>
<color name="backgroundColor">#E6E7E8</color>
<color name="orange">#DC582A</color>
<color name="dark_orange">#9E3F1E</color>
Expand Down
4 changes: 2 additions & 2 deletions app/src/main/res/values/styles.xml
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@
</style>

<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="actionMenuTextColor">@color/actionBarMenuTextColor</item>
<item name="alertDialogTheme">@style/AppTheme.DialogTheme</item>
Expand Down Expand Up @@ -142,7 +142,7 @@
</style>

<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>

</resources>

0 comments on commit 3091102

Please sign in to comment.