不准备改了 打包

This commit is contained in:
ningwenqiang 2024-11-01 21:10:27 +08:00
parent 0e74652f41
commit 09abde0c8e
6 changed files with 26 additions and 7 deletions

View File

@ -0,0 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android"
android:shape="rectangle">
<corners
android:radius="10dp"/>
<solid android:color="#FFF" />
</shape>

View File

@ -6,9 +6,9 @@
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:layout_marginStart="16dp" android:layout_marginStart="16dp"
android:layout_marginTop="6dp" android:layout_marginTop="9dp"
android:layout_marginEnd="16dp" android:layout_marginEnd="16dp"
android:background="@mipmap/background_home_sud_game_list"> android:background="@drawable/bg_f2edd7_10">
<com.makeramen.roundedimageview.RoundedImageView <com.makeramen.roundedimageview.RoundedImageView
android:id="@+id/avatar" android:id="@+id/avatar"

View File

@ -388,7 +388,7 @@ public class MainMeViewHolder extends AbsMainViewHolder implements OnItemClickLi
ZhuangBanActivity.forward(mContext, url); ZhuangBanActivity.forward(mContext, url);
} }
}); });
tv_level.setText(u.getLevel() + ""); tv_level.setText("LV "+u.getLevel() );
} else { } else {
Constants.isAnchor = false; Constants.isAnchor = false;
@ -412,7 +412,7 @@ public class MainMeViewHolder extends AbsMainViewHolder implements OnItemClickLi
ZhuangBanActivity.forward(mContext, url); ZhuangBanActivity.forward(mContext, url);
} }
}); });
tv_level.setText(u.getLevel() + ""); tv_level.setText("LV "+u.getLevel() );
} }
//修改靓号图标 个人中心 //修改靓号图标 个人中心

View File

@ -563,13 +563,24 @@ public class MainMessageViewHolder2 extends AbsMainHomeChildViewHolder {
DebugUtils.runDebugCode(() -> { DebugUtils.runDebugCode(() -> {
if(more!=null){ if(more!=null){
more.setVisibility(View.VISIBLE); 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")) { if (data.getIsAnchor() == 1 && CommonAppConfig.getInstance().getUserBean().getUsers_type().equals("C")) {
userType = 2;//主播B userType = 2;//主播B
if(more!=null){ if(more!=null){
more.setVisibility(View.VISIBLE); 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); viewPager.setUserInputEnabled(true);
//mIndicator.setVisibility(View.VISIBLE); //mIndicator.setVisibility(View.VISIBLE);

View File

@ -4,6 +4,7 @@
xmlns:tools="http://schemas.android.com/tools" xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="match_parent" android:layout_height="match_parent"
android:background="@mipmap/bg_yola_index"
android:orientation="vertical"> android:orientation="vertical">
<ImageView <ImageView

View File

@ -4,8 +4,8 @@
xmlns:tools="http://schemas.android.com/tools" xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="match_parent" android:layout_height="match_parent"
android:background="@mipmap/bg_yola_index"
android:orientation="vertical" android:orientation="vertical"
android:background="@mipmap/bg_yola_index"
android:paddingBottom="50dp"> android:paddingBottom="50dp">
@ -110,6 +110,7 @@
android:layout_height="15dp" android:layout_height="15dp"
android:layout_marginTop="10dp" android:layout_marginTop="10dp"
android:src="@mipmap/good_nub" android:src="@mipmap/good_nub"
android:paddingEnd="6dp"
android:visibility="gone" android:visibility="gone"
app:layout_constraintStart_toStartOf="@+id/name" app:layout_constraintStart_toStartOf="@+id/name"
app:layout_constraintTop_toBottomOf="@+id/name" app:layout_constraintTop_toBottomOf="@+id/name"
@ -119,7 +120,6 @@
android:id="@+id/id_val" android:id="@+id/id_val"
android:layout_width="wrap_content" android:layout_width="wrap_content"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:layout_marginStart="6dp"
android:layout_marginTop="10dp" android:layout_marginTop="10dp"
android:background="@drawable/bg_white_radius17" android:background="@drawable/bg_white_radius17"
android:paddingStart="6dp" android:paddingStart="6dp"