Skip to content

Instantly share code, notes, and snippets.

View dh-46's full-sized avatar

Daniel Huang dh-46

View GitHub Profile
@dh-46
dh-46 / .gitignore
Created September 29, 2021 09:08
gitignore for Android Studio 4.1
# Built application files
*.apk
#.aar
*.ap_
*.aab
# Files for the ART/Dalvik VM
*.dex
# Java class files
@dh-46
dh-46 / README.md
Created January 12, 2021 06:03 — forked from lopspower/README.md
Hexadecimal color code for transparency

Hexadecimal color code for transparency

Twitter

How to set transparency with hex value ?

For example, you want to set 40% alpha transparence to #000000 (black color), you need to add 66 like this #66000000.

Download This sample on Google Play Store