aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristian Schneppe <christian.schneppe@pix-art.de>2020-02-17 21:00:19 +0100
committerChristian Schneppe <christian.schneppe@pix-art.de>2020-02-17 21:00:19 +0100
commitbb4e06c950b540582a5dc08213eaad225dc30a4a (patch)
tree781170c88de01270b9db2168e06666c96a41eb5f
parentd606577b4d6549eb233b640de3dcf46d057fc84e (diff)
fix backgroundcolor for selected items in contact chooser
-rw-r--r--src/main/res/drawable/list_item_background_light.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/res/drawable/list_item_background_light.xml b/src/main/res/drawable/list_item_background_light.xml
index f064403da..917f85dab 100644
--- a/src/main/res/drawable/list_item_background_light.xml
+++ b/src/main/res/drawable/list_item_background_light.xml
@@ -28,5 +28,5 @@
-->
<selector xmlns:android="http://schemas.android.com/apk/res/android">
- <item android:drawable="@color/grey300" android:state_activated="true" />
+ <item android:drawable="@color/grey500" android:state_activated="true" />
</selector> \ No newline at end of file