目的:
1、設定控制項選中狀態的文字顏色
2、設定控制項非選中狀態的文字顏色
3、設定控制項選中狀態的背景顏色
4、設定控制項非選中狀態的背景顏色
步驟:在res/values/colors.xml新增如下四種顏色
<?xml version="1.0" encoding="utf-8"?>
#ffffff
#000000
#000000
#ffffff
在res/color/下新增資源檔案control_text.xml
<?xml version="1.0" encoding="utf-8"?>
在res/drawable/下新增資源檔案control_background.xml
<?xml version="1.0" encoding="utf-8"?>
最後將新增的資源,設定為button的屬性值:
Android學習之 實現圓角Button
在drawable資料夾下新建btn shape.xml檔案 1 23 android shape rectangle 45 6 android topleftradius 8dip 7 android toprightradius 8dip 8 android bottomleftradius 8...
Android 圓角邊框Button的實現
主要步驟 1.建立乙個xml檔案 2.以此檔案作為button的background 1.建立xml檔案 在res目錄下的drawable mdpi下建立xml檔案 button frame shape.xml xmlns android android color ffffff android t...
Android學習之 實現圓角Button
在drawable資料夾下新建btn shape.xml檔案 1 23 android shape rectangle 45 6 android topleftradius 8dip 7 android toprightradius 8dip 8 android bottomleftradius 8...