How to make textfields in Titanium with centered text? Is it possible using Android?
How to make textfields in Titanium with centered text? Is it possible using Android?
Share
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.
Have you tried
textAlign:'center'property in the constructor/createTextField. I know this isn’t in their API docs but it might just work this bug report seems to say that the property should have been added. (at least in the latest RC 1.7.0) it is how ever not in the API docs but this might have simply been an omission.Give it a try comment if it works or doesn’t if it does then maybe you should ping them to update the docs