Android - TimePicker selecting the button and input field
Posted
by teepusink
on Stack Overflow
See other posts from Stack Overflow
or by teepusink
Published on 2010-04-05T21:01:12Z
Indexed on
2010/04/05
21:03 UTC
Read the original article
Hit count: 479
android
Hi,
I'm trying to modified the way TimePicker works as asked in my question here http://stackoverflow.com/questions/2580216/android-timepicker-minutes-to-15
To be able to do that I need to know if the + and - button was clicked and to disable the input field.
So can I target the elements in a TimePicker? (i.e the + and - button and the input field)?
Also is there anyway to determine if the + or the - button was clicked?
Thanks,
Tee
© Stack Overflow or respective owner