File tree Expand file tree Collapse file tree 4 files changed +5
-6
lines changed
java/cn/jiguang/imui/messages/viewholder
src/main/java/cn/jiguang/imui/messagelist Expand file tree Collapse file tree 4 files changed +5
-6
lines changed Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ public void onBind(final MESSAGE message) {
4545 }
4646 name .setText (card .getName ());
4747 cardType .setText (card .getCardType ());
48- sessionId .setText (card .getSessionId ());
48+ // sessionId.setText(card.getSessionId());
4949 }
5050 layoutTop .setOnClickListener (new View .OnClickListener () {
5151 @ Override
Original file line number Diff line number Diff line change 5151 android : id =" @+id/card_name"
5252 android : layout_toRightOf =" @+id/card_icon"
5353 android : layout_marginTop =" @dimen/red_packet_top"
54+ android : layout_centerVertical =" true"
5455 android : textSize =" @dimen/red_packet_comments_size"
55- android : text =" 恭喜发财,大吉大利"
5656 android : lines =" 1"
5757 android : ellipsize =" end"
5858 android : textColor =" @color/black"
5959 android : layout_width =" match_parent"
6060 android : layout_height =" wrap_content" />
6161 <TextView
62+ android : visibility =" gone"
6263 android : id =" @+id/card_id"
6364 android : layout_marginTop =" 3dp"
6465 android : layout_toRightOf =" @+id/card_icon"
6566 android : layout_below =" @+id/card_name"
66- android : text =" 领取红包"
6767 android : textColor =" @color/black"
6868 android : textSize =" @dimen/red_packet_text_size"
6969 android : layout_width =" match_parent"
Original file line number Diff line number Diff line change 6565 android : id =" @+id/card_name"
6666 android : layout_toRightOf =" @+id/card_icon"
6767 android : layout_marginTop =" @dimen/red_packet_top"
68+ android : layout_centerVertical =" true"
6869 android : textSize =" @dimen/red_packet_comments_size"
6970 android : lines =" 1"
7071 android : ellipsize =" end"
71- android : text =" 恭喜发财,大吉大利"
7272 android : textColor =" @color/black"
7373 android : layout_width =" match_parent"
7474 android : layout_height =" wrap_content" />
7777 android : layout_marginTop =" 6dp"
7878 android : layout_toRightOf =" @+id/card_icon"
7979 android : layout_below =" @+id/card_name"
80- android : text =" 领取红包"
8180 android : textColor =" @color/black"
81+ android : visibility =" gone"
8282 android : textSize =" @dimen/red_packet_text_size"
8383 android : layout_width =" match_parent"
8484 android : layout_height =" wrap_content" />
Original file line number Diff line number Diff line change 4545import com .scwang .smartrefresh .header .WaterDropHeader ;
4646import com .scwang .smartrefresh .layout .SmartRefreshLayout ;
4747import com .scwang .smartrefresh .layout .api .RefreshLayout ;
48- import com .scwang .smartrefresh .layout .header .BezierRadarHeader ;
4948import com .scwang .smartrefresh .layout .header .ClassicsHeader ;
5049import com .scwang .smartrefresh .layout .listener .OnRefreshListener ;
5150
You can’t perform that action at this time.
0 commit comments