2017-02-26 65 views

回答

1

的角落,你必须使用drawable象下面这样:

<shape 
xmlns:android="http://schemas.android.com/apk/res/android" 
android:shape="rectangle" 
> 

<!-- view border color and width --> 
<stroke 
    android:width="1dip" 
    android:color="#a4a2a2" > 
</stroke> 

<corners android:radius="180px"> 

</corners> 
<!-- Here is the corner radius --> 

约阴影

我想你的意思android:elevation="8dp"

<Yourbox 
android:width="match_parent" 
android:height="match_parent" 
.... 
android:elevation="8dp" 
android:layout_gravity="center" 
.. 
/> 
+0

谢谢你,箱子的影子呢? –

+0

尝试使用'android:海拔' – Ibrahim

+0

thx,但evelation不在中心正好 –