【发布时间】:2017-05-28 17:00:30
【问题描述】:
我怎样才能创建一个 android layerlist drawable 给我这样的东西
我已经设法只用下面的代码生成了外圆。但似乎可以找到一种方法来在里面添加实心圆。
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android"
android:shape="oval">
<stroke
android:width="2dp"
android:color="#1582AF"/>
</shape>
【问题讨论】:
标签: android