Przeglądaj źródła

[마이][Common] 버킷리스트 상세페이지 태그 마진 조절

Hasemi 7 lat temu
rodzic
commit
07b972e342

+ 1 - 1
app/src/main/res/layout/fragment_bucket_list_detail.xml

@@ -95,6 +95,7 @@
         android:layout_width="wrap_content"
         android:layout_height="wrap_content"
         android:orientation="horizontal"
+        android:layout_marginStart="25dp"
         >
 
       </LinearLayout>
@@ -105,7 +106,6 @@
     android:id="@+id/recycler_view_bucket_list_detail"
     android:layout_width="match_parent"
     android:layout_height="0dp"
-    android:layout_marginStart="25dp"
     app:layout_constraintStart_toStartOf="parent"
     android:paddingTop="25dp"
     app:layout_constraintBottom_toBottomOf="parent"