Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | ||
6 | 7 | 8 | 9 | 10 | 11 | 12 |
13 | 14 | 15 | 16 | 17 | 18 | 19 |
20 | 21 | 22 | 23 | 24 | 25 | 26 |
27 | 28 | 29 | 30 | 31 |
Tags
- 안드로이드
- WebView
- Web Service
- Android
- scrollView
- html
- jsp
- C#
- TextBox
- 이클립스
- Bootstrap
- 컬럼명
- asp.net
- STS
- Apache Lucene
- MANTIS
- Java
- varags
- MS-SQL
- Maven
- 웹뷰
- SpringSource Tool Suite
- 자바스크립트
- Redirect
- 웹 서비스
- MSsql
- decompiler
- Eclipse
- 자바
- javascript
Archives
- Today
- Total
bboks.net™
안드로이드 투명도 코드 본문
투명도 적용전
<color name="black">#000000</color>
투명도 적용후
<color name="black">#99000000</color>
Hex Code
100% — FF
95% — F2
90% — E6
85% — D9
80% — CC
75% — BF
70% — B3
65% — A6
60% — 99
55% — 8C
50% — 80
45% — 73
40% — 66
35% — 59
30% — 4D
25% — 40
20% — 33
15% — 26
10% — 1A
5% — 0D
0% — 00