Reputation: 9746
Is there a easy way to have our application look like ICS or JB? Mainly the slider and the radio button. They look old when displayed in green.
Any hint about this?
Upvotes: 0
Views: 165
Reputation: 34592
There's a nice package available on github called HoloEverywhere.
One thing though, do not try pass it off as a ICS/JB Application, just because it "looks" like the user interface one would expect to see in a native ICS/JB Android set up.
Best that can be done with the project, is to target the latest SDK to guarantee your wide-market of Android usage, including GB.
Aim high, not low ;)
Upvotes: 1
Reputation: 2414
The best way is to use the Android Library 'Actionbar Sherlock'. This Library uses all native ICS Themes, etc for older devices.
ActionBarSherlock is an extension of the compatibility library designed to facilitate the use of the action bar design pattern across all versions of Android with a single API.
Upvotes: 0