不准备改了 打包
This commit is contained in:
@@ -388,7 +388,7 @@ public class MainMeViewHolder extends AbsMainViewHolder implements OnItemClickLi
|
||||
ZhuangBanActivity.forward(mContext, url);
|
||||
}
|
||||
});
|
||||
tv_level.setText(u.getLevel() + "");
|
||||
tv_level.setText("LV "+u.getLevel() );
|
||||
|
||||
} else {
|
||||
Constants.isAnchor = false;
|
||||
@@ -412,7 +412,7 @@ public class MainMeViewHolder extends AbsMainViewHolder implements OnItemClickLi
|
||||
ZhuangBanActivity.forward(mContext, url);
|
||||
}
|
||||
});
|
||||
tv_level.setText(u.getLevel() + "");
|
||||
tv_level.setText("LV "+u.getLevel() );
|
||||
|
||||
}
|
||||
//修改靓号图标 个人中心
|
||||
|
||||
@@ -563,13 +563,24 @@ public class MainMessageViewHolder2 extends AbsMainHomeChildViewHolder {
|
||||
DebugUtils.runDebugCode(() -> {
|
||||
if(more!=null){
|
||||
more.setVisibility(View.VISIBLE);
|
||||
if (moreXPopup==null){
|
||||
moreXPopup = new XPopup.Builder(mContext).atView(more);
|
||||
more.setOnClickListener(view -> {
|
||||
moreXPopup.asCustom(new MsgMoreDialog(mContext)).show();
|
||||
});
|
||||
}
|
||||
}
|
||||
|
||||
});
|
||||
if (data.getIsAnchor() == 1 && CommonAppConfig.getInstance().getUserBean().getUsers_type().equals("C")) {
|
||||
userType = 2;//主播B
|
||||
if(more!=null){
|
||||
more.setVisibility(View.VISIBLE);
|
||||
if (moreXPopup==null){
|
||||
moreXPopup = new XPopup.Builder(mContext).atView(more);
|
||||
more.setOnClickListener(view -> {
|
||||
moreXPopup.asCustom(new MsgMoreDialog(mContext)).show();
|
||||
});
|
||||
}
|
||||
}
|
||||
viewPager.setUserInputEnabled(true);
|
||||
//mIndicator.setVisibility(View.VISIBLE);
|
||||
|
||||
@@ -4,6 +4,7 @@
|
||||
xmlns:tools="http://schemas.android.com/tools"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent"
|
||||
android:background="@mipmap/bg_yola_index"
|
||||
android:orientation="vertical">
|
||||
|
||||
<ImageView
|
||||
|
||||
@@ -4,8 +4,8 @@
|
||||
xmlns:tools="http://schemas.android.com/tools"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent"
|
||||
android:background="@mipmap/bg_yola_index"
|
||||
android:orientation="vertical"
|
||||
android:background="@mipmap/bg_yola_index"
|
||||
android:paddingBottom="50dp">
|
||||
|
||||
|
||||
@@ -110,6 +110,7 @@
|
||||
android:layout_height="15dp"
|
||||
android:layout_marginTop="10dp"
|
||||
android:src="@mipmap/good_nub"
|
||||
android:paddingEnd="6dp"
|
||||
android:visibility="gone"
|
||||
app:layout_constraintStart_toStartOf="@+id/name"
|
||||
app:layout_constraintTop_toBottomOf="@+id/name"
|
||||
@@ -119,7 +120,6 @@
|
||||
android:id="@+id/id_val"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginStart="6dp"
|
||||
android:layout_marginTop="10dp"
|
||||
android:background="@drawable/bg_white_radius17"
|
||||
android:paddingStart="6dp"
|
||||
|
||||
Reference in New Issue
Block a user