|
|
@@ -831,7 +831,7 @@ public class FgtSmallSheep extends BaseFragment implements SmallSheepContract.Vi
|
|
|
//fullHomeList有数据时,要让fullHomeList上下遮盖相邻组件
|
|
|
private void checkFullHomeList() {
|
|
|
if (/*SkinUtil.curPlugin == Plugin.skin_new_year && */!fullHomeList.isEmpty()) {
|
|
|
- LayoutParamsUtil.resetLayoutParams(full_home_list_rv, new Lp(G.DENSITY).setTopMargin(-8).setBottomMargin(-4));
|
|
|
+ LayoutParamsUtil.resetLayoutParams(full_home_list_rv, new Lp(G.DENSITY).setTopMargin(-8).setBottomMargin(0));
|
|
|
LayoutParamsUtil.resetLayoutParams(home_notice_ll, new Lp().setTopMargin(0));
|
|
|
} else {
|
|
|
LayoutParamsUtil.resetLayoutParams(full_home_list_rv, new Lp().setTopMargin(0).setBottomMargin(0));
|