Android MenuItem Toggle Button

后端 未结 2 1037
不知归路
不知归路 2020-12-06 07:12

In my Android application, I want a setting to be toggleable in it\'s menu like the Dialer app does for speaker and mute. You can see a picture below:

http://www.i

2条回答
  •  爱一瞬间的悲伤
    2020-12-06 07:35

    It's looks like this menu item is implemented as a custom view.

    In the android source code you can take a look at com.android.phone.InCallMenuView.java to see how this is implemented.

    It doesn't look like it is part of the public API, but it looks pretty self-contained. If your project has a compatible license, you may be able to copy it into your project and use and modify it as you see fit.

提交回复
热议问题