<

Button android:id ="@+id/Image_Button"


android:layout_width="wrap_content"


android:layout_height="wrap_content"


android:drawableTop="@drawable/ic_launcher"


android:drawablePadding="-40px"


android:text="OK"


/>

One lightweight way of doing this is to use a Button with

android:drawableTop and android:drawablePadding, which will put both
the text and image inside the button. There are separate attributes
for setting
drawables for each "side" of the text.

更多相关文章

  1. 代码中设置drawableleft
  2. android 3.0 隐藏 系统标题栏
  3. Android开发中activity切换动画的实现
  4. Android(安卓)学习 笔记_05. 文件下载
  5. Android中直播视频技术探究之—摄像头Camera视频源数据采集解析
  6. 技术博客汇总
  7. android 2.3 wifi (一)
  8. AndRoid Notification的清空和修改
  9. Android中的Chronometer

随机推荐

  1. Android(安卓)自定义字体
  2. Android(安卓)的相对布局的一些使用
  3. Android(安卓)Studio 4.0 新功能之 Andro
  4. Android开发由eclipse转Android(安卓)Stu
  5. Android(安卓)6.0关于电话的各种Call和Co
  6. android 横竖屏限制如何配置
  7. Android(安卓)-- adb devices找不到设备
  8. Android内嵌H5(2)
  9. Android(安卓)Studio 错误 Duplicate fil
  10. Android(安卓)activity属性设置大全