Android教程網
  1. 首頁
  2. Android 技術
  3. Android 手機
  4. Android 系統教程
  5. Android 游戲
 Android教程網 >> Android技術 >> Android開發 >> 關於android開發 >> xml中背景為圓形狀顏色 ,圖片為透明圖片,xml

xml中背景為圓形狀顏色 ,圖片為透明圖片,xml

編輯:關於android開發

xml中背景為圓形狀顏色 ,圖片為透明圖片,xml


 

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

  1. 上一頁:
  2. 下一頁:
熱門文章
閱讀排行版
Copyright © Android教程網 All Rights Reserved