Android Question Look and Feel based on minSdkVersion

DevBaby

Active Member
Licensed User
Longtime User
Hi,

When I choose minSdkVersion = 11, I get the following look of my radio buttons.

Screenshot_2016-03-13-18-26-17[1].png

When I choose minSdkVersion = 16, I get the following look of my radio buttons.

Screenshot_2016-03-13-18-24-09[1].png


I like version 11 "look" better, but I may need to up the version.. Is there anyway to control the look or get a sense of what each version looks like?
 

DevBaby

Active Member
Licensed User
Longtime User
targetSdkVersion determines the look. I recommend you to set it to 19 and don't set the theme explicitly. This way it will look natural on all devices.

Thanks...I added this to the manifest

SetApplicationAttribute(android:theme, "@android:style/Theme.DeviceDefault")

Is this what you meant?
 
Last edited:
Upvote 0
Top