<?xml version="1.0" encoding="utf-8"?>
<shape
xmlns:android="http://schemas.android.com/apk/res/android"
android:shape="oval"> <solid
android:color="#666666"/> <size
android:width="120dp"
android:height="120dp"/>
</shape>
相关文章
- Android 高手进阶,自己定义圆形进度条
- 如何添加涟漪效果并在Android中的按钮上有自定义背景?
- Android GradientDrawable(shape标签定义) 静态使用和动态使用(圆角,渐变实现)
- Android Shape Drawable Resources TextView渐变 背景色 圆角
- android自定义进度条渐变圆形
- Android自己定义矩形及selector、shape的使用
- 第十四周 项目二:定义抽象类Shape,由此派生出Circle(圆形)、Rectangle(矩形)、Triangle(三角形)
- Android 圆形头像/有外边框的圆形头像CircleImageView自定义控件使用详解
- android中通过自定义xml实现你需要的shape效果 xml属性配置
- Android 高手进阶之自定义View,自定义属性(带进度的圆形进度条)