图标和背景图叠加

 

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 效果

image

posted @ 2015-11-27 15:26  Pace千雨  阅读(372)  评论(0编辑  收藏  举报