Skip to content

Instantly share code, notes, and snippets.

@DanishAmjad12
Created August 20, 2018 07:52
Show Gist options
  • Save DanishAmjad12/f879f5b6c60aa0393e32c441c372c599 to your computer and use it in GitHub Desktop.
Save DanishAmjad12/f879f5b6c60aa0393e32c441c372c599 to your computer and use it in GitHub Desktop.
<android.support.design.widget.AppBarLayout
android:layout_width="match_parent"
android:layout_height="wrap_content">
<android.support.v7.widget.Toolbar
android:id="@id/toolbar"
android:layout_width="match_parent"
android:layout_height="?attr/actionBarSize">
<ImageView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:src="@drawable/savyour_logo"
android:layout_gravity="center"
android:contentDescription="@string/content_description" />
</android.support.v7.widget.Toolbar>
</android.support.design.widget.AppBarLayout>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment