Android自定义按钮的实例xml

新建一个xml,名称自定,放在drawable中,代码如下:



     
     
    
        android:color="#000000" 
        android:dashWidth="10dp" 
        android:dashGap="5dp" 
    />
    
        android:top="5dp" 
        android:right="10dp" 
        android:bottom="5dp" 
    />

你可能感兴趣的:(android,xml,gitee)