等级,发布动态
This commit is contained in:
@@ -191,8 +191,8 @@
|
||||
android:layout_alignParentEnd="true"
|
||||
android:layout_marginEnd="18dp"
|
||||
android:layout_marginBottom="32dp"
|
||||
android:visibility="gone"
|
||||
fresco:cardCornerRadius="8dp">
|
||||
fresco:cardCornerRadius="8dp"
|
||||
android:visibility="gone">
|
||||
|
||||
<androidx.constraintlayout.widget.ConstraintLayout
|
||||
android:layout_width="match_parent"
|
||||
@@ -224,16 +224,6 @@
|
||||
fresco:layout_constraintTop_toTopOf="parent"
|
||||
fresco:lottie_loop="true" />
|
||||
|
||||
<!-- <ImageView-->
|
||||
<!-- android:id="@+id/iv_video_call"-->
|
||||
<!-- android:layout_width="40dp"-->
|
||||
<!-- android:layout_height="40dp"-->
|
||||
<!-- android:src="@drawable/ic_play_call"-->
|
||||
<!-- android:visibility="gone"-->
|
||||
<!-- fresco:layout_constraintBottom_toBottomOf="parent"-->
|
||||
<!-- fresco:layout_constraintEnd_toEndOf="parent"-->
|
||||
<!-- fresco:layout_constraintStart_toStartOf="parent"-->
|
||||
<!-- fresco:layout_constraintTop_toTopOf="parent" />-->
|
||||
</androidx.constraintlayout.widget.ConstraintLayout>
|
||||
</androidx.cardview.widget.CardView>
|
||||
|
||||
@@ -328,24 +318,58 @@
|
||||
android:textStyle="bold" />
|
||||
|
||||
<ImageView
|
||||
android:visibility="gone"
|
||||
android:id="@+id/tagVipImageView"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginLeft="12dp"
|
||||
android:layout_width="16dp"
|
||||
android:layout_height="16dp"
|
||||
android:layout_marginLeft="10dp"
|
||||
android:layout_marginTop="4dp"
|
||||
android:layout_toEndOf="@+id/personal_main_page_name"
|
||||
android:src="@drawable/ic_pvip"
|
||||
android:visibility="gone"/>
|
||||
android:src="@mipmap/ic_model_v" />
|
||||
|
||||
<ImageView
|
||||
android:id="@+id/tagSVipImageView"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginLeft="12dp"
|
||||
<!-- <ImageView-->
|
||||
<!-- android:id="@+id/tagSVipImageView"-->
|
||||
<!-- android:layout_width="wrap_content"-->
|
||||
<!-- android:layout_height="wrap_content"-->
|
||||
<!-- android:layout_marginLeft="12dp"-->
|
||||
<!-- android:layout_marginTop="4dp"-->
|
||||
<!-- android:layout_toEndOf="@+id/personal_main_page_name"-->
|
||||
<!-- android:src="@drawable/ic_gvip"-->
|
||||
<!-- android:visibility="gone" />-->
|
||||
|
||||
<RelativeLayout
|
||||
android:layout_marginTop="4dp"
|
||||
android:layout_toEndOf="@+id/personal_main_page_name"
|
||||
android:src="@drawable/ic_gvip"
|
||||
android:visibility="gone" />
|
||||
android:layout_toEndOf="@+id/tagVipImageView"
|
||||
android:id="@+id/rl_level"
|
||||
android:layout_width="42dp"
|
||||
android:layout_height="16dp"
|
||||
android:layout_marginLeft="10dp"
|
||||
android:background="@mipmap/ic_modle_bg1">
|
||||
|
||||
<LinearLayout
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_centerVertical="true"
|
||||
android:layout_marginLeft="4dp"
|
||||
android:gravity="center_vertical"
|
||||
android:orientation="horizontal">
|
||||
|
||||
<ImageView
|
||||
android:id="@+id/iv_level"
|
||||
android:layout_width="18dp"
|
||||
android:layout_height="16dp"
|
||||
android:src="@mipmap/ic_modle_1" />
|
||||
|
||||
<TextView
|
||||
android:id="@+id/tv_level"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:text="22"
|
||||
android:textColor="@color/white"
|
||||
android:textSize="10dp" />
|
||||
</LinearLayout>
|
||||
|
||||
</RelativeLayout>
|
||||
|
||||
<TextView
|
||||
android:id="@+id/tv_signature"
|
||||
@@ -1179,6 +1203,7 @@
|
||||
</RelativeLayout>
|
||||
|
||||
<RelativeLayout
|
||||
android:visibility="gone"
|
||||
android:id="@+id/rl_comment"
|
||||
android:layout_marginTop="16dp"
|
||||
android:layout_width="match_parent"
|
||||
|
||||
Reference in New Issue
Block a user