diff --git a/moduleUtil/src/main/java/com/xscm/moduleutil/dialog/giftLottery/GiftRecordAdapte.java b/moduleUtil/src/main/java/com/xscm/moduleutil/dialog/giftLottery/GiftRecordAdapte.java new file mode 100644 index 0000000..4f65ef4 --- /dev/null +++ b/moduleUtil/src/main/java/com/xscm/moduleutil/dialog/giftLottery/GiftRecordAdapte.java @@ -0,0 +1,22 @@ +package com.xscm.moduleutil.dialog.giftLottery; + +import com.chad.library.adapter.base.BaseQuickAdapter; +import com.chad.library.adapter.base.BaseViewHolder; +import com.xscm.moduleutil.R; +import com.xscm.moduleutil.bean.GiftBean; +import com.xscm.moduleutil.utils.ImageUtils; + +public class GiftRecordAdapte extends BaseQuickAdapter { + public GiftRecordAdapte() { + super(R.layout.item_gift_record); + } + + @Override + protected void convert(BaseViewHolder helper, GiftBean item) { + helper.setText(R.id.tv_user_name, item.getNickname()); + helper.setText(R.id.tv_gift_count_name,"x"+item.getCount()+" "+ item.getGift_name()); + helper.setText(R.id.tv_time, item.getCreatetime()); + ImageUtils.loadHeadCC(item.getBase_image(),helper.getView(R.id.iv_gift_icon)); + + } +} diff --git a/moduleUtil/src/main/res/layout/dialog_xlh_obtain.xml b/moduleUtil/src/main/res/layout/dialog_xlh_obtain.xml new file mode 100644 index 0000000..fb1edea --- /dev/null +++ b/moduleUtil/src/main/res/layout/dialog_xlh_obtain.xml @@ -0,0 +1,62 @@ + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/moduleUtil/src/main/res/layout/fragment_tour_club_dialog.xml b/moduleUtil/src/main/res/layout/fragment_tour_club_dialog.xml new file mode 100644 index 0000000..4f8a790 --- /dev/null +++ b/moduleUtil/src/main/res/layout/fragment_tour_club_dialog.xml @@ -0,0 +1,435 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/moduleUtil/src/main/res/layout/item_gift_record.xml b/moduleUtil/src/main/res/layout/item_gift_record.xml new file mode 100644 index 0000000..35cf732 --- /dev/null +++ b/moduleUtil/src/main/res/layout/item_gift_record.xml @@ -0,0 +1,73 @@ + + + + + + + + + + + + + + + + + + + diff --git a/moduleUtil/src/main/res/layout/item_piaoping_xlh.xml b/moduleUtil/src/main/res/layout/item_piaoping_xlh.xml new file mode 100644 index 0000000..83b179c --- /dev/null +++ b/moduleUtil/src/main/res/layout/item_piaoping_xlh.xml @@ -0,0 +1,68 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file