记录用drawable.xml 绘制配置图整理

1.<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android" >


    <corners android:radius="3dp" />圆角


    <stroke
        android:width="0.5dp"
        android:color="#62809a" />外边框


   <!-- <solid android:color="#FFA4C639" />--   实心的>


    <gradient
        android:angle="90"
        android:centerX="0.5"
        android:centerY="0.5"
        android:endColor="#FFEFEFEF"
        android:startColor="#cc1115"

        android:type="linear" />   填充


                                     270

android:angle    0               180

                                      90

</shape>

2.

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


<!--
    Android Wheel Control.
    http://android-devblog.blogspot.com/2010/05/wheel-ui-contol.html
   
    Copyright 2010 Yuri Kanivets
    Licensed under the Apache License, Version 2.0 (the "License");
    you may not use this file except in compliance with the License.
    You may obtain a copy of the License at


    http://www.apache.org/licenses/LICENSE-2.0


    Unless required by applicable law or agreed to in writing, software
    distributed under the License is distributed on an "AS IS" BASIS,
    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
    See the License for the specific language governing permissions and
    limitations under the License.








-->


<layer-list xmlns:android="http://schemas.android.com/apk/res/android" >


    
    <item>
        <shape android:shape="rectangle" >
            <gradient
                android:angle="90"
                android:centerColor="#DDD"
                android:endColor="#333"
                android:startColor="#333" />


            <stroke
                android:width="1dp"
                android:color="#FF333333" />
        </shape>
    </item>




    
    <item
        android:bottom="1dp"
        android:left="4dp"
        android:right="4dp"
        android:top="1dp">
        <shape android:shape="rectangle" >
            <gradient
                android:angle="90"
                android:centerColor="#FFF"
                android:endColor="#AAA"
                android:startColor="#AAA" />
        </shape>
    </item>


</layer-list>

3.

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


<!--
    Android Wheel Control.
    http://android-devblog.blogspot.com/2010/05/wheel-ui-contol.html
   
    Copyright 2010 Yuri Kanivets
    Licensed under the Apache License, Version 2.0 (the "License");
    you may not use this file except in compliance with the License.
    You may obtain a copy of the License at


    http://www.apache.org/licenses/LICENSE-2.0


    Unless required by applicable law or agreed to in writing, software
    distributed under the License is distributed on an "AS IS" BASIS,
    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
    See the License for the specific language governing permissions and
    limitations under the License.


















-->


<layer-list xmlns:android="http://schemas.android.com/apk/res/android" >


    <item>
        <shape android:shape="rectangle" >
            <gradient
                android:angle="90"
                android:centerColor="#DDD"
                android:endColor="#333"
                android:startColor="#333" />


            <stroke
                android:width="1dp"
                android:color="#FF333333" />
        </shape>
    </item>
    <item
        android:bottom="1dp"
        android:left="4dp"
        android:right="4dp"
        android:top="1dp">
        <shape android:shape="rectangle" >
            <gradient
                android:angle="90"
                android:centerColor="#d8d3f7"
                android:endColor="#7B68EE"
                android:startColor="#7B68EE" />
        </shape>
    </item>


</layer-list>

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


<!--
    Android Wheel Control.
    http://android-devblog.blogspot.com/2010/05/wheel-ui-contol.html
   
    Copyright 2010 Yuri Kanivets
    Licensed under the Apache License, Version 2.0 (the "License");
    you may not use this file except in compliance with the License.
    You may obtain a copy of the License at


    http://www.apache.org/licenses/LICENSE-2.0


    Unless required by applicable law or agreed to in writing, software
    distributed under the License is distributed on an "AS IS" BASIS,
    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
    See the License for the specific language governing permissions and
    limitations under the License.


-->


<shape xmlns:android="http://schemas.android.com/apk/res/android" >


    <gradient
        android:angle="90"
        android:centerColor="#7f222222"
        android:endColor="#7fEEEEEE"
        android:startColor="#7f222222" />


    <stroke
        android:width="1dp"
        android:color="#70333333" />


</shape>


Named

Numeric

Color Name

Hex RGB

Decimal

LightPink

 

LightPink

浅粉红

#FFB6C1

255,182,193

Pink

 

Pink

粉红

#FFC0CB

255,192,203

Crimson

 

Crimson

猩红 (深红)

#DC143C

220,20,60

LavenderBlush

 

LavenderBlush

淡紫红

#FFF0F5

255,240,245

PaleVioletRed

 

PaleVioletRed

弱紫罗兰红

#DB7093

219,112,147

HotPink

 

HotPink

热情的粉红

#FF69B4

255,105,180

DeepPink

 

DeepPink

深粉红

#FF1493

255,20,147

