首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 平面设计 > 图形图像 >

android自定义1圆角ImageView

2013-11-08 
android自定义一圆角ImageView然后再写跟一般定义View一样:cn.dotcreate.tt.ui.RoundAngleImageViewandro

android自定义一圆角ImageView

然后再写跟一般定义View一样:<cn.dotcreate.tt.ui.RoundAngleImageView
android:id="@+id/headIV"
android:layout_width="75dp"
android:layout_height="75dp"
android:layout_centerVertical="true"
android:layout_marginLeft="2dp"
app:roundWidth="10dp"
app:roundHeight="10dp"
android:src="@drawable/default_head_icon" />


效果如图:
android自定义1圆角ImageView

热点排行