ttw_userinfo_bg_top.xml 313 B

123456
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <shape xmlns:android="http://schemas.android.com/apk/res/android" >
  3. <corners android:bottomLeftRadius="5dip" android:bottomRightRadius="5dip"/>
  4. <solid android:color="#ffffff"></solid>
  5. <stroke android:width="1dip" android:color="#2986CE"></stroke>
  6. </shape>