0

Recently i have seen some android apps that runs on SDK < 3.0 but they have the same look of ICS applications.

Here is an example: https://play.google.com/store/apps/details?id=net.hubalek.android.reborn.beta

If you run this app on an old platform (2.x) you still get the feel of ICS.

So, Does any body know how to do this ?

Also, I have seen a related link on android.com but i couldn't make good use of it. Here is the link: http://developer.android.com/design/downloads/index.html

Thanks very much :)

4

1 回答 1

0

对于功能,使用片段和加载器的V4 支持库。ActionBar 不支持,但可以伪造。对于外观,下载 Holo 主题资源,在您的应用样式/drawables 中导入和使用它们。

于 2012-08-24T07:36:03.380 回答