直接設定顏色是沒作用的,要透過樣式去設定
可參考
https://developer.android.com/samples/DataLayer/Application/res/drawable/divider.html
<shape xmlns:android="http://schemas.android.com/apk/res/android">
<size android:height="1px"/>
<solid android:color="#464646"/>
</shape>
可參考
https://developer.android.com/samples/DataLayer/Application/res/drawable/divider.html
留言
張貼留言
有什麼想法歡迎跟我們分享