My app is working fine on other devices on android, but I am facing an issue on the Samsung galaxy s4. The tab doesn't show the full text, like in this image link link
In other phones, the tab shows the complete text which is there which is "search products"..
This is how my tab group xml code looks:
<Alloy> <Tab id="tab1" title="Search\nProducts" class="tab"> <Alloy>The tss for the same is :
".tab": { // width: "33%", height: "30dp" },And this is how it looks in the other devices.. link
How can I get the same on Galaxy S4? Please help