blob: 363fffc1536113d1e32f72e94f6eda4857c8d97b (
plain) (
blame)
1
2
3
4
5
6
|
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android" android:shape="oval" >
<size android:width="16dp" android:height="16dp"/>
<solid
android:color="#40000000" />
</shape>
|