remove black line after the last item in ListView
Hello i have a listview conatins items , however i have a black line after the last element in the list view can i remove it , thanks for yo开发者_如何学编程ur time .
i think you need to use this
android:footerDividersEnabled="false"
http://developer.android.com/reference/android/widget/ListView.html#attr_android:footerDividersEnabled
android:cacheColorHint="#00000000"
精彩评论