颜色代码 颜色卡


复制代码
a   android:background="#ef5b9c"
b   android:background="#3700B3"
c   android:background="#03DAC5"
d   android:background="#8f4b2e"
e   android:background="#003a6c"
f   android:background="#d71345"
g   android:background="#1d953f"

h   android:background="#007d65"
i   android:background="#840228"
j   android:background="#ffc20e"
k   android:background="#1b315e"
l   android:background="#1d1626"
m   android:background="#0000ff"
n   android:background="#00ff00"
o   android:background="#ff0000"

复制代码
<color name="a">#ef5b9c</color>
<color name="b">#3700B3</color>
<color name="c">#03DAC5</color>
<color name="d">#8f4b2e</color>
<color name="e">#003a6c</color>
<color name="f">#d71345</color>
<color name="g">#1d953f</color>

<color name="h">#007d65</color>
<color name="i">#840228</color>
<color name="j">#ffc20e</color>
<color name="k">#1b315e</color>
<color name="l">#1d1626</color>
<color name="m">#0000ff</color>
<color name="n">#00ff00</color>
<color name="o">#ff0000</color>

颜色代码 网址

颜色代码大全|老小孩讲述

相关推荐
星霜笔记1 天前
GitMob — 手机端 GitHub 管理工具
android·kotlin·github·android jetpack
LiuYaoheng1 天前
问题记录:Android Studio Low memory
android·ide·android studio
独隅1 天前
Python 标准库 (Standard Library) 全面使用指南
android·开发语言·python
always_TT1 天前
strlen、strcpy、strcat等常用字符串函数
android
qqty12171 天前
MySQL Workbench菜单汉化为中文
android·数据库·mysql
2401_895521341 天前
MySQL中between and的基本用法
android·数据库·mysql
云云鬼才1 天前
CoCo编辑器、图形化编程怎么调用Scheme(跳转应用)
android
Jason__Young1 天前
Android ViewModel为什么能够跨越Activity的生命周期?
android
TechMix1 天前
【性能优化】RenderThread各工作阶段梳理
android·性能优化
草莓熊Lotso1 天前
MySQL 内置函数指南:日期、字符串、数学函数实战
android·java·linux·运维·数据库·c++·mysql