how to Customize the Contextual Action Bar using appCompat in material design

前端 未结 3 972
醉话见心
醉话见心 2020-11-29 22:50

MainActivity.java

I\'ve implemented MultiChoiceModeListener in this class and below is the code:

on listView:

3条回答
  •  独厮守ぢ
    2020-11-29 23:50

    use actionModeBackground in your AppTheme.Base style.

    @color/colorPrimary  (or)
    @color/colorPrimary 
    

提交回复
热议问题