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

严久程 committed
5 6
    <corners android:topLeftRadius="8dp"
        android:bottomLeftRadius="8dp"/>
徐健 committed
7 8 9

    <gradient
        android:angle="0"
严久程 committed
10 11
        android:startColor="#CC1DA1F2"
        android:endColor="#CC1DA1F2"/>
徐健 committed
12
</shape>