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

后端 未结 3 795
闹比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.

提交回复
热议问题