Skip to content

Instantly share code, notes, and snippets.

View ArtemBondar's full-sized avatar

Artem Bondar ArtemBondar

View GitHub Profile
@ArtemBondar
ArtemBondar / AdbCommands
Created March 3, 2020 07:56 — 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
@ArtemBondar
ArtemBondar / README.md
Created August 21, 2019 11:39 — 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.

All hex value from 100% to 0% alpha: