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アプリには合計7つのアイコンがあります。モバイル用に上下の 2 つのアクションバーに分割できますか? つまり、上部のアクションバーに 2 つのアイコンがあり、残りのアイコンは下部のアクションバーにあるはずです。
プロパティ splitActionBarWhenNarrow を使用して場所がない場合、アクション バーを自動的に分割できます。例:
<application android:uiOptions="splitActionBarWhenNarrow" > ....