Browse Source

[마이][Common] 필터 구분선 너비 조정

Hasemi 7 years ago
parent
commit
a994e16364

+ 3 - 1
app/src/main/res/layout/fragment_my_bucket_list.xml

@@ -62,11 +62,13 @@
       />
 
     <ImageView
+      android:id="@+id/image_view_bucket_check"
       android:layout_width="wrap_content"
       android:layout_height="wrap_content"
       android:layout_alignParentEnd="true"
       android:layout_centerVertical="true"
-      android:layout_marginEnd="16dp"
+      android:padding="10dp"
+      android:layout_marginEnd="6dp"
       app:srcCompat="@drawable/icon_bucket_complete"/>
 
     <TextView

+ 1 - 3
app/src/main/res/layout/fragment_my_coin_detail.xml

@@ -192,7 +192,5 @@
   <android.support.v7.widget.RecyclerView
     android:id="@+id/recycler_view_coin_list"
     android:layout_width="match_parent"
-    android:layout_height="wrap_content"
-    android:layout_marginStart="25dp"
-    android:layout_marginEnd="25dp"/>
+    android:layout_height="wrap_content"/>
 </LinearLayout>