修改分享按钮和事件面板按钮位置

This commit is contained in:
tongchenfei
2020-10-21 10:53:11 +08:00
parent 9d0e7abc01
commit 3b589efc03
10 changed files with 58 additions and 39 deletions

View File

@@ -1,5 +1,6 @@
package com.mogo.module.extensions.utils;
import android.graphics.Color;
import android.view.View;
import android.view.ViewGroup;
import android.widget.FrameLayout;
@@ -90,6 +91,7 @@ public class EntranceViewHolder {
View v = wrapper.getView();
v.setLayoutParams(params);
rootViewGroup.addView(v, 0);
// rootViewGroup.setBackgroundColor(Color.WHITE);
}
public void removeBottomLayerView(View view) {