Skip to content

Instantly share code, notes, and snippets.

View dzungvu's full-sized avatar

Vũ Thế Dũng dzungvu

  • Hochiminh City
View GitHub Profile
@dzungvu
dzungvu / README.md
Created February 10, 2022 10:30 — 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

@dzungvu
dzungvu / AdbCommands
Created June 28, 2021 03:37 — forked from Pulimet/AdbCommands
Adb useful commands list
adb help // List all comands
== Adb Server
adb kill-server
adb start-server
== Adb Reboot
adb reboot
adb reboot recovery
adb reboot-bootloader