feat : 火箭横幅位置下调

This commit is contained in:
eggmanQQQ
2024-10-15 15:10:20 +08:00
parent 7e48f77f1c
commit 367a55654b

View File

@@ -11,6 +11,7 @@
android:id="@+id/bg"
android:layout_width="match_parent"
android:layout_height="90dp"
android:layout_marginTop="@dimen/dp_68"
android:layout_marginStart="57dp"
android:background="@drawable/ic_room_boom_notify_bg"
app:layout_constraintTop_toTopOf="parent" />
@@ -32,12 +33,12 @@
android:layout_height="90dp"
android:background="@drawable/ic_room_boom_notify_head"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toTopOf="parent" />
app:layout_constraintTop_toTopOf="@+id/bg" />
<androidx.constraintlayout.widget.ConstraintLayout
android:layout_width="0dp"
android:layout_height="wrap_content"
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintBottom_toBottomOf="@+id/bg"
app:layout_constraintEnd_toStartOf="@id/go"
android:layout_marginBottom="19dp"
app:layout_constraintStart_toEndOf="@+id/avatarHead">
@@ -90,6 +91,6 @@
android:layout_height="90dp"
android:src="@drawable/ic_room_boom_notify_go"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintTop_toTopOf="parent" />
app:layout_constraintTop_toTopOf="@+id/bg" />
</androidx.constraintlayout.widget.ConstraintLayout>