8 lines
No EOL
281 B
XML
8 lines
No EOL
281 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<shape android:shape="rectangle"
|
|
xmlns:android="http://schemas.android.com/apk/res/android">
|
|
|
|
<solid android:color="@color/divider_color_light" />
|
|
<corners android:bottomLeftRadius="2dp" android:bottomRightRadius="2dp"/>
|
|
|
|
</shape> |