5 lines
No EOL
268 B
XML
5 lines
No EOL
268 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<shape android:shape="rectangle" xmlns:android="http://schemas.android.com/apk/res/android">
|
|
<stroke android:color="@color/signal_inverse_transparent_20" android:width="0.33dp" />
|
|
<corners android:radius="8dp" />
|
|
</shape> |