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