Drawable子類之—— ShapeDrawable (圖形定義)

本文出自 “阿敏其人” 簡(jiǎn)書(shū)博客,轉(zhuǎn)載或引用請(qǐng)注明出處。

ShapeDrawable 一種創(chuàng)建的Drawable脚乡,可以理解為通過(guò)顏色來(lái)狗仔的圖形,它既可以是純色的圖形傻粘,也可以是具有漸變效果的圖形每窖。

ShapeDrawable的xml的根元素是 shape

一、語(yǔ)法

<?xml version="1.0" encoding="utf-8"?>
<shape
    xmlns:android="http://schemas.android.com/apk/res/android"
    android:shape=["rectangle" | "oval" | "line" | "ring"] >
    <corners
        android:radius="integer"
        android:topLeftRadius="integer"
        android:topRightRadius="integer"
        android:bottomLeftRadius="integer"
        android:bottomRightRadius="integer" />
    <gradient
        android:angle="integer"
        android:centerX="integer"
        android:centerY="integer"
        android:centerColor="integer"
        android:endColor="color"
        android:gradientRadius="integer"
        android:startColor="color"
        android:type=["linear" | "radial" | "sweep"]
        android:useLevel=["true" | "false"] />
    <padding
        android:left="integer"
        android:top="integer"
        android:right="integer"
        android:bottom="integer" />
    <size
        android:width="integer"
        android:height="integer" />
    <solid
        android:color="color" />
    <stroke
        android:width="integer"
        android:color="color"
        android:dashWidth="integer"
        android:dashGap="integer" />
</shape>

.
.

二弦悉、子節(jié)點(diǎn)

分別這么幾個(gè):corners(角度)窒典、gradient(漸變)、padding(距離)稽莉、size(大衅僦尽)、solid(純色填充)污秆、stroke(描邊)劈猪。

.
.

根元素:shape

  • android:shape
    表示圖形的形狀,有四種選項(xiàng)

rectabgle 矩形
??oval 橢圓
??line 橫線
??ring 圓環(huán)

針對(duì)line和ring
四個(gè)當(dāng)中良拼, line 和 ring 一定需要通過(guò) <stroke> 標(biāo)簽來(lái)指定 線的寬和和顏色信息 等战得。

針對(duì)ring有5個(gè)特殊的屬性

作用
android:innerRadius 圓內(nèi)的內(nèi)半徑,當(dāng)和innerRadiusRatio同時(shí)存在時(shí)庸推,以innerRadius為準(zhǔn)
android:thickness 厚度常侦, 圓環(huán)的厚度 = 外半徑 - 內(nèi)半徑 ,當(dāng)和thicknessRatio一起存在時(shí)贬媒,以thickness為準(zhǔn)
innerRadiusRatio 內(nèi)半徑在占整個(gè)Drawable寬度的比例聋亡,默認(rèn)值是9。如果為n际乘,那么 內(nèi)半徑 = 寬度 / n
android:thicknessRatio 厚度占整個(gè)Drawable的寬度的比例坡倔,默認(rèn)值是3。如果為n脖含,那么 厚度 = 寬度 / n 罪塔。
android:useLevel 一般都應(yīng)該使用false,否則可能無(wú)法達(dá)到預(yù)期的效果器赞,除非他被用來(lái)作為 LevelListDrawable 來(lái)使用

.
.

<corners> 角度 ( 只適用于 shape )

表示shape圖形四個(gè)交的角度垢袱,即四個(gè)角的圓角程度。單位是px港柜,他有5個(gè)屬性

| corners的5個(gè)屬性 | 作用 |
| android:radius | 為四個(gè)角同時(shí)設(shè)定相同的角度请契,優(yōu)先級(jí)低,會(huì)被下面幾個(gè)覆蓋(因?yàn)槿思沂菍iT指定的)|
|android:topLeftRadius | 左上角的角度 |
| android:topRightRadius | 右上角的角度 |
| android:bottomLeftRadius | 左下角的角度 |
| android:bottomRightRadius | 右下角的角度 |

注意:每個(gè)圓角半徑值都必須大于1夏醉,否側(cè)就沒(méi)有圓角爽锥。

.
.

<solid> 純色填充

