expert_search_chat.xml 284 Bytes
Newer Older
1 2 3 4 5 6
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android">
    <gradient
        android:angle="180"
        android:startColor="#FFDB14"
        android:endColor="#FFDB26"/>
konghaorui committed
7
    <corners android:radius="@dimen/platform_dp_13"/>
8
</shape>