java - Why does changing the minSdkVersion of my application change the color of the text in my tabs? -
why changing minsdkversion of application change color of text in tabs? doing wrong?
i recreated problem using hello tab widget. adding <uses-sdk android:minsdkversion="8" />
manifest, ugly tabs. if don't want ugly tabs, have change minsdkversion?
the minsdkversion specifies minimum level of android version used show ui of application. doesn't mean first higher version, application using minimum version specified. , version level responsible ui view.
Comments
Post a Comment