android - Import Image for Navigation Header -
i try import image header of navigation drawer activity. not use illustrator , got photoshop. tried several dimensions image in navigation drawer small. seems new image asset import has square because when image long cuts off.
the image contains text edited via photoshop.
how can import , / or create image shown nice , big in nav header?
in navigation drawer layout xml file. above drawerview , inside parent layout add image view:
<imageview android:id="@+id/image" android:layout_width="280dp" android:layout_height="140dp" android:src="respective_source_of_image" />
Comments
Post a Comment