bg_student.xml
351 Bytes
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android"
android:shape="rectangle">
<gradient
android:angle="90"
android:endColor="#E7F4FF"
android:startColor="#FFFFFF" />
<corners
android:topLeftRadius="11dp"
android:topRightRadius="11dp" />
</shape>