replace hover with custom circular menu
This commit is contained in:
8
app/src/main/res/drawable/circle_gray.xml
Normal file
8
app/src/main/res/drawable/circle_gray.xml
Normal 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>
|
||||
Reference in New Issue
Block a user