Everything you care about in one place

Follow feeds: blogs, news, RSS and more. An effortless way to read and digest content of your choice.

Get Feeder

rss.csdn.net

http://blog.csdn.net/xyz_lmn/rss/list

Get the latest updates from http://blog.csdn.net/xyz_lmn/rss/list directly as they happen.

Follow now 82 followers

Latest posts

Last updated about 5 years ago

[原]Android UI开发第四十二篇——实现实现易信的圆形图像和对话列表的图像显示部分

about 5 years ago

显示图像时,很多个性化显示,圆形或圆角、气泡等等,我们这一篇文章探讨一下圆形和气泡的显示,仿照易信中的实现,先看下效果图:代码:public class RoundImageView extends ImageView { public RoundImageView(Context context) { super(context); //...