How to implement the action bar in api levels less than 11?

后端 未结 3 791
闹比i
闹比i 2020-12-15 22:36

I recently read about the action bar implementation in android in the dev site.But i found that it requires a minimum api level of 11.Can someone tell me whether it is possi

相关标签:
3条回答
  • 2020-12-15 23:19

    There are third-party implementations of the action bar available. See this library project at github: android-actionbar. The manifest says the minimum API level is 3, target API is 8.

    0 讨论(0)
  • 2020-12-15 23:24

    If you are looking for a simplistic Actionbar solution you might want to give a look to ActionBarCompat from the Google Official examples

    0 讨论(0)
  • 2020-12-15 23:26

    ActionBarSherlock at http://actionbarsherlock.com is an Android library for implementing the action bar design pattern using the native ActionBar on 3.0+ and a third-party library on pre-3.0.

    There is now also ActionBarCompat - part of the Android Support Library: http://android-developers.blogspot.co.uk/2013/08/actionbarcompat-and-io-2013-app-source.html

    0 讨论(0)
提交回复
热议问题