소스 검색

[콘텐츠상세][Common] 페이징 번호 딤 레이어 추가

Hasemi 7 년 전
부모
커밋
fe49213918
2개의 변경된 파일1개의 추가작업 그리고 2개의 파일을 삭제
  1. 0 0
      app/src/main/res/drawable/dim_card_listicle_3.xml
  2. 1 2
      app/src/main/res/layout/contents_card_listicle_detail.xml

app/src/main/res/drawable/coner_radial.xml → app/src/main/res/drawable/dim_card_listicle_3.xml


+ 1 - 2
app/src/main/res/layout/contents_card_listicle_detail.xml

@@ -80,10 +80,9 @@
     app:layout_constraintBottom_toBottomOf="parent"/>
 
   <View
-    android:rotation="-180"
     android:layout_width="166dp"
     android:layout_height="162dp"
-    android:background="@drawable/card_dim_bottom_3"
+    android:background="@drawable/dim_card_listicle_3"
     app:layout_constraintEnd_toEndOf="parent"
     app:layout_constraintBottom_toBottomOf="parent"/>