Fix colors in item view

This commit is contained in:
Dominik Schürmann
2014-03-13 20:18:25 +01:00
parent c1e16995db
commit 37c81400ac
2 changed files with 2 additions and 2 deletions

View File

@@ -43,7 +43,7 @@
android:layout_height="match_parent"
android:layout_marginBottom="8dp"
android:layout_marginTop="8dp"
android:background="@android:color/darker_gray" />
android:background="?android:attr/listDivider" />
<FrameLayout
android:layout_width="80dp"