티스토리 뷰
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">
'Android' 카테고리의 다른 글
안드로이드 프로젝트 내부 json파일 정렬순서 바뀌어서 나올 때 해결법 (0) | 2016.09.05 |
---|---|
안드로이드 retrofit2 + okhttp3 + rxjava(android) 네트워크(서버통신) 샘플 (0) | 2016.07.25 |
안드로이드 Network throwable error code (0) | 2016.07.25 |
Android statusbar 색상바꾸기 (0) | 2016.07.19 |
Android spannable (textview) (0) | 2016.07.19 |
댓글