aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/res/drawable/search_background_light.xml
diff options
context:
space:
mode:
authorChristian Schneppe <christian@pix-art.de>2018-04-30 00:02:58 +0200
committerChristian Schneppe <christian@pix-art.de>2018-04-30 00:02:58 +0200
commit032fbad95ce7384de922d7c3c9ac53303ab11732 (patch)
treea25d39f4c7103c86b239f9ae9cf0963b6176c307 /src/main/res/drawable/search_background_light.xml
parentc49894c6667f1853337a3a5fc95ad84047c694c4 (diff)
add more styling to search activity
Diffstat (limited to '')
-rw-r--r--src/main/res/drawable/search_background_light.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/main/res/drawable/search_background_light.xml b/src/main/res/drawable/search_background_light.xml
index aecd39e9a..5fee94090 100644
--- a/src/main/res/drawable/search_background_light.xml
+++ b/src/main/res/drawable/search_background_light.xml
@@ -29,11 +29,11 @@
<layer-list xmlns:android="http://schemas.android.com/apk/res/android">
- <item android:drawable="@color/grey50" />
+ <item android:drawable="@color/grey200" />
<item>
<bitmap
- android:alpha="0.12"
+ android:alpha="@dimen/background_image_opacity"
android:gravity="center"
android:src="@drawable/ic_search_background_black" />
</item>