MediumVioletRed

 

MediumVioletRed

中紫罗兰红

#C71585

199,21,133

 

Orchid

兰花紫

#DA70D6

218,112,214

 

Thistle

#D8BFD8

216,191,216

Plum

 

Plum

李子紫

#DDA0DD

221,160,221

Violet

 

Violet

紫罗兰

#EE82EE

238,130,238

 

Magenta

洋红 (品红 玫瑰红)

#FF00FF

255,0,255

 

Fuchsia

灯笼海棠(紫红色)

#FF00FF

255,0,255

 

DarkMagenta

深洋红

#8B008B

139,0,139

 

Purple

紫色

#800080

128,0,128

 

MediumOrchid

中兰花紫

#BA55D3

186,85,211

 

DarkViolet

暗紫罗兰

#9400D3

148,0,211

 

DarkOrchid

暗兰花紫

#9932CC

153,50,204

 

Indigo

靛青 (紫兰色)

#4B0082

75,0,130

 

BlueViolet

蓝紫罗兰

#8A2BE2

138,43,226

 

MediumPurple

中紫色

#9370DB

147,112,219

 

MediumSlateBlue

中板岩蓝

#7B68EE

123,104,238

 

SlateBlue

板岩蓝

#6A5ACD

106,90,205

 

DarkSlateBlue

暗板岩蓝

#483D8B

72,61,139

 

Lavender

熏衣草淡紫

#E6E6FA

230,230,250

 

GhostWhite

幽灵白

#F8F8FF

248,248,255

 

Blue

纯蓝

#0000FF

0,0,255

 

MediumBlue

中蓝色

#0000CD

0,0,205

 

MidnightBlue

午夜蓝

#191970

25,25,112

 

DarkBlue

暗蓝色

#00008B

0,0,139

 

Navy

海军蓝

#000080

0,0,128

 

RoyalBlue

皇家蓝 (宝蓝)

#4169E1

65,105,225

 

CornflowerBlue

矢车菊蓝

#6495ED

100,149,237

 

LightSteelBlue

亮钢蓝

#B0C4DE

176,196,222

 

LightSlateGray

亮石板灰

#778899

119,136,153

 

SlateGray

石板灰

#708090

112,128,144

 

DodgerBlue

道奇蓝

#1E90FF

30,144,255

 

AliceBlue

爱丽丝蓝

#F0F8FF

240,248,255

 

SteelBlue

钢蓝 (铁青)

#4682B4

70,130,180

 

LightSkyBlue

亮天蓝色

#87CEFA

135,206,250

 

SkyBlue

天蓝色

#87CEEB

135,206,235

 

DeepSkyBlue

深天蓝

#00BFFF

0,191,255

 

LightBlue

亮蓝

#ADD8E6

173,216,230

 

PowderBlue

火药青

#B0E0E6

176,224,230

 

CadetBlue

军服蓝

#5F9EA0

95,158,160

 

Azure

蔚蓝色

#F0FFFF

240,255,255

 

LightCyan

淡青色

#E0FFFF

224,255,255

 

PaleTurquoise

弱绿宝石

#AFEEEE

175,238,238

 

Cyan

青色

#00FFFF

0,255,255

 

Aqua

水色

#00FFFF

0,255,255

 

DarkTurquoise

暗绿宝石

#00CED1

0,206,209

 

DarkSlateGray

暗石板灰

#2F4F4F

47,79,79

 

DarkCyan

暗青色

#008B8B

0,139,139

 

Teal

水鸭色

#008080

0,128,128

 

MediumTurquoise

中绿宝石

#48D1CC

72,209,204

 

LightSeaGreen 

浅海洋绿

#20B2AA

32,178,170

 

Turquoise

绿宝石

#40E0D0

64,224,208

 

Aquamarine

宝石碧绿

#7FFFD4

127,255,212

 

MediumAquamarine

中宝石碧绿

#66CDAA

102,205,170

 

MediumSpringGreen

中春绿色

#00FA9A

0,250,154

 

MintCream

薄荷奶油

#F5FFFA

245,255,250

 

SpringGreen

春绿色

#00FF7F

0,255,127

 

MediumSeaGreen

中海洋绿

#3CB371

60,179,113

 

SeaGreen

海洋绿

#2E8B57

46,139,87

 

Honeydew

蜜瓜色

#F0FFF0

240,255,240

 

LightGreen

淡绿色

#90EE90

144,238,144

 

PaleGreen

弱绿色

#98FB98

152,251,152

 

DarkSeaGreen

暗海洋绿

#8FBC8F

143,188,143

 

LimeGreen

闪光深绿

#32CD32

50,205,50

 

Lime

闪光绿

#00FF00

0,255,0

 

