GPTutor / app / src / main / res / drawable / background_secondary.xml
background_secondary.xml
Raw
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android" android:shape="rectangle" >
    <gradient
            android:angle="135"
            android:centerX="50%"
            android:centerColor="#7957CA"
            android:startColor="#C0B2E8"
            android:endColor="#AA80E4"
            android:type="linear"
            />
    <padding
            android:left="0dp"
            android:top="0dp"
            android:right="0dp"
            android:bottom="0dp"
            />
    <size
            android:width="1080dp"
            android:height="1920dp"
            />
</shape>