11 lines
289 B
XML
11 lines
289 B
XML
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
<shape xmlns:android="http://schemas.android.com/apk/res/android"
|
||
|
android:shape="rectangle">
|
||
|
<corners
|
||
|
android:topLeftRadius="@dimen/indicator_radius"
|
||
|
android:topRightRadius="@dimen/indicator_radius">
|
||
|
</corners>
|
||
|
</shape>
|
||
|
|
||
|
|