表示純色填充,利用 android:color 就可以指定shape的顏色畔柔。

<gradient> 漸變效果 (與solid互斥氯夷,純色或者漸變只能要一個(gè))

  • android:angle —— 漸變的角度,默認(rèn)是0靶擦,其值必須是45的整數(shù)倍腮考。
    0表示從左邊到右
    90表示從上到下雇毫。具體效果隨著角度的調(diào)整而產(chǎn)生變化,角度影響漸變方向踩蔚。
  • android:centerX —— 漸變中心的橫坐標(biāo)點(diǎn)
  • android:centerY —— 漸變中心的縱坐標(biāo)點(diǎn)
  • android:startColor —— 漸變色的起始色
  • android:centerColor —— 漸變色的中間色
  • android:endColor —— 漸變色的結(jié)束色
  • android:type —— 漸變的類型棚放,分3種,linear(線性漸變)馅闽,radio(徑向漸變)飘蚯,sweep(掃描線漸變),默認(rèn)值是 線性漸變 福也。
  • android:gradientRadius —— 漸變的半徑(僅當(dāng) android:type 為radio時(shí)有效)
  • android:useLevel —— 一般為false局骤,當(dāng)Drawable作為StateListDrawable時(shí)有效。

.
.

<stroke> 描邊

stroke的屬性 作用
android:width 描邊的寬度暴凑,越大則shape的邊緣線越粗
android:color 描邊的顏色
android:dashWidth 虛線的寬度
android:dashGap 虛線的空隙的間隔

注:如果 android:dashWidth 和 android:dashGap 兩者有任意一個(gè)為0峦甩,那么虛線效果就無(wú)法顯示。

.
.

<padding>

這個(gè)沒(méi)什么好講的搬设,就是padding穴店,分上下左右
.
.

<size> shape大小 (只是大小并不是指定了固定了大小)

android:width 指定shape寬
android:height 指定shape高

嚴(yán)格來(lái)說(shuō)shape沒(méi)有寬高拿穴,但是我們指定size就有了所謂的寬高泣洞。
當(dāng)時(shí)當(dāng)shape作為View 的背景的時(shí)候,shape還是會(huì)被拉伸的默色,所以這個(gè)寬高并不是指定多少就一定多少(對(duì)于Drawable都是沒(méi)有絕對(duì)的寬高的)

三球凰、Demo

首先先來(lái)四個(gè)最簡(jiǎn)單的圖像,矩形腿宰、橢圓呕诉、線,圓形吃度。

先上x(chóng)ml代碼甩挫,后上展示圖。

?就是這四個(gè).png

線 simple_line.xml

<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android"
    android:shape="line"
    >
    <!--line一定需要描邊stroke-->
    <stroke
        android:width="10dp"
        android:color="#0000ff"
         />

</shape>

.
.
橢圓 simple_oval.xml

<?xml version="1.0" encoding="utf-8"?>

<!--橢圓-->
<shape xmlns:android="http://schemas.android.com/apk/res/android"
    android:shape="oval"
    >
    <solid android:color="#00ff00"/>
    <corners android:radius="5px"/>

</shape>

.
.
矩形 simple_rectagle.xml

<?xml version="1.0" encoding="utf-8"?>

<!--橢圓-->
<shape xmlns:android="http://schemas.android.com/apk/res/android"
    android:shape="oval"
    >
    <solid android:color="#00ff00"/>
    <corners android:radius="5px"/>

</shape>

.
.
圓形 simple_ring.xml

<?xml version="1.0" encoding="utf-8"?>

<!--  安卓的圓一般來(lái)說(shuō) 外半徑 = 內(nèi)半徑 + 厚度-->
<shape xmlns:android="http://schemas.android.com/apk/res/android"
    android:shape="ring"
    android:useLevel="false"

    android:innerRadius="20dp"
    android:thickness="3dp"
    >

    <stroke
        android:color="#ff0000" />
    <solid android:color="#ff0000" />
</shape>

圖形展示.png

以上就是基本圖形最基本的使用。

下面結(jié)合幾個(gè)節(jié)點(diǎn)做一些demo

圓形的點(diǎn)擊變換顏色

