我已经使用
https://github.com/lorensiuswlt/NewQuickAction和
https://github.com/lorensiuswlt/NewQuickAction3D实现了简单的按钮列表。
使用简单的静态按钮可以正常工作。
我的要求是在 iPad 中的Popoverview Controller等对话框中显示活动。活动必须在 Popoverview 中开始的另一件事仅适用于平板电脑。
我已经使用
https://github.com/lorensiuswlt/NewQuickAction和
https://github.com/lorensiuswlt/NewQuickAction3D实现了简单的按钮列表。
使用简单的静态按钮可以正常工作。
我的要求是在 iPad 中的Popoverview Controller等对话框中显示活动。活动必须在 Popoverview 中开始的另一件事仅适用于平板电脑。
检查这个库https://github.com/lupidan/PopoverView可能对你有帮助
检查活动的主题,您可能会发现有用的对话框或面板主题
<activity android:theme="@android:style/Theme.Dialog" />