1) set adjustViewBounds to true
2) set maxWidth and maxHeight to 100
3) set the height and width layout params to WRAP_CONTENT.

android:adjustViewBounds="true"android:maxHeight="100px"android:maxWidth="100px"android:layout_width="wrap_content"android:layout_height="wrap_content"


更多相关文章

  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. ArcGIS for Android地图控件的5大常见操
  2. Android基础概念
  3. 【Android-002】【常见布局】
  4. android 如何获得系统权限 android.uid.s
  5. android EditText 全面阐述
  6. 界面编程之基本界面组件(5)ToggleButton(状
  7. Android(安卓)- 安装 windows 7 安装 And
  8. Android中RemoteViews的实现
  9. android重启
  10. scrollview--android