开发者

menu capability

开发者 https://www.devze.com 2023-02-09 10:14 出处:网络
Is there any way to do a popup menu that is activated by a process within the program, such as the JPopupMenu class of Swing?All I can find in the android literature is an options menu that can only b

Is there any way to do a popup menu that is activated by a process within the program, such as the JPopupMenu class of Swing? All I can find in the android literature is an options menu that can only be activated开发者_开发问答 by pressing a menu button, and the context menu that can only be activated by a long press.


You can use a TranslateAnimation

Maybe this is also helpful: http://developerlife.com/tutorials/?p=343

0

精彩评论

暂无评论...
验证码 换一张
取 消