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