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>