Blame view

res/drawable/login_dialog_shape.xml 370 Bytes
3c2353cd   杜方   1、畅游通核销app源码提交;
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
  <?xml version="1.0" encoding="utf-8"?>
  <shape xmlns:android="http://schemas.android.com/apk/res/android" >
      
      <stroke 
          android:width="0.5dp"
          android:color="#000000"/>
      
      <solid 
          android:color="#000000"/>
      
      <padding android:top="10dp"
          android:bottom="10dp"/>
  
      <!--<corners android:radius="10dp" />-->
      
  
  </shape>