Android Action Bar

前端 未结 4 1681
一个人的身影
一个人的身影 2020-12-31 12:14

I am looking for an implementation of the ActionBar in Android 2.1 to 2.3.4 where i can dynamically set the contents of the action bar from the particular activity and also

4条回答
  •  北海茫月
    2020-12-31 12:38

    Have a look at http://android.cyrilmottier.com/?p=240 - Greendroid.

    If it doesn't fit your needs, I suggest creating your own "widget", just need some layouts and inflate the ActionBar programmatically.

提交回复
热议问题