赞
踩
第一步:复制要添加的图片
第二步:右键点击项目的res->drawable目录,选择paste粘贴
选择drawable目录
问你是否确定要复制,点击ok即可
然后就可以看到在drawable目录下出现了复制的图片
然后在xml中添加代码就可以显示在界面上了
<ImageView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:src="@drawable/YeecohReader"></ImageView>
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。