2017-08-03 178 views

回答

1

与Cardview

试试这个
<android.support.v7.widget.CardView 
    xmlns:app="http://schemas.android.com/apk/res-auto" 
    android:layout_width="match_parent" 
    android:layout_height="match_parent" 
    app:cardUseCompatPadding="true" 
    app:cardElevation="4dp" 
    app:cardCornerRadius="3dp" > 

    <!-- put your attributes --> 

</android.support.v7.widget.CardView> 

http://www.zoftino.com/android-view-shadow-effect

OR

您可以使用9修补图像。

http://inloop.github.io/shadow4android/

相关问题