AppCompat Toolbar: Change Overflow Icon Color in ActionMode

前端 未结 12 764
佛祖请我去吃肉
佛祖请我去吃肉 2021-01-31 03:12

With the AppCompat Toolbar, I want to be able to change the color of the overflow menu icon on ActionMode change.

For example, the overflow icon will be white in normal

12条回答
  •  轻奢々
    轻奢々 (楼主)
    2021-01-31 03:56

    This can be achieved by setting the android:textColorSecondary theme attribute.

    For example, suppose you have the following toolbar, which uses the theme MyToolbarStyle:

    
    

    Next, define the style MyToolbarStyle, inheriting from ThemeOverlay.AppCompat.ActionBar. Finally, modify the color of the overflow icon by adding an item for android:textColorSecondary:

    
    

提交回复
热议问题