admin
2020-07-14 41b23417cd62af3cd77b695a2b03446243431fc1
MDShopping/src/main/java/com/yeshi/ec/rebate/myapplication/ui/category/ShareFromAdapter.java
@@ -46,10 +46,6 @@
        view = LayoutInflater.from(mContext).inflate(R.layout.item_share_from, null);
        TextView tv_content = view.findViewById(R.id.tv_content);
        tv_content.setText(mList.get(position));
        tv_content.setCompoundDrawablesWithIntrinsicBounds(position == 0 ? R.drawable.ic_share_from_all
                : position == 1 ? R.drawable.ic_share_from_trend : position == 2
                ? R.drawable.ic_share_from_selection : R.drawable.ic_share_from_goodsdetail, 0, 0, 0);
        return view;
    }
}