ForestGreen

森林绿

#228B22

34,139,34

 

Green

纯绿

#008000

0,128,0

 

DarkGreen

暗绿色

#006400

0,100,0

 

Chartreuse**

查特酒绿 (黄绿色)

#7FFF00

127,255,0

 

LawnGreen

草坪绿

#7CFC00

124,252,0

 

GreenYellow

绿黄色

#ADFF2F

173,255,47

 

DarkOliveGreen

暗橄榄绿

#556B2F

85,107,47

 

YellowGreen

黄绿色

#9ACD32

154,205,50

 

OliveDrab

橄榄褐色

#6B8E23

107,142,35

 

Beige

米色(灰棕色)

#F5F5DC

245,245,220

 

LightGoldenrodYellow

亮菊黄

#FAFAD2

250,250,210

 

Ivory

象牙

#FFFFF0

255,255,240

 

LightYellow

浅黄色

#FFFFE0

255,255,224

 

Yellow

纯黄

#FFFF00

255,255,0

 

Olive

橄榄

#808000

128,128,0

 

DarkKhaki

深卡叽布

#BDB76B

189,183,107

 

LemonChiffon

柠檬绸

#FFFACD

255,250,205

 

PaleGoldenrod

灰菊黄

#EEE8AA

238,232,170

 

Khaki

卡叽布

#F0E68C

240,230,140

 

Gold

金色

#FFD700

255,215,0

 

Cornsilk

玉米丝色

#FFF8DC

255,248,220

 

Goldenrod

金菊黄

#DAA520

218,165,32

 

DarkGoldenrod

暗金菊黄

#B8860B

184,134,11

 

FloralWhite

花的白色

#FFFAF0

255,250,240

 

OldLace

旧蕾丝

#FDF5E6

253,245,230

 

Wheat

小麦色

#F5DEB3

245,222,179

 

Moccasin

鹿皮靴

#FFE4B5

255,228,181

 

Orange

橙色

#FFA500

255,165,0

 

PapayaWhip

番木瓜

#FFEFD5

255,239,213

 

BlanchedAlmond

发白的杏仁色

#FFEBCD

255,235,205

 

NavajoWhite

土著白

#FFDEAD

255,222,173

 

AntiqueWhite

古董白

#FAEBD7

250,235,215

 

Tan

茶色

#D2B48C

210,180,140

 

BurlyWood

硬木色

#DEB887

222,184,135

 

Bisque 

陶坯黄

#FFE4C4

255,228,196

 

DarkOrange

深橙色

#FF8C00

255,140,0

 

Linen

亚麻布

#FAF0E6

250,240,230

 

Peru

秘鲁

#CD853F

205,133,63

 

PeachPuff

桃肉色

#FFDAB9

255,218,185

 

SandyBrown

沙棕色

#F4A460

244,164,96

 

Chocolate

巧克力

#D2691E

210,105,30

 

SaddleBrown

马鞍棕色

#8B4513

139,69,19

 

Seashell

海贝壳

#FFF5EE

255,245,238

 

Sienna

黄土赭色

#A0522D

160,82,45

 

LightSalmon

浅鲑鱼肉色

#FFA07A

255,160,122

 

Coral

珊瑚

#FF7F50

255,127,80

 

OrangeRed

橙红色

#FF4500

255,69,0

 

DarkSalmon

深鲜肉(鲑鱼)

#E9967A

233,150,122

 

Tomato

番茄红

#FF6347

255,99,71

MistyRose

薄雾玫瑰

#FFE4E1

255,228,225

 

Salmon

鲜肉(鲑鱼)

#FA8072

250,128,114

 

Snow

#FFFAFA

255,250,250

 

LightCoral

淡珊瑚色

#F08080

240,128,128

 

RosyBrown

玫瑰棕色

#BC8F8F

188,143,143

 

IndianRed

印度红

#CD5C5C

205,92,92

 

Red

纯红

#FF0000

255,0,0

 

Brown

棕色

#A52A2A

165,42,42

 

FireBrick

耐火砖

#B22222

178,34,34

 

DarkRed

深红色

#8B0000

139,0,0

 

Maroon

栗色

#800000

128,0,0

 

White

纯白

#FFFFFF

255,255,255

 

WhiteSmoke

白烟

#F5F5F5

245,245,245

 

Gainsboro

庚斯博罗灰色

#DCDCDC

220,220,220

 

LightGrey

浅灰色

#D3D3D3

211,211,211

 

Silver

银灰色

#C0C0C0

192,192,192

 

DarkGray

深灰色

#A9A9A9

169,169,169

 

Gray

灰色

#808080

128,128,128

 

DimGray

暗淡的灰色

#696969


评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值