GPTutor / app / src / main / res / drawable / background_main.xml
background_main.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="#784FB9"
            android:startColor="#896ADD"
            android:endColor="#8B62A0"
            android:type="linear"
            />
    <padding
            android:left="0dp"
            android:top="0dp"
            android:right="0dp"
            android:bottom="0dp"
            />
    <size
            android:width="1080dp"
            android:height="1920dp"
            />
</shape>