ICS style in Froyo and Gingerbread applications

I am developing an application for Android, and I am using API level 8. However, I would like this application to use the ICS theme when working on Froyo and Gingerbread, because the ICS theme is much more beautiful. I would like at least the color scheme and the shape of the buttons to be the same. Is there any way to do this?

+5
source share
3 answers

The first thing you can pay attention to is ActionbarSherlock, as it adds a lot of consistency to your pre-release code, although this is not directly related to the theme.

HoloEverywhere GitHub Holo , pre-ics.

+8

, , android-holo-colors, , holo-light holo-dark , .

,

+5

SDK , , ICS. SDK folder\platforms\android-15\data\res.

/ , this

+3

All Articles