6 lines
223 B
XML
6 lines
223 B
XML
|
|
<shape xmlns:android="http://schemas.android.com/apk/res/android"
|
||
|
|
android:shape="rectangle"
|
||
|
|
android:elevation="8dp">
|
||
|
|
<solid android:color="@color/xui_transparent" />
|
||
|
|
<corners android:radius="75dp"/>
|
||
|
|
</shape>
|