Browse Source

[콘텐츠상세][Common] 리스티클 이미지 딤 영역 수정반영

Hasemi 7 years ago
parent
commit
e340bd27ff

+ 2 - 2
app/src/main/res/drawable/listicle_dim_top.xml

@@ -4,7 +4,7 @@
 <gradient
   android:angle="90"
   android:endColor="#00000000"
-  android:startColor="#38000000"
-  android:centerColor="#0F000000"
+  android:startColor="#1C000000"
+  android:centerColor="#08000000"
   android:type="linear"/>
 </shape>

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

@@ -18,7 +18,7 @@
 
   <View
     android:layout_width="match_parent"
-    android:layout_height="183dp"
+    android:layout_height="235dp"
     android:background="@drawable/listicle_dim_top"
     android:rotation="180"
     app:layout_constraintEnd_toEndOf="parent"