Skip to content

Instantly share code, notes, and snippets.

@lobothijau
Created July 26, 2019 13:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lobothijau/727779fd9ec4e38e1f9e2ede4b3a93b2 to your computer and use it in GitHub Desktop.
Save lobothijau/727779fd9ec4e38e1f9e2ede4b3a93b2 to your computer and use it in GitHub Desktop.
<androidx.appcompat.widget.Toolbar
android:id="@+id/toolbar"
android:layout_width="match_parent"
android:layout_height="?attr/actionBarSize"
android:background="?attr/colorPrimary"
app:popupTheme="@style/AppTheme.PopupOverlay" >
<TextView
style="@style/TextAppearance.AppCompat.Widget.ActionBar.Title"
android:id="@+id/toolbar_title"
android:layout_gravity="center"
android:text="Hai Dunia"
android:layout_width="wrap_content"
android:layout_height="wrap_content" />
</androidx.appcompat.widget.Toolbar>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment