7 lines
285 B
XML
7 lines
285 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<shape android:shape="oval" android:useLevel="false"
|
|
xmlns:android="http://schemas.android.com/apk/res/android">
|
|
<solid android:color="@color/mbridge_black_alpha_50" />
|
|
<size android:height="20.0dip" android:width="20.0dip" />
|
|
</shape>
|