您好,登錄后才能下訂單哦!
這個(gè)很重要,由于android系統(tǒng)對(duì)應(yīng)用的性能要求很高,在能用shape替換圖片的時(shí)候就替換,這樣可以為應(yīng)用爭(zhēng)取到更多的內(nèi)存:
<?xml version="1.0" encoding="utf-8"?> <shape xmlns:android="http://schemas.android.com/apk/res/android" android:shape="rectangle" > <!-- rectangle | oval | line | ring --> <!-- <gradient 為shape指定漸變色 --> <!-- android:angle="int" 漸變色的角度值。0表示從左到右,90表示從下到上,必須是45的倍數(shù),默認(rèn)是0 --> <!-- android:centerX="float" 漸變色中心的X相對(duì)位置(0-1.0)。當(dāng)android:type = "linear"時(shí)無效 --> <!-- android:centerY="float" 漸變色中心的Y相對(duì)位置(0-1.0)。當(dāng)android:type = "linear"時(shí)無效 --> <!-- android:centerColor="color" 可選的顏色,出現(xiàn)在start和end顏色之間 --> <!-- android:endColor="color" end顏色 --> <!-- android:gradientRadius="float" 漸變色的半徑。當(dāng)android:type = "radial"時(shí)有效,而且必須設(shè)置 --> <!-- android:startColor="color" start 顏色 --> <!-- android:type="linear | radial | sweep" 漸變色的樣式。有效值為:linear,線性漸變,默認(rèn)值。radial,環(huán)形漸變,start的顏色是處于中間的顏色。sweep梯度漸變。sweep與radial不同的是,radial的顏色是從內(nèi)往外漸變,sweep的顏色是從0到360漸變 --> <!-- android:useLevel="boolean" true:表示可以當(dāng)做LevelListDrawable使用 --> <!-- /> --> <!-- <solid 填充shape的單一色 --> <!-- android:color="color" 這個(gè)顏色會(huì)應(yīng)用到shape上/> --> <!-- <stroke --> <!-- android:width="dimension" 線的寬度 --> <!-- android:color="color" 線的顏色 --> <!-- android:dashGap="dimension" 線段與線段之間的空白距離。僅在android:dashWidth設(shè)定時(shí)有效。 --> <!-- android:dashWidth="dimension" 線段的長(zhǎng)度。僅在android:dashGap設(shè)定時(shí)有效/> --> <!-- <padding dimension 內(nèi)部View元素的邊距 --> <!-- android:left="" --> <!-- android:top="" --> <!-- android:right="" --> <!-- android:bottom=""/> --> <!-- <corners 為shape創(chuàng)建圓角。當(dāng)shape是一個(gè)rectangle時(shí)有效--> <!-- android:radius="dimension" 圓的半徑,會(huì)被下面的特性覆蓋 --> <!-- android:topLeftRadius="dimension" 左上圓角半徑 --> <!-- android:topRightRadius="dimension" 右上圓角半徑 --> <!-- android:bottomLeftRadius="dimension" 實(shí)際是右下圓角半徑--> <!-- android:bottomRightRadius="dimension" 實(shí)際是左下圓角半徑/> --> <size /> </shape>
免責(zé)聲明:本站發(fā)布的內(nèi)容(圖片、視頻和文字)以原創(chuàng)、轉(zhuǎn)載和分享為主,文章觀點(diǎn)不代表本網(wǎng)站立場(chǎng),如果涉及侵權(quán)請(qǐng)聯(lián)系站長(zhǎng)郵箱:is@yisu.com進(jìn)行舉報(bào),并提供相關(guān)證據(jù),一經(jīng)查實(shí),將立刻刪除涉嫌侵權(quán)內(nèi)容。