1 line
No EOL
385 B
XML
1 line
No EOL
385 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<shape xmlns:android="http://schemas.android.com/apk/res/android">
|
|
<stroke
|
|
android:width="2dp"
|
|
android:color="?attr/dividerColor" />
|
|
<corners
|
|
android:topLeftRadius="12dp"
|
|
android:topRightRadius="12dp" />
|
|
<solid android:color="@android:color/transparent" />
|
|
<padding android:bottom="8dp" />
|
|
</shape> |