dynamic_cancel_focus_text_bg.xml 326 Bytes
Newer Older
konghaorui committed
1 2 3 4 5
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android"
    android:shape="rectangle">

    <gradient
6 7
        android:startColor="@color/platform_main_theme"
        android:endColor="@color/platform_main_theme_light"/>
konghaorui committed
8 9 10 11

    <corners android:bottomRightRadius="8dp"/>

</shape>