Bläddra i källkod

[콘텐츠상세][Common] 리스티클 커버 화살표 터치영역 넓게

Hasemi 7 år sedan
förälder
incheckning
04f66a4785
1 ändrade filer med 3 tillägg och 2 borttagningar
  1. 3 2
      app/src/main/res/layout/contents_listicle_cover.xml

+ 3 - 2
app/src/main/res/layout/contents_listicle_cover.xml

@@ -132,8 +132,9 @@
     android:id="@+id/image_view_arrow"
     android:layout_width="wrap_content"
     android:layout_height="wrap_content"
-    android:layout_marginTop="13dp"
-    android:layout_marginEnd="25dp"
+    android:layout_marginTop="3dp"
+    android:padding="10dp"
+    android:layout_marginEnd="15dp"
     app:layout_constraintEnd_toEndOf="parent"
     app:layout_constraintTop_toTopOf="@id/text_view_title"
     app:srcCompat="@drawable/icon_contents_arrow"