Hello,
We are having same problem with displaying tabstrip text on a Samsung GS2 Android. I am using the css frome the previous post. The icons are rendering just fine but no text is being rendered.
Thx...Bob Baldwin
Trabon Solutions
Here is the CSS code:
.km-android .km-tabstrip a
{
color: #a8a8a8;
}
.km-android .km-tabstrip .km-text
{
text-indent: 0;
height: 3.7rem;
margin-top: -2.5rem;
padding-top: 1.8rem;
text-indent: 0;
}
and the tabstrip code is:
<footer data-role="footer">
<div data-role="tabstrip">
@Html.ActionLink("MyProjects", "MyProjects", "Home", new { data_icon = "home" })
@Html.ActionLink("Logout", "Logout", "Home", new { data_icon = "history" })
</div>
</footer>