1、方法一:
使用 CardView 布局
<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" android:layout_gravity="center" app:cardBackgroundColor="#ffffff" app:cardCornerRadius="4dp" app:cardElevation="3dp"> 2、方法二: 使用属性 android:elevation="3dp"
原文地址:https://www.cnblogs.com/haihai88/p/10287215.html
时间: 2024-10-08 17:50:30