Ton
Ton

Reputation: 9746

Android ICS Skin for our applications

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

Answers (2)

t0mm13b
t0mm13b

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

SquiresSquire
SquiresSquire

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

Related Questions