bg_traffic_play_btn.xml 492 Bytes
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android"
    android:shape="rectangle">
    <stroke
        android:width="0.5dp"
        android:color="#666666" />
    <solid android:color="@color/rmrb_f8f8f8_light" />
    <corners
        android:bottomLeftRadius="@dimen/rmrb_dp4"
        android:bottomRightRadius="@dimen/rmrb_dp4"
        android:topLeftRadius="@dimen/rmrb_dp4"
        android:topRightRadius="@dimen/rmrb_dp4" />
</shape>