Android 标签文本不可见
我用 TabView 开发了一个简单的应用程序。有两个选项卡,每个选项卡都有一个短文本和一个图标。我已经按照教程所说的方式制作了图标。 该应用程序在模拟器上看起来很完美,但加载到真实设备(索尼爱立信 Xperia X10 Mini,2.1update1)后,显示活动选项卡时出现问题。有一个几乎看不见的图标,没有文字。 现在,我知道我可以开发自定义选项卡,但我宁愿不这样做。
我还能做什么来使选项卡看起来正确?
I've developed a simple application with TabView. There are two tabs, each tab has a short text and an icon. I've made the icons in the way the tutorials say.
The application looks perfect on the emulator(s), but after loading to the real device (Sony Ericsson Xperia X10 Mini, 2.1update1) there is a problem with displaying active tab. There is an icon barely visible and no text.
Now, I know I can develop custom Tabs, but I'd rather not do that.
What else can I do to make the tab look correct?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这可能是您设备上特定 Android 版本的样式问题,请尝试查看此链接并使用样式选项。
如何更改 Android 中的选项卡样式?
It could be a styling issue with the specific android build on your device, try taking a look at this link and play with the styling options.
How to change tab style in Android?