Can i resize the DateTimePcker widget in the android UI?
In my application xml I have to place multiple controls in the same screen, hence I need to resize the datetimepicker.
Is this possible?
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.
I don’t believe that is possible. Your question is also answered here
I remember doing my own implementation of this, or actually the NumberPicker which is what the DatePicker is using, which was fairly straight forward. Unfortunately my code is not reusable as is.