Display ActionMode over Toolbar

后端 未结 9 1757
臣服心动
臣服心动 2020-12-02 09:59

I am trying to use the android.view.ActionMode with the new android.support.v7.widget.Toolbar, in addition to the traditional android.app.Act

9条回答
  •  爱一瞬间的悲伤
    2020-12-02 10:40

    I think the one thing people are not making clear is that the line

    true
    

    is placed in the Base theme i.e AppTheme and not the AppTheme.NoActionBar