replace hover with custom circular menu

This commit is contained in:
hyb1996
2017-10-18 20:53:21 +08:00
parent e6c0500358
commit a478278135
41 changed files with 653 additions and 1671 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="#C0C0C0"/>
</shape>