动画导航抽屉指示灯

时间:2013-12-27 11:58:44

标签: android android-actionbar android-support-library navigation-drawer

我有一个简单的问题,但我已经有点困惑了。 YouTube应用程序和其他Google应用程序已经有这样的操作栏和抽屉。当导航抽屉关闭时,我们可以看到这样的指标

enter image description here

当导航抽屉打开时,指示软件(带动画)会变为

enter image description here

问题是,如何在 Android 2.x 的操作栏中对抽屉指示器进行相同的外观和感觉?动画需要。提前致谢。

1 个答案:

答案 0 :(得分:4)

您可以使用android support 7 compat库在2.x版本中使用导航抽屉功能。 然后你可以使用android Action bar,但有点不同,你使用getSupportActionBar()而不是getActionBar()。根据示例http://developer.android.com/training/implementing-navigation/nav-drawer.html

,可以使用支持库来实现导航抽屉