티스토리 뷰

android cardview elevation not working 





이런식으로 카드뷰 가장자리의 elevation(높이효과) 가 적용 안될 땐 



app:cardUseCompatPadding="true"


 cardUseCompatPadding로 해결 가능



<android.support.v7.widget.CardView xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
android:layout_width="match_parent"
android:layout_height="wrap_content"
app:cardBackgroundColor="@color/white"
app:cardUseCompatPadding="true">





댓글
공지사항
최근에 올라온 글
최근에 달린 댓글
링크
TAG
more
«   2025/09   »
1 2 3 4 5 6
7 8 9 10 11 12 13
14 15 16 17 18 19 20
21 22 23 24 25 26 27
28 29 30
글 보관함