Преглед изворни кода

fix: 个人资料页,间距问题

XiaodongLin пре 8 месеци
родитељ
комит
25e96d00eb
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      module/profile/src/main/res/layout/item_profile_user_in_room.xml

+ 1 - 1
module/profile/src/main/res/layout/item_profile_user_in_room.xml

@@ -4,6 +4,7 @@
     xmlns:tools="http://schemas.android.com/tools"
     android:id="@+id/room_info_layout"
     android:layout_width="match_parent"
+    android:layout_marginEnd="14dp"
     android:layout_height="76dp">
 
     <androidx.constraintlayout.widget.ConstraintLayout
@@ -108,7 +109,6 @@
         android:layout_width="0dp"
         android:layout_height="wrap_content"
         android:layout_marginStart="4dp"
-        android:layout_marginEnd="14dp"
         app:layout_constraintBottom_toBottomOf="parent"
         app:layout_constraintEnd_toEndOf="parent"
         app:layout_constraintStart_toEndOf="@id/room_info_view"