zoukankan
html css js c++ java
android系统提供的几种颜色Color
http://blog.csdn.net/feiyangxiaomi/article/details/38338305
记录一下android自带颜色。
Constants
public static final int BLACK
Added in
API level 1
Constant Value: -16777216 (0xff000000)
public static final int BLUE
Added in
API level 1
Constant Value: -16776961 (0xff0000ff)
public static final int CYAN
Added in
API level 1
Constant Value: -16711681 (0xff00ffff)
public static final int DKGRAY
Added in
API level 1
Constant Value: -12303292 (0xff444444)
public static final int GRAY
Added in
API level 1
Constant Value: -7829368 (0xff888888)
public static final int GREEN
Added in
API level 1
Constant Value: -16711936 (0xff00ff00)
public static final int LTGRAY
Added in
API level 1
Constant Value: -3355444 (0xffcccccc)
public static final int MAGENTA
Added in
API level 1
Constant Value: -65281 (0xffff00ff)
public static final int RED
Added in
API level 1
Constant Value: -65536 (0xffff0000)
public static final int TRANSPARENT
Added in
API level 1
Constant Value: 0 (0x00000000) 透明的看不到
public static final int WHITE
Added in
API level 1
Constant Value: -1 (0xffffffff)
public static final int YELLOW
Added in
API level 1
Constant Value: -256 (0xffffff00)
查看全文
相关阅读:
关于MySQL5.6配置文件my-default.ini不生效问题
jQuery学习总结(三)
jQuery学习总结(二)
jQuery学习总结(一)
mysql输出到页面MVC模式
简单的在jsp页面操作mysql
mysql5.7的基本使用
mysq5.7l的下载与配置
jdk环境变量的配置
SQL SERVER——给已有数据的表增加唯一值
原文地址:https://www.cnblogs.com/jukan/p/7661579.html
最新文章
AQS
CAS优缺点
CountDownLatch、CyclicBarrier和 Semaphore
MySQL索引选择及规则整理
二叉查找树,平衡二叉树
二叉查找树,红黑树
windows 10下 tls协议(Transport Layer Security)版本设置
windows下修改hosts文件
windows下bat脚本
git配置github链接
热门文章
python内置函数
python基础1.1
碎片化知识重新整理(前言)
git基础(2)
git基础(1)
git安装配置
centos下testlink的部署(基于xampp)
使用python中读取配置文件
小程序开发
MySQL5.6绿色版安装
Copyright © 2011-2022 走看看