We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f1cdd0 commit 288cf83Copy full SHA for 288cf83
app/src/main/res/drawable/current_location_button.xml
@@ -0,0 +1,14 @@
1
+<?xml version="1.0" encoding="utf-8"?>
2
+<selector xmlns:android="http://schemas.android.com/apk/res/android" >
3
+ <item>
4
+ <shape>
5
+ <solid android:color="@color/colorSecondary"/>
6
+ <corners
7
+ android:bottomLeftRadius="32dp"
8
+ android:bottomRightRadius="32dp"
9
+ android:topLeftRadius="32dp"
10
+ android:topRightRadius="32dp"
11
+ />
12
+ </shape>
13
+ </item>
14
+</selector>
0 commit comments