Dark theme changes based on designer feedback

This commit is contained in:
Torsten Grote
2018-07-18 09:33:37 -03:00
parent aa6b5511c2
commit ce6293b1d3
16 changed files with 270 additions and 200 deletions

View File

@@ -0,0 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<selector xmlns:android="http://schemas.android.com/apk/res/android">
<item android:drawable="@color/item_background_highlight" android:state_checked="true"/>
<item android:drawable="@android:color/transparent" android:state_checked="false"/>
</selector>