client_Hale
2018-12-26 5fcbe52a6a6a9e1dcbda4712b5a6ec0b89e5f73c
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<?xml version="1.0" encoding="utf-8"?>  
<shape xmlns:android="http://schemas.android.com/apk/res/android" >  
  
    <!-- 背景  -->  
    <solid android:color="@color/ipay_color_value_7_1" />  
  
    <!-- 圆角  -->  
    <corners  
        android:bottomLeftRadius="4dp"  
        android:bottomRightRadius="4dp"  
        android:topLeftRadius="4dp"  
        android:topRightRadius="4dp" /> 
  
</shape>