tests_testhome_bg.xml 255 Bytes
Newer Older
konghaorui committed
1 2 3
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android">
    <gradient
4 5
    android:startColor="@color/tests_main_theme_light"
    android:endColor="@color/tests_main_theme"
konghaorui committed
6 7
    android:angle="0" />
</shape>