简体   繁体   中英

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 android: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.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM