This repository has been archived by the owner on Sep 11, 2021. It is now read-only.
forked from google/flexbox-layout
-
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.
Fix the issue that horizontal margin is ignored on devices with API (g…
…oogle#354) level < 17. Because the FlexboxHelper expected ViewGroup.MarginLayoutParams#getMarginStart (getMarginEnd) methods when calculating the wrap condition. No devices are available on API level < 17 on Firebase Test Lab. So manually ran the tests on an emulator with API level 16.
- Loading branch information
Showing
3 changed files
with
23 additions
and
4 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