<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android"
       android:shape="rectangle">
    <solid android:color="@color/action_sheet_other_btns_bg"/>
    <corners
        android:topLeftRadius="@dimen/action_sheet_btn_bg_corner"
        android:topRightRadius="@dimen/action_sheet_btn_bg_corner"/>
</shape>