commit | dcd1e440e009b7861f09e2b718ea489bdcea34b5 | [log] [tgz] |
---|---|---|
author | James Christopher Adduono <jc@adduono.com> | Sun Nov 06 13:17:34 2016 -0500 |
committer | Dees Troy <dees_troy@teamw.in> | Wed Jan 11 18:04:29 2017 +0100 |
tree | a01f1650fd1597ef290d6bf3f627bcd3e3ae18e9 | |
parent | b29a5e27c33291f8134ea5f28e84e672a3c25199 [diff] |
Support theme width and height offsets Current use condition is LG V20, where the secondary screen is actually just a corner chunk of the main screen. In this case, we need to shift the UI down some pixels in order to see it all, but just using Y offsets resulted in losing the rest of the GUI below. Example in BoardConfig.mk: # Shift TWRP off the secondary screen TW_Y_OFFSET := 160 TW_H_OFFSET := -160 Change-Id: I5a06638ba0d05e5b9fd8a6245c630d6ea3394f78
Team Win Recovery Project (TWRP)
You can find a compiling guide here.