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 タブレット (XOOM) 向けのアプリケーションを開発しています。アクション バーを画面の上部 (デフォルトのオプション) ではなく下部に配置できるかどうかを知りたいです。
ありがとう。
アクティビティで ActionBar を取得している場合は、この android:uiOptions="splitActionBarWhenNarrow" をその特定のアクティビティのマニフェストに追加するだけです。
それは私のために働いた:)