imageView
xiyangyang8110
一起进步
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
ImageView显示图片铺满且不变形
<ImageView android:layout_width="wrap_content" android:layout_height="wrap_content" android:maxWidth="200dp" android:maxHeight="200dp" android:adjustViewBounds="true" android:src="@drawable/ceshi" />..原创 2021-07-07 15:37:28 · 1300 阅读 · 0 评论 -
Button的背景图片变形
9patch图片做button的background,严重失真;分析其原因:图片做background,空间多大图片就显示多大,往往被拉伸!解决:使用imageView的src属性<ImageView android:paddingLeft="@dimen/size_10dp" android:layout_centerVertical="true" android:layout_width="wrap_content"原创 2020-12-28 10:14:40 · 374 阅读 · 0 评论
分享