mirror of
https://github.com/aljazceru/Android-nRF-Toolbox.git
synced 2025-12-23 01:14:26 +01:00
Old gray background removed
This commit is contained in:
Binary file not shown.
|
Before Width: | Height: | Size: 27 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 22 KiB |
@@ -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 -->
|
||||
|
||||
@@ -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 -->
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user