16 lines
518 B
XML
16 lines
518 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
|
android:width="56dp"
|
|
android:height="56dp"
|
|
android:viewportWidth="56"
|
|
android:viewportHeight="56">
|
|
<!-- 外圆 -->
|
|
<path
|
|
android:fillColor="#4A90E2"
|
|
android:pathData="M28,28m-24,0a24,24 0,1 1,48 0a24,24 0,1 1,-48 0"/>
|
|
<!-- 内圆高亮 -->
|
|
<path
|
|
android:fillColor="#66B3FF"
|
|
android:pathData="M28,28m-8,0a8,8 0,1 1,16 0a8,8 0,1 1,-16 0"/>
|
|
</vector>
|