Only display tabs in action bar

前端 未结 2 1036
栀梦
栀梦 2020-12-14 18:55

I\'ve just used ActionBar Sherlock to implement the android action bar on pre 3.0 android devices. I\'m having one issue when I\'m using tab navigation though.

Curre

2条回答
  •  伪装坚强ぢ
    2020-12-14 19:31

    In addition to the accepted answer, Just remove onCreateOptionsMenu and onOptionsItemSelected to get clean tab view without having any empty action bar.

提交回复
热议问题