-1
アクションバーの中央でツールバーのナビゲーションとタイトルを操作する方法は?
はここにあなたがこのコードの下に試すことができますアクションバーの途中でツールバーのナビゲーションとタイトルを操作する方法
アクションバーの中央でツールバーのナビゲーションとタイトルを操作する方法は?
はここにあなたがこのコードの下に試すことができますアクションバーの途中でツールバーのナビゲーションとタイトルを操作する方法
、私を助けてくださいイメージです。
<android.support.v7.widget.Toolbar xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/toolbar_other"
style="@style/ToolBarStyle.Event"
android:layout_width="match_parent"
android:layout_height="?attr/actionBarSize"
android:background="?attr/colorPrimary"
android:minHeight="?attr/actionBarSize">
<TextView
android:id="@+id/toolbar_other_title"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_gravity="center"
android:text="Support"
android:textColor="@color/white_color"
android:textSize="@dimen/slection_item_size"
android:textStyle="bold" />
</android.support.v7.widget.Toolbar>
私は、このコードは私のアプリに取り組ん.IT使用しました。
ありがとう@Prosanto –