首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 平面设计 > 图形图像 >

11-android ImageButton 图片旋钮

2012-07-26 
11-android ImageButton 图片按钮?目标:掌握ImageBotton的使用LinearLayout xmlns:androidhttp://schem

11-android ImageButton 图片按钮

?

目标:掌握ImageBotton的使用<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"? ? android:layout_width="fill_parent"? ? android:layout_height="fill_parent"? ? android:orientation="vertical" >
? ? <ImageButton? ? ? ? android:id="@+id/rig"? ? ? ? android:layout_width="wrap_content"? ? ? ? android:layout_height="wrap_content"? ? ? ? android:src="@drawable/right" />
? ? <ImageButton? ? ? ? android:id="@+id/wro"? ? ? ? android:layout_width="wrap_content"? ? ? ? android:layout_height="wrap_content"? ? ? ? android:src="@drawable/wrong" />
</LinearLayout>
这个类的目的是:1.TextView 和Button 的关系==ImageView和ImageButton的关系

热点排行