Skip to content

[android]padding property should not be a shorthand #8335

@farfromrefug

Description

@farfromrefug

Right now the padding is a shorthand for all the 4 padding properties.
Not an issue JS wise but it becomes one on Android.
Screen Shot 2020-02-13 at 09 53 14
On android it means 4 native calls which takes 5ms on my phone.
It is not necessary as it could be done in 1 call

More over it is actually done twice when there is a background set! Why is the padding set with backgroundInternal?

Metadata

Metadata

Assignees

No one assigned

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions