In Android, is it possible for me to make the menu label to appear in 2 lines, instead of just 1 line? I have tried putting ‘\n’ as the line breaker, but it does not work.
Any ideas?
Thank you.
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.
This is part of the design spec, I believe. You just have to make it long enough. Ideally, since you cannot be certain of the Pixel Density of the device your app is running on, you want to let the OS handle it. I assume you are talking about the menu bar that is raised when the user hits their hardware button