我都界面进行调整
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user