我都界面进行调整

This commit is contained in:
ningwenqiang
2024-11-02 12:08:44 +08:00
parent 4f916a4ad4
commit 4a2028db29
9 changed files with 46 additions and 61 deletions

View File

@@ -5,6 +5,14 @@
android:layout_width="match_parent"
android:layout_height="wrap_content">
<View
android:id="@+id/topLine"
app:layout_constraintTop_toTopOf="parent"
app:layout_constraintStart_toStartOf="parent"
android:layout_width="match_parent"
android:layout_height="4dp"
android:background="#F3F4F9" />
<com.yunbao.common.custom.RatioRoundImageView
android:id="@+id/author"
android:layout_width="36dp"
@@ -43,7 +51,7 @@
android:id="@+id/attentionImg"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginEnd="18dp"
android:layout_marginEnd="16dp"
android:src="@mipmap/ic_yola_attention"
app:layout_constraintBottom_toBottomOf="@+id/author"
app:layout_constraintEnd_toEndOf="parent"