开发者

Why does changing the minSdkVersion of my application change the color of the text in my tabs?

Why does changing the minSdkVersion of my application change the color of the text in my tabs? Am I doing something wrong?

I recreated the problem using the Hello Tab Widget. By adding <uses-sdk a开发者_如何学编程ndroid:minSdkVersion="8" /> to the manifest, I get ugly tabs. If I don't want ugly tabs, do I have to change the minSdkVersion?


the minSdkVersion specifies that what minimum level of android version is to be used to show the UI of the application. It doesn't mean that first look for higher version, so your application is using the minimum version that you specified. And the version level is responsible for the UI VIEW.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