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

ImageView增添边框

2012-07-08 
ImageView添加边框LinearLayoutxmlns:androidhttp://schemas.android.com/apk/res/androidxmlns:round

ImageView添加边框

<LinearLayoutxmlns:android="http://schemas.android.com/apk/res/android"xmlns:round="http://round.com"android:layout_width="fill_parent"android:layout_height="fill_parent"><round.widget.RoundCornerImageViewandroid:id="@+id/roundCornerImageView"shadow:BorderColor="GRAY"android:layout_width="80px"android:layout_height="60px"android:layout_alignParentRight="true"android:src="@drawable/icon"android:layout_centerInParent="true"android:layout_marginRight="3px"/></LinearLayout>

设置边框颜色 shadow:BorderColor="GRAY"

热点排行