Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
トリガーAndroidアプリでネイティブメニュー(私の場合はAlertDialogからハッキングされた「ContextMenu」)のホロテーマをアクティブ化する方法はありますか?
コメントでリンクした答えはうまくいくことがわかりました。
プラグインでこれを使用する方法の簡単な例:
Dialog dialog = new Dialog(new ContextThemeWrapper(ForgeApp.getActivity(), android.R.style.Theme_Holo)); dialog.setTitle("Hello"); dialog.show();