导入导航标题的图像

时间:2017-04-06 15:46:27

标签: android image navigation-drawer photoshop vector-graphics

我尝试为导航抽屉活动的标题导入图像。我不使用Illustrator而只使用Photoshop。我尝试了几个尺寸,但导航抽屉中的图像总是很小。此外,我导入的新图像资源似乎必须是正方形,因为当图像太长时,它只会将其切断。

图像仅包含通过Photoshop编辑的文本。

如何正确导入和/或创建图像,使其在导航标题中显示得很好很大?

1 个答案:

答案 0 :(得分:0)

In the Navigation Drawer layout xml file. Above DrawerView and inside your parent layout add an Image view:

<ImageView
        android:id="@+id/image"
        android:layout_width="280dp"
        android:layout_height="140dp"
        android:src="respective_source_of_image" />