Invisible ActionMode item icons in Theme.Sherlock.Light.DarkActionBar

前端 未结 8 2450
一生所求
一生所求 2021-02-13 09:47

When using Theme.Sherlock.Light.DarkActionBar (or Theme.Holo.Light.DarkActionBar, doesn\'t make a difference), the ActionMode (or \"contextual ActionB

8条回答
  •  执念已碎
    2021-02-13 10:23

    Add this to your theme:

        @drawable/ic_menu_cut_holo_light
        @drawable/ic_menu_copy_holo_light
        @drawable/ic_menu_paste_holo_light
        @drawable/ic_menu_selectall_holo_light
    

    And then add the necessary drawable resources to your project which can be found here: https://github.com/android/platform_frameworks_base/tree/master/core/res/res

提交回复
热议问题