6 lines
254 B
XML
6 lines
254 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/color_f510613e" />
|
|
<corners android:bottomRightRadius="@dimen/tmap_6dp" />
|
|
</shape> |