apearson / goodlock-hex2color

An automated Goodlock color picker

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Standard mode colors off

apearson opened this issue · comments

Non condensed mode has different box points than condensed mode

Need to figure out if there is an adb command for getting standard/condensed mode.
Also need to figure out new box size for standard mode

One way to find if display mode is standard or condensed is to use adb shell wm density

Standard Mode Output:
Physical density: 640
Condensed Mod Output:

Physical density: 640
Override density: 560

Fixed in comment 71b1c79