Fix showing which contacts are selected

Stephen Paul Weber created

Change summary

src/main/res/layout/item_contact.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Detailed changes

src/main/res/layout/item_contact.xml 🔗

@@ -6,7 +6,7 @@
     <FrameLayout
         android:layout_width="match_parent"
         android:layout_height="wrap_content"
-        android:background="?selectableItemBackground">
+        android:background="@drawable/background_selectable_list_item">
     <RelativeLayout
         android:id="@+id/inner"
         android:layout_width="match_parent"