10 lines
No EOL
316 B
XML
10 lines
No EOL
316 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<shape xmlns:android="http://schemas.android.com/apk/res/android"
|
|
android:shape="rectangle">
|
|
<corners
|
|
android:bottomLeftRadius="4dp"
|
|
android:topLeftRadius="4dp" />
|
|
<stroke
|
|
android:width="1dp"
|
|
android:color="@color/stroked_buttons_and_links_outline_light" />
|
|
</shape> |