On Sat, Jul 16, 2011 at 8:39 AM, Jim Graham <spooky1...@gmail.com> wrote:
>   A) change (only for the current viewing of the main list) the
>      FONT, perhaps to italic, for the selected vendor's rows?

OK. Might be a bit subtle depending on your font size.

>   B) OR, Toast, positioned over whatever position the first entry
>      for said vendor is at (if that's possible, and if it's possible
>      to determine, from the code, where that row is positioned)?

You can try to pull that off via setGravity() on the Toast, but I
suspect getting it to be reliable will be difficult.

> Or, if not that, where, in the ListView reference, does it specify
> how to insert a marker of some kind and change it from transparent
> to visible by row?  I don't recall seeing anything like that, but
> then, I wasn't looking for that, either.....

It has nothing to do with ListView, per se. Add your marker to your
row layout. Configure the row marker in getView() to be marked/clear
as needed. When your range changes/is gone, call
notifyDataSetChanged() on your Adapter to force getView() to be called
again for the visible rows, if needed.

-- 
Mark Murphy (a Commons Guy)
http://commonsware.com | http://github.com/commonsguy
http://commonsware.com/blog | http://twitter.com/commonsguy

Warescription: Three Android Books, Plus Updates, One Low Price!

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to