Make list divider for searches look good in dark theme too

This commit is contained in:
Christine Emrich 2017-08-27 23:05:06 +02:00 committed by Peter Serwylo
parent e1743c70f6
commit eed9effb0e

View File

@ -6,5 +6,5 @@
--> -->
<shape xmlns:android="http://schemas.android.com/apk/res/android"> <shape xmlns:android="http://schemas.android.com/apk/res/android">
<size android:width="1dp" android:height="1dp" /> <size android:width="1dp" android:height="1dp" />
<solid android:color="#ffe3e3e3" /> <solid android:color="#50999999" />
</shape> </shape>