bg_label_01.xml 264 Bytes
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android"
    android:shape="rectangle"
    android:useLevel="false">

    <solid android:color="#ffc31924" />
    <corners android:radius="@dimen/rmrb_dp1" />

</shape>