Issue
I know I can use the android.R.attr.
for default values (like colors, styles, etc.)
Does anyone know which android.R.atrr.
I need to use for the default ListView Item background color?
When I look at the available android.R.atrr. I see there is colorFocusedHighlight
, colorLongPressedHighlight
, colorMultiSelectHighlight
and colorPressedHighlight
, but not one for just the item that isn't pressed/focussed/etc.
Solution
It's actually a drawable, not a color like I mentioned in my comment.
http://developer.android.com/reference/android/R.drawable.html#list_selector_background
Answered By - darnmason
0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.