修复:
侧边栏问题
This commit is contained in:
@@ -22,6 +22,17 @@ public class AnchorRecommendModel extends BaseModel {
|
||||
private int upShow = 0;
|
||||
@SerializedName("list")
|
||||
private List<AnchorRecommendItemModel> list = new ArrayList<>();
|
||||
@SerializedName("slide")
|
||||
private List<SlideInfoModel> slide = new ArrayList<>();
|
||||
|
||||
public List<SlideInfoModel> getSlide() {
|
||||
return slide;
|
||||
}
|
||||
|
||||
public AnchorRecommendModel setSlide(List<SlideInfoModel> slide) {
|
||||
this.slide = slide;
|
||||
return this;
|
||||
}
|
||||
|
||||
public int getListShow() {
|
||||
return listShow;
|
||||
|
||||
@@ -21,9 +21,10 @@
|
||||
|
||||
<ImageView
|
||||
android:id="@+id/live_type"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_width="46dp"
|
||||
android:layout_height="18dp"
|
||||
android:layout_margin="4dp"
|
||||
android:scaleType="centerCrop"
|
||||
android:gravity="center" />
|
||||
|
||||
<TextView
|
||||
|
||||
Reference in New Issue
Block a user