Android初级进阶之Shape

shape

``` xml ```

rectangle
圆角矩形 图片
Android初级进阶之Shape
文章图片
xml
```xml ```


使用bottomLeftRadius等属性,可以做出不同的效果,如左两边圆角,右两边不圆角等。
Android初级进阶之Shape
文章图片

Android初级进阶之Shape
文章图片
圆角矩形-边框 图片
Android初级进阶之Shape
文章图片
``` xml ```


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


Android初级进阶之Shape
文章图片
oval
实心圆 图片
Android初级进阶之Shape
文章图片
xml
```xml ```

实心圆-边框 图片
Android初级进阶之Shape
文章图片
xml
```xml ```

注:
虚线等与矩形相同
ring
图片
Android初级进阶之Shape
文章图片
【Android初级进阶之Shape】xml
```xml

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

    推荐阅读