<

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(安卓)4.0 更新后 启动不了.
  3. Android(安卓)Kotlin开发之Hello World
  4. Android推送通知指南
  5. Android(安卓)的 JNI 和 NDK开发
  6. android ContentProvider使用详解
  7. Android中Dialog
  8. Android(安卓)Handler
  9. Android(安卓)JSON解析示例代码
  10. 手动滑动TextView超出的内容