android - Unwrap word in a row of sliding menu (jfeinstein10) -
How do I open a line in a row of the sliding menu (Jeffinstein 10)? When I designed the sliding menu on my tablet, it worked fine. However, when I opened the program on my phone, the text was wrapped (small screen size).
< / Div>
You can either broaden the menu so that it contains all the rows in the line setBehindWidth
or setBehindOffset
or you can set property to singleLine fits in each Android: Single Line
< / P>
In the code: setSingleLine (true)
Comments
Post a Comment