【android】设置View字体点击变色和边框背景设置

1.设置字体变色

selector_orange_white.xml



    
    
    
    "



2.设置背景变化

selector_highlight_button.xml



    
    

shape_button_hightlight.xml



    
    
    
    


shape_button_highlight_clicked.xml



    
    
    
    


最后的使用:

android:background="@drawable/selector_highlight_button"
android:textColor="@color/selector_orange_white"




你可能感兴趣的:(androd,Android,button,字体,点击,边框)