码迷,mamicode.com
首页 > 其他好文 > 详细

ImageLoader 圆角 要配置XML尺寸

时间:2014-11-19 15:41:57      阅读:135      评论:0      收藏:0      [点我收藏+]

标签:android   io   sp   for   on   bs   ad   ef   new   

<ImageView
android:layout_width="wrap_content"
android:layout_height="80dp"
android:minHeight="80dp"
android:minWidth="80dp"
android:src="@drawable/ic_launcher"
 />

 

options = new DisplayImageOptions.Builder()
.showImageForEmptyUri(R.drawable.ic_launcher)
.cacheOnDisk(true)
.resetViewBeforeLoading(true)//设置图片在下载前是否重置,复位
.showImageOnFail(R.drawable.ic_launcher)
 
.displayer(new RoundedBitmapDisplayer(150))
 

.build();

ImageLoader 圆角 要配置XML尺寸

标签:android   io   sp   for   on   bs   ad   ef   new   

原文地址:http://www.cnblogs.com/Ringer/p/4108120.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!