divider設定

直接設定顏色是沒作用的,要透過樣式去設定

<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

留言