周星榜数量修改

This commit is contained in:
ningwenqiang
2024-10-07 18:20:31 +08:00
parent 4f44278561
commit 76d24123a7
5 changed files with 41 additions and 10 deletions

View File

@@ -107,7 +107,7 @@ public class MainMeViewHolder extends AbsMainViewHolder implements OnItemClickLi
private TextView btnCopy;
private SVGAImageView gift_svga;
private View v_noble;
private FrameLayout lt_noble;
private View lt_noble;
// private LinearLayout btnUserNoble;
private ImageView user_noble_ico, good_nub_ico, img_lv_pic;
private TextView user_noble_text, user_noble_time, tv_setting;
@@ -165,7 +165,7 @@ public class MainMeViewHolder extends AbsMainViewHolder implements OnItemClickLi
user_noble_text = (TextView) findViewById(R.id.user_noble_text);
img_setting = (ImageView) findViewById(R.id.img_setting);
v_noble = (View) findViewById(R.id.v_noble);
lt_noble = (FrameLayout) findViewById(R.id.lt_noble);
lt_noble = findViewById(R.id.lt_noble);
user_noble_time = (TextView) findViewById(R.id.user_noble_time);
banner_me = (Banner) findViewById(R.id.banner_me);
lt_advertisement = (LinearLayout) findViewById(R.id.lt_advertisement);

View File

@@ -541,18 +541,17 @@
<TextView
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintStart_toStartOf="@+id/user_noble_text"
android:id="@+id/user_noble_time"
android:layout_width="0dp"
android:layout_marginBottom="2dp"
android:layout_marginEnd="6dp"
android:layout_height="wrap_content"
android:layout_marginEnd="6dp"
android:layout_marginTop="12dp"
android:text="@string/open_noble_text"
android:textColor="#000000"
android:textSize="12sp" />
android:textSize="12sp"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintStart_toStartOf="@+id/user_noble_text"
app:layout_constraintTop_toBottomOf="@+id/user_noble_text" />
</androidx.constraintlayout.widget.ConstraintLayout>