-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Zero all padding for BT, VGS, and Rosetta elements
Forage needs to transparently route traffic to different vault providers based on availability. We were facing a problem where swapping out vault providers was _not_ transparent in the case where `inputHeight` and `inputWidth` attributes were not supplied to `ForagePINEditText`. Our investigation made clear that the VGS and BT had different default paddings. This commit, therefore, zeros out all of the default paddings. This gives us the desired outcome of routing to different vaults transparent. The complexity of this issue came from VGS setting their default paddings in XML styles and BT setting their default styles at a relatively late point in their text element's life cycle. Signed-off-by: Devin Morgan <[email protected]>
- Loading branch information
1 parent
2f01a4e
commit ed486f0
Showing
6 changed files
with
22 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters