Slightly darker action bar

pull/186/head
M66B 4 years ago
parent e5cd9b21c5
commit 9555ee88a0

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

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

Loading…
Cancel
Save