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.
私が欲しいものを理解するために画像を見てください
http://i.stack.imgur.com/eC4ZR.png
アクティビティ1フルスクリーン+タイトルバーなし
アクティビティ2フルスクリーン+タイトルバーなし
追加:
requestWindowFeature(Window.FEATURE_NO_TITLE); getWindow().setFlags(WindowManager.LayoutParams.FLAG_FULLSCREEN, WindowManager.LayoutParams.FLAG_FULLSCREEN);
フルスクリーンモードで必要な最初のアクティビティのonCreate()に。それらの残りの部分には他に何もしません。それでおしまい。