Android的Button預設樣式真的很難看,如果要修改樣式必須寫一個XML來改寫,只是要改變外觀只需要用shape但如果要有點擊效果的話 要使用selector。
btn.xml 請新增在drawable下
貼xml程式碼 部落格一直會報錯 就先貼圖片
找時間在來找找問題在哪
Button
在Button 下增加1android:background="@drawable/btn"
這樣就可以點擊變色了
The future you must thank to the present hardworking one.
Android的Button預設樣式真的很難看,如果要修改樣式必須寫一個XML來改寫,只是要改變外觀只需要用shape但如果要有點擊效果的話 要使用selector。
貼xml程式碼 部落格一直會報錯 就先貼圖片
找時間在來找找問題在哪
在Button 下增加1android:background="@drawable/btn"
這樣就可以點擊變色了
文章標題:ButtonShape
文章作者:Dustinchu
發布時間:2017年09月19日 - 22:09
最後更新:2017年09月28日 - 22:09
原始連結:https://dustinchu.github.io/2017/09/19/ButtonShape/
許可協議: 屬名-非商業性使用-禁止編譯 4.0 國際 轉載請保留原文連結及作者。