I set title using
timePicker.setTitle("sdsd");
but when i change the time in the timepicker the title changes to that time and get rid of my title how do i keep my title permanently on the time picker?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
1) You could set an onTimeChanged listener and change the title back each time.
2) You could extend TimePicker and change the title yourself each time.
3) You could get the source code for TimePicker and take it into your project removing the call to change the title