我想为视图创建阴影(高程)。我在这里看到了同样的问题,但还没有接受答案。
Android how to create gradient shadow on left and right of view?
现在我让它活着。
答案 0 :(得分:2)
使用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
或
您可以使用9补丁图片。
答案 1 :(得分:0)
我强烈建议您查看CardView。
您需要的功能是内置的。