Untitled
unknown
plain_text
2 years ago
264 B
8
Indexable
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android">
<solid android:color="@color/white"/>
<corners android:radius="8dp"/>
<stroke android:color="@color/red"
android:width="0.5dp"/>
</shape>Editor is loading...