change circular menu icon

This commit is contained in:
hyb1996
2017-12-05 22:49:30 +08:00
parent 02ec8f7fb5
commit 346487b0ef
5 changed files with 34 additions and 7 deletions

View File

@@ -0,0 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android"
android:innerRadius="0dp"
android:shape="ring"
android:thicknessRatio="2"
android:useLevel="false">
<solid android:color="#ffffff"/>
</shape>