aboutsummaryrefslogtreecommitdiff
path: root/WordPress/src/main/res/drawable/calypso_segmented_control_selected_end.xml
blob: b79a3b5a1aa25b7f4e84be78c456d14f5c803fee (plain)
1
2
3
4
5
6
7
8
9
10
11
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android"
    android:shape="rectangle">
    <solid android:color="@color/grey_light" />
    <corners
        android:bottomRightRadius="3dp"
        android:topRightRadius="3dp" />
    <stroke
        android:width="1dp"
        android:color="@color/grey_dark" />
</shape>