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.
アクションバーの中央横にテキストを設定し、下の画像のようにボタンを配置したいです。
アクションバーの中央水平にテキストを設定するにはどうすればよいですか?
私の代わりにアクションバーのアイコンを変更できますか?
アクション バーに独自の XML レイアウトを使用します。任意のレイアウトを使用してテキストを中央に設定します。
あなたのoncreate方法では:
oncreate
getSupportActionBar().setDisplayOptions(ActionBar.DISPLAY_SHOW_CUSTOM); getSupportActionBar().setCustomView(R.layout.your_layout);