android:layout_width="fill_parent"
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="hp://schemas.android.apk/res/android"
将图片素材导入到drawable目录中,可以复制图片文件,在drawable目录中进行粘贴。在activity_main.xml文件中加入一个TextView文本控件和两个ImageButton图片按钮控件。在android5.0程序开发中,你知道图片按钮控件ImageButton怎么使用吗?下面是学习啦小编给大家整理的一些有关android5.0程序开发的图片按钮ImageButton使用教程,希望对大家有帮助!
android:orientation="vertical"
注意图片文件名不能以数字开头,否则出错。
android5.0程序开发的图片按钮ImageButton使用教程启动eclipse程序,新建一android5.0工程文件ImageButtonDemo。
完整原文网址:http://www.xuexila.com/diannao/jiqiao/2076832.html