最新国产好看的视频,伊人天堂AV在线,国产Aaaaaa视频,蜜臀视频在线观看一区,人妻av色图,密臀久久久精品影片,青青视频免费观看毛片,久草在线观看视,国产三级精品色情在线

Android布局自定義Shap圓形ImageView可以單獨(dú)設(shè)置背景與圖片

 更新時(shí)間:2016年01月11日 10:26:48   投稿:mrr  
這篇文章主要介紹了Android布局自定義Shap圓形ImageView可以單獨(dú)設(shè)置背景與圖片 的相關(guān)資料,需要的朋友可以參考下

一、圖片預(yù)覽:

一、實(shí)現(xiàn)功能:

需求要實(shí)現(xiàn)布局中為圓形圖片,圖片背景與圖標(biāo)分開且合并到一個(gè)ImageView。

二、具體實(shí)現(xiàn):

XML中布局中定義ImageView,關(guān)健設(shè)置兩個(gè)參數(shù) Android:backgroup(設(shè)置背景),Android:src(設(shè)置ImageVIew中圖片),圓形圖片制作Drawable下定義xml shap樣式(solid-color,size-width\hight)

XML代碼如下:

<ImageView
android:id="@+id/zhongjie"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:background="@drawable/popwindow_zhongjie"
android:scaleType="centerInside"
android:src="@drawable/mark_caller_house_agent" /> 

Drawable-樣式xml如下:

<?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>

通過以上內(nèi)容給大家介紹了Android布局自定義Shap圓形ImageView可以單獨(dú)設(shè)置背景與圖片的相關(guān)知識(shí),希望對(duì)大家今后的工作學(xué)習(xí)有所幫助。

相關(guān)文章

最新評(píng)論

博野县| 汶上县| 哈密市| 信阳市| 兴国县| 郯城县| 静安区| 汉源县| 高要市| 巴彦淖尔市| 常熟市| 安西县| 白朗县| 海安县| 蓝山县| 西充县| 东乌珠穆沁旗| 迁西县| 江陵县| 邻水| 同仁县| 呼玛县| 麻城市| 遂溪县| 开阳县| 廉江市| 龙州县| 灌阳县| 南华县| 达孜县| 鲁山县| 宁海县| 阿城市| 颍上县| 山东省| 桦南县| 鄂托克旗| 河西区| 北辰区| 安乡县| 遂川县|