Slightly darker action bar

This commit is contained in:
M66B 2020-09-29 16:20:53 +02:00
parent e5cd9b21c5
commit 9555ee88a0
2 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@
xmlns:app="http://schemas.android.com/apk/res-auto" xmlns:app="http://schemas.android.com/apk/res-auto"
android:layout_width="wrap_content" android:layout_width="wrap_content"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:background="?attr/colorActionBackground" android:background="?attr/colorSeparator"
android:padding="12dp"> android:padding="12dp">
<eu.faircode.email.EditTextPlain <eu.faircode.email.EditTextPlain

View File

@ -38,7 +38,7 @@
<color name="lightActionForeground">#fff</color> <color name="lightActionForeground">#fff</color>
<color name="lightActionForegroundDisabled">#ddd</color> <color name="lightActionForegroundDisabled">#ddd</color>
<color name="lightActionBackground">#ccc</color> <color name="lightActionBackground">#bbb</color>
<color name="darkColorItemSelected">#444</color> <color name="darkColorItemSelected">#444</color>
<color name="darkColorSeparator">#444</color> <color name="darkColorSeparator">#444</color>