不准备改了 打包
This commit is contained in:
parent
0e74652f41
commit
09abde0c8e
7
common/src/main/res/drawable/bg_f2edd7_10.xml
Normal file
7
common/src/main/res/drawable/bg_f2edd7_10.xml
Normal 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>
|
@ -6,9 +6,9 @@
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginStart="16dp"
|
||||
android:layout_marginTop="6dp"
|
||||
android:layout_marginTop="9dp"
|
||||
android:layout_marginEnd="16dp"
|
||||
android:background="@mipmap/background_home_sud_game_list">
|
||||
android:background="@drawable/bg_f2edd7_10">
|
||||
|
||||
<com.makeramen.roundedimageview.RoundedImageView
|
||||
android:id="@+id/avatar"
|
||||
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user