Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix 1-pixel height horizontal line disappear #30481

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Commits on Nov 26, 2020

  1. Fix 1-pixel height horizontal line disappear

    Without FabricUIManager, On Android devices with a non integer DPI (for example, 2.75), View layoutX/Y may be  decimal (for example, 3.25). Using integer type in recursive calculation may cause 1 pixel margin or 1 pixel overlap between adjacent views. The horizontal dividing line of 1 pixel (height: StyleSheet.hairlineWidth) may disappear.
    laotian authored Nov 26, 2020
    Configuration menu
    Copy the full SHA
    2f1ee51 View commit details
    Browse the repository at this point in the history

Commits on Nov 27, 2020

  1. Configuration menu
    Copy the full SHA
    bc9ca23 View commit details
    Browse the repository at this point in the history
  2. update comment

    laotian authored Nov 27, 2020
    Configuration menu
    Copy the full SHA
    6289a2e View commit details
    Browse the repository at this point in the history