<?xml version="1.0" encoding="utf-8"?>
<!--別看這里我們使用的是ovrl(橢圓) ,但是我們得到可是 圓形 的點(diǎn)擊效果-->
<selector
    xmlns:android="http://schemas.android.com/apk/res/android">
    <item android:state_pressed="true" >
        <shape android:shape="oval">
            <solid
                android:color="#ff0000" />
            <stroke
                android:width="4dp"
                android:color="#294736" />
        </shape>
    </item>
    <item >
        <shape android:shape="oval">
            <solid
                android:color="#848374" />
            <stroke
                android:width="4dp"
                android:color="#745863" />
        </shape>
    </item>
</selector>

圓形的點(diǎn)擊顏色變化.gif

.
.
Edittext的背景框和焦點(diǎn)變化

<?xml version="1.0" encoding="utf-8"?>
<selector xmlns:android="http://schemas.android.com/apk/res/android" >
    <item android:state_window_focused="false">
        <shape android:shape="rectangle">
            <solid
                android:color="#FFFFFFFF"/>
            <corners
                android:radius="3dp"/>
            <padding
                android:left="10dp"
                android:right="10dp"/>
            <stroke
                android:width="1dp"
                android:color="#BDC7D8"/>
        </shape>
    </item>

    <item android:state_focused="true" >
        <shape android:shape="rectangle" >
            <solid
                android:color="#FFFFFFFF"/>
            <corners
                android:radius="3dp"/>
            <padding
                android:left="10dp"
                android:right="10dp"/>
            <stroke
                android:width="1dp"
                android:color="#728ea3"/>
        </shape>
    </item>
</selector>

Edittext的焦點(diǎn)變化.gif

如果我想畫(huà)一個(gè)矩形厚棵,只有底邊怎么辦蕉堰?
就好像在TextView里面狸驳,我們需要底線,“我們是有底線的TextView”,但是呢,我又不想弄復(fù)制的布局法精,弄一個(gè)背景豈不是方便多了?
嗯,你可以這么做搂蜓,但是單純的shape是實(shí)現(xiàn)不了的狼荞,需要用到LayerDrawable。原理就是shape組合排列帮碰。
有興趣可以跳轉(zhuǎn)一下——Drawable子類之——LayerDrawable (圖層疊加)

了解更多的Drawable分類 Drawable圖像資源抽象類
本篇完粘秆。

