aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/res/drawable/search_background_dark.xml
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/res/drawable/search_background_dark.xml')
-rw-r--r--src/main/res/drawable/search_background_dark.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/main/res/drawable/search_background_dark.xml b/src/main/res/drawable/search_background_dark.xml
index cb42396b4..4a63f54e6 100644
--- a/src/main/res/drawable/search_background_dark.xml
+++ b/src/main/res/drawable/search_background_dark.xml
@@ -29,11 +29,11 @@
<layer-list xmlns:android="http://schemas.android.com/apk/res/android">
- <item android:drawable="@color/grey800" />
+ <item android:drawable="@color/grey900" />
<item>
<bitmap
- android:alpha="0.12"
+ android:alpha="@dimen/background_image_opacity"
android:gravity="center"
android:src="@drawable/ic_search_background_white" />
</item>