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

Android ImageButton Example 图片旋钮

2013-10-08 
Android ImageButton Example 图片按钮Android ImageButton Example 图片按钮使用“android.widget.ImageBu

Android ImageButton Example 图片按钮

Android ImageButton Example 图片按钮

使用“android.widget.ImageButton” 展现一个具有背景图片的按钮

本教程将展现一个具有名字为 c.png背景图片的按钮。当用户点击该图片按钮,弹出提示信息。

1. 添加 .png 图片资源:
将 “android_button.png” 文件,放到 res/drawable-hdpi 目录下

2. 添加 ImageButton 标记
  打开 “res/layout/activity_main.xm” 文件, 添加 “ImageButton” 标记。

  通过 “android:src“ 引用图片资源

File : res/layout/activity_main.xm



点击图片按钮:

Android ImageButton Example 图片旋钮



参考文献:

http://www.mkyong.com/android/android-imagebutton-example/

热点排行