How to make my app use 4.x style while customer’s android phone is 4.x?
I know set android:minSdkVersion=”15″, the style will be 4.x. But I want the app should be compatible for android 2.0 or above.
Thanks,
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You can Set your theme as Theme.DeviceDefault or define your theme styles.xml under values-11 and values folders.
Be carefull that use lint to check if you use the NewAPI with version check.