6 lines
295 B
XML
6 lines
295 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<shape xmlns:android="http://schemas.android.com/apk/res/android">
|
|
<stroke android:width="1dp" android:color="#2F3030" />
|
|
<corners android:radius="6dp"/>
|
|
<padding android:left="0dp" android:top="0dp" android:right="0dp" android:bottom="0dp" />
|
|
</shape>
|