1.首先要在drawable-hdpi建立一個xml檔
選擇Android XML File->Next
選擇Drawable->命名->選擇selector
btn_black.xml加入程式碼
這裡舉一個黑色的按鈕,其他顏色請參考來源網站
2.在你的strings.xml裡加入
3.activity_main.xml
"@drawable/btn_black"->btn_black.xml名稱
"@style/ButtonText"->strings.xml裡style name="ButtonText"名稱
參考來源: http://androidtutorials4beginners.blogspot.tw/2013/04/android-colored-gradient-buttons-using.html
請問一下
回覆刪除這個UI效果有版本的限制嗎?
沒有耶,這只是自己製作的一般UI
刪除