本月博客排行
-
第1名
龙儿筝 -
第2名
johnsmith9th -
第3名
wy_19921005 - zysnba
- sgqt
- lemonhandsome
年度博客排行
-
第1名
宏天软件 -
第2名
青否云后端云 -
第3名
龙儿筝 - gashero
- wallimn
- vipbooks
- benladeng5225
- wy_19921005
- fantaxy025025
- qepwqnp
- e_e
- 解宜然
- zysnba
- ssydxa219
- sam123456gz
- javashop
- arpenker
- tanling8334
- kaizi1992
- xpenxpen
- gaojingsong
- wiseboyloves
- xiangjie88
- ranbuijj
- ganxueyun
- sichunli_030
- xyuma
- wangchen.ily
- jh108020
- lemonhandsome
- zxq_2017
- jbosscn
- Xeden
- luxurioust
- lzyfn123
- zhanjia
- forestqqqq
- johnsmith9th
- ajinn
- nychen2000
- wjianwei666
- hanbaohong
- daizj
- 喧嚣求静
- silverend
- mwhgJava
- kingwell.leng
- lchb139128
- lich0079
- kristy_yy
最新文章列表
使用ImageView应该注意的地方
DiagonalView
https://github.com/IntruderShanky/Squint
一个可以根据图片变颜色,更加细腻的阴影效果的 Imgae 控件
https://github.com/yingLanNull/ShadowImageView
仿QQ讨论组头 ...
android开发 imageview或者imagebutton 实现移动效果
android开发 imageview或者imagebutton 实现移动效果
将res\layout\main.xml中的TextView取代为ImageView;
在res下创建新的文件夹anim,并在此文件夹下面定义Animation XML文件;
修改OnCreate()中的代码,显示动画资源;
关键代码,解析如下:
//main.xml中的ImageView
ImageView star ...
ImageView
ImageView的xml属性
android:adjustViewBounds
是否在调整好scaleType后,调整ImageView的界限(bounds)
android:cropToPadding
是否裁剪ImageView的图片,以让它处于padding内部
android:maxHeight
当layout_height="wrap_content"时,最大的 ...