Sign in
android
/
platform
/
development
/
main
/
.
/
samples
/
VirtualDeviceManager
/
demos
/
res
/
drawable
/
circle.xml
blob: 8867f7c7f81020df9afbe22748f86da2342c38b6 [
file
]
<shape
xmlns:android
=
"http://schemas.android.com/apk/res/android"
android:shape
=
"oval"
>
<stroke
android:width
=
"1dp"
android:color
=
"?attr/colorPrimary"
/>
</shape>