0
如何讓我的按鈕透明,當用戶點擊它,讓用戶知道他cliked按鈕記住,我做了一個XML文件,讓這裏的按鈕角圓角是我用的xml代碼我只想讓按鈕的顏色在透明的同時點擊按鈕,但沒有什麼會發生在文本上,文本必須始終可見,只是按鈕的顏色變得透明,當然用戶點擊按鈕顏色後會返回。透明按鈕點擊
<solid android:color="#d9d9d9"/>
<corners
android:bottomRightRadius="15dp"
android:bottomLeftRadius="15dp"
android:topLeftRadius="15dp"
android:topRightRadius="15dp"/>