Android - accessing an element in widget
Posted
by teepusink
on Stack Overflow
See other posts from Stack Overflow
or by teepusink
Published on 2010-04-05T23:42:16Z
Indexed on
2010/04/06
10:53 UTC
Read the original article
Hit count: 190
android
Hi,
I'm using hierarchyviewer to look through a widget that I'm using. (TimePicker).
Now I can see that TimePicker contains id/decrement, id/increment and id/timepicker_input.
How do I get a reference to id/timepicker_input for example?
Tried my_picker.findViewWithTag("decrement"); but that returns null.
Thanks, Tee
© Stack Overflow or respective owner