Add Context Menu Icon in android

前端 未结 5 1068
时光说笑
时光说笑 2020-12-14 19:15

I have a Listview with a ContextMenu, but when I setIcon for ContextMenu look like it doesn\'t work

public void onCreateContextMenu(ContextMenu menu , View v         


        
5条回答
  •  一向
    一向 (楼主)
    2020-12-14 20:05

    This library allows you to have a context menu (implemented as AlertDialog) with icons using a standard XML menu.

    https://code.google.com/p/android-icon-context-menu/

提交回复
热议问题