bg_homework_num.xml 226 Bytes
<shape xmlns:android="http://schemas.android.com/apk/res/android"
    android:shape="rectangle">
    <corners android:topRightRadius="5dp"
        android:bottomLeftRadius="5dp"/>
    <solid android:color="#489AFA" />
</shape>