2
我該如何爲圓角做陰影?我有意見的底部,右側的角落裏試了一下,但工作不是真的:d 我想這對XML的角落:陰影圓角Android
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android">
<gradient
android:startColor="#404040"
android:centerColor="#DBDBDB"
android:endColor="@color/shadow_end"
android:angle="315"
>
</gradient>
<corners
android:bottomRightRadius="5dp"
android:bottomLeftRadius="0dp"
android:topLeftRadius="0dp"
android:topRightRadius="0dp"/>
</shape>
它是很好用的觀點進行陰影?你在用什麼?
感謝您的幫助:)