标签:
1 .
<ImageView android:id="@+id/zhongjie" android:layout_width="wrap_content" android:layout_height="wrap_content" android:background="@drawable/mark_caller_house_agent" android:scaleType="centerInside" android:src="@drawable/背景图" />
2 .
<?xml version="1.0" encoding="utf-8"?> <shape xmlns:android="http://schemas.android.com/apk/res/android" android:shape="oval" android:useLevel="false"> <solid android:color="#66CC00"/> <size android:width="50dp" android:height="50dp"/> </shape>
3 效果
标签:
原文地址:http://www.cnblogs.com/520-1314/p/5000818.html