1.修改Baner尺寸 之前有代码强行限制了高度
This commit is contained in:
parent
64ef9b27ae
commit
96f158b029
@ -66,7 +66,6 @@ public class MainHomeLiveAdapter extends RefreshAdapter<LiveBean> {
|
||||
this.context = context;
|
||||
this.Height = h;
|
||||
mHeadView = mInflater.inflate(R.layout.item_main_home_live_head, null, false);
|
||||
mHeadView.setLayoutParams(new ViewGroup.LayoutParams(ViewGroup.LayoutParams.MATCH_PARENT, DpUtil.dp2px(85)));
|
||||
}
|
||||
|
||||
public View getHeadView() {
|
||||
|
Loading…
Reference in New Issue
Block a user