【开源】SimpleTagImageView
SimpleTagImageView
- https://github.com/wujingchao/SimpleTagImageView
介绍:
带标记的ImageView控件。图片可以设置成圆角。运行效果:
![]()
使用说明:
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
<net.wujingchao.android.view.SimpleTagImageView android:id="@+id/stiv" android:layout_margin="18dip" android:layout_width="256dip" android:layout_height="192dip" android:src="@drawable/qwer" simple:simple_tag_textSize="18sp" simple:simple_corner_distance="30dp" simple:simple_tag_text="AB" simple:simple_tag_background_color="#af27CDC0" simple:simple_tag_orientation="left_bottom" simple:simple_tag_width="20dip" simple:simple_tag_textColor="@android:color/white" simple:simple_tag_enable="true" simple:simple_tag_round_radius="20dp"/> |
posted on 2015-05-04 10:17 wasdchenhao 阅读(102) 评论(0) 收藏 举报

浙公网安备 33010602011771号