Created
August 20, 2018 07:52
-
-
Save DanishAmjad12/f879f5b6c60aa0393e32c441c372c599 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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