读书人

ImageView增添边框

发布时间: 2012-07-08 17:43:44 作者: rapoo

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"

读书人网 >图形图像

热点推荐