可設定圓角方角、陰影等等
附上原始碼:
<android.support.v7.widget.CardView
xmlns:card_view="http://schemas.android.com/apk/res-auto" android:layout_gravity="center"
android:layout_width="match_parent"
android:layout_height="wrap_content"
card_view:cardPreventCornerOverlap="false"
card_view:cardCornerRadius="10dp"
card_view:cardElevation="5dp"></android.support.v7.widget.CardView>
效果如下圖說明:cardPreventCornerOverlap
CardView內的元件要不要與圓角重疊
cardCornerRadius
CardView的四個角的弧度
cardElevation
CardView的的陰影
沒有留言:
張貼留言