Update selected_box colors for dark theme

This commit is contained in:
2016-04-10 08:17:36 -04:00
parent 5c683a77c2
commit 436ae7e574
3 changed files with 4 additions and 1 deletions

View File

@@ -19,6 +19,6 @@
-->
<shape xmlns:android="http://schemas.android.com/apk/res/android" android:shape="rectangle" >
<solid android:color="@color/grey_100" />
<solid android:color="?highlightedBackgroundColor" />
<stroke android:width="2dip" android:color="@color/grey_500"/>
</shape>