浏览代码

Use background color for list view

arkon 4 年之前
父节点
当前提交
9ce8c5c160
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      app/src/main/res/layout/source_list_item.xml

+ 1 - 1
app/src/main/res/layout/source_list_item.xml

@@ -5,7 +5,7 @@
     android:layout_width="match_parent"
     android:layout_height="@dimen/material_component_lists_single_line_with_avatar_height"
     android:layout_gravity="center_vertical"
-    android:background="@drawable/list_item_selector"
+    android:background="@drawable/list_item_selector_background"
     android:paddingStart="8dp"
     android:paddingEnd="8dp"
     tools:layout_editor_absoluteX="0dp"