| | |
| | | <?xml version="1.0" encoding="utf-8"?> |
| | | <shape xmlns:android="http://schemas.android.com/apk/res/android" |
| | | android:shape="rectangle"> |
| | | <solid android:color="#ff2b3141"/> |
| | | <corners android:radius="@dimen/ui_margin_5dp"/> |
| | | </shape> |
| | | <layer-list xmlns:android="http://schemas.android.com/apk/res/android" |
| | | > |
| | | <item> |
| | | <shape android:shape="rectangle"> |
| | | <stroke android:color="#11468A" android:width="1dp"/> |
| | | <corners android:bottomLeftRadius="@dimen/ui_margin_5dp" android:topLeftRadius="@dimen/ui_margin_5dp"/> |
| | | </shape> |
| | | </item> |
| | | <item android:top="1dp" android:left="1dp" android:bottom="1dp"> |
| | | <shape android:shape="rectangle"> |
| | | <solid android:color="#ff2b3141"/> |
| | | <corners android:topLeftRadius="@dimen/ui_margin_5dp" android:bottomLeftRadius="@dimen/ui_margin_5dp"/> |
| | | </shape> |
| | | </item> |
| | | |
| | | </layer-list> |