Answer the question
In order to leave comments, you need to log in
How to center the application title in the title?
Hello! Let me explain the essence of the matter. When I open my application on the phone, there is its name at the top. So I need to make sure that this title is centered, not left-aligned. I'm a newbie, google didn't help
Answer the question
In order to leave comments, you need to log in
<androidx.appcompat.widget.Toolbar
android:id="@+id/toolbar"
android:layout_width="match_parent"
android:layout_height="?attr/actionBarSize"
android:background="@color/colorPrimary">
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="Title"
android:layout_gravity="center"
android:id="@+id/toolbar_title" />
</androidx.appcompat.widget.Toolbar>
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question