Android初级进阶之Shape

shape

``` xml










```

rectangle

圆角矩形

图片

Android初级进阶之Shape_第1张图片

xml

```xml


    
    
    

```


使用bottomLeftRadius等属性,可以做出不同的效果,如左两边圆角,右两边不圆角等。

Android初级进阶之Shape_第2张图片

Android初级进阶之Shape_第3张图片

圆角矩形-边框

图片

Android初级进阶之Shape_第4张图片
``` xml 






```


虚线:


    android:dashWidth="13dp"
    android:color="#f60" />

Android初级进阶之Shape_第5张图片

oval

实心圆

图片

Android初级进阶之Shape_第6张图片

xml

```xml 







```

实心圆-边框

图片

Android初级进阶之Shape_第7张图片

xml

```xml





    
```

注:
虚线等与矩形相同

ring

图片

Android初级进阶之Shape_第8张图片

xml

```xml







# 微信公众号

![AndroidRookie](https://upload-images.jianshu.io/upload_images/1760510-4ba94d021dc969fe.jpg?imageMogr2/auto-orient/strip%7CimageView2/2/w/1240)

你可能感兴趣的:(Android初级进阶之Shape)