Commit d4e1efcd authored by fallenstardust's avatar fallenstardust

变更搜索结果列表背景贴图

parent 49c4e5c0
...@@ -205,7 +205,7 @@ public class CardListAdapter extends BaseRecyclerAdapterPlus<Card, BaseViewHolde ...@@ -205,7 +205,7 @@ public class CardListAdapter extends BaseRecyclerAdapterPlus<Card, BaseViewHolde
} }
bindMenu(holder, position); bindMenu(holder, position);
if (mItemBg) { if (mItemBg) {
holder.setBackgroundResource(R.id.swipe_layout, R.drawable.window2s); holder.setBackgroundResource(R.id.swipe_layout, R.drawable.list_item_bg);
} }
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment