开发者

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

开发者 https://www.devze.com 2023-03-16 17:01 出处:网络
Why does changing the minSdkVersion of my application change the color of the text in my tabs? Am I doing something wrong?

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

精彩评论

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