最后編輯于
?著作權(quán)歸作者所有,轉(zhuǎn)載或內(nèi)容合作請(qǐng)聯(lián)系作者
  • 序言:七十年代末,一起剝皮案震驚了整個(gè)濱河市收毫,隨后出現(xiàn)的幾起案子,更是在濱河造成了極大的恐慌殷勘,老刑警劉巖此再,帶你破解...
    沈念sama閱讀 206,311評(píng)論 6 481
  • 序言:濱河連續(xù)發(fā)生了三起死亡事件,死亡現(xiàn)場(chǎng)離奇詭異玲销,居然都是意外死亡输拇,警方通過(guò)查閱死者的電腦和手機(jī),發(fā)現(xiàn)死者居然都...
    沈念sama閱讀 88,339評(píng)論 2 382
  • 文/潘曉璐 我一進(jìn)店門贤斜,熙熙樓的掌柜王于貴愁眉苦臉地迎上來(lái)策吠,“玉大人,你說(shuō)我怎么就攤上這事瘩绒『锬ǎ” “怎么了?”我有些...
    開(kāi)封第一講書(shū)人閱讀 152,671評(píng)論 0 342
  • 文/不壞的土叔 我叫張陵锁荔,是天一觀的道長(zhǎng)蟀给。 經(jīng)常有香客問(wèn)我,道長(zhǎng)阳堕,這世上最難降的妖魔是什么跋理? 我笑而不...
    開(kāi)封第一講書(shū)人閱讀 55,252評(píng)論 1 279
  • 正文 為了忘掉前任,我火速辦了婚禮恬总,結(jié)果婚禮上前普,老公的妹妹穿的比我還像新娘。我一直安慰自己壹堰,他們只是感情好拭卿,可當(dāng)我...
    茶點(diǎn)故事閱讀 64,253評(píng)論 5 371
  • 文/花漫 我一把揭開(kāi)白布。 她就那樣靜靜地躺著缀旁,像睡著了一般记劈。 火紅的嫁衣襯著肌膚如雪。 梳的紋絲不亂的頭發(fā)上并巍,一...
    開(kāi)封第一講書(shū)人閱讀 49,031評(píng)論 1 285
  • 那天目木,我揣著相機(jī)與錄音,去河邊找鬼。 笑死刽射,一個(gè)胖子當(dāng)著我的面吹牛军拟,可吹牛的內(nèi)容都是我干的。 我是一名探鬼主播誓禁,決...
    沈念sama閱讀 38,340評(píng)論 3 399
  • 文/蒼蘭香墨 我猛地睜開(kāi)眼懈息,長(zhǎng)吁一口氣:“原來(lái)是場(chǎng)噩夢(mèng)啊……” “哼!你這毒婦竟也來(lái)了摹恰?” 一聲冷哼從身側(cè)響起辫继,我...
    開(kāi)封第一講書(shū)人閱讀 36,973評(píng)論 0 259
  • 序言:老撾萬(wàn)榮一對(duì)情侶失蹤,失蹤者是張志新(化名)和其女友劉穎俗慈,沒(méi)想到半個(gè)月后姑宽,有當(dāng)?shù)厝嗽跇?shù)林里發(fā)現(xiàn)了一具尸體,經(jīng)...
    沈念sama閱讀 43,466評(píng)論 1 300
  • 正文 獨(dú)居荒郊野嶺守林人離奇死亡闺阱,尸身上長(zhǎng)有42處帶血的膿包…… 初始之章·張勛 以下內(nèi)容為張勛視角 年9月15日...
    茶點(diǎn)故事閱讀 35,937評(píng)論 2 323
  • 正文 我和宋清朗相戀三年炮车,在試婚紗的時(shí)候發(fā)現(xiàn)自己被綠了。 大學(xué)時(shí)的朋友給我發(fā)了我未婚夫和他白月光在一起吃飯的照片酣溃。...
    茶點(diǎn)故事閱讀 38,039評(píng)論 1 333
  • 序言:一個(gè)原本活蹦亂跳的男人離奇死亡瘦穆,死狀恐怖,靈堂內(nèi)的尸體忽然破棺而出赊豌,到底是詐尸還是另有隱情扛或,我是刑警寧澤,帶...
    沈念sama閱讀 33,701評(píng)論 4 323
  • 正文 年R本政府宣布碘饼,位于F島的核電站告喊,受9級(jí)特大地震影響,放射性物質(zhì)發(fā)生泄漏派昧。R本人自食惡果不足惜黔姜,卻給世界環(huán)境...
    茶點(diǎn)故事閱讀 39,254評(píng)論 3 307
  • 文/蒙蒙 一、第九天 我趴在偏房一處隱蔽的房頂上張望蒂萎。 院中可真熱鬧秆吵,春花似錦、人聲如沸五慈。這莊子的主人今日做“春日...
    開(kāi)封第一講書(shū)人閱讀 30,259評(píng)論 0 19
  • 文/蒼蘭香墨 我抬頭看了看天上的太陽(yáng)泻拦。三九已至毙芜,卻和暖如春,著一層夾襖步出監(jiān)牢的瞬間争拐,已是汗流浹背腋粥。 一陣腳步聲響...
    開(kāi)封第一講書(shū)人閱讀 31,485評(píng)論 1 262
  • 我被黑心中介騙來(lái)泰國(guó)打工, 沒(méi)想到剛下飛機(jī)就差點(diǎn)兒被人妖公主榨干…… 1. 我叫王不留,地道東北人隘冲。 一個(gè)月前我還...
    沈念sama閱讀 45,497評(píng)論 2 354
  • 正文 我出身青樓闹瞧,卻偏偏與公主長(zhǎng)得像,于是被迫代替她去往敵國(guó)和親展辞。 傳聞我的和親對(duì)象是個(gè)殘疾皇子奥邮,可洞房花燭夜當(dāng)晚...
    茶點(diǎn)故事閱讀 42,786評(píng)論 2 345

推薦閱讀更多精彩內(nèi)容