Skip to content

[Android] TextView doesn't support letter spacing and padding #3233

@xinthink

Description

@xinthink
  1. padding of a TextView is ineffective, the dimension seems right, but the content is not placed correctly
  2. the text (not the TextView) 'inherits' the background color, so it looks like there's an overlapped layer

2015-10-05 7_53_46

it should look like this:
2015-10-05 7 49 50

  • RN v0.11.4
  • Android 5.1.1

code:

    <Text style={{
        backgroundColor: 'rgba(100,230,100,.7)',
        padding: 25,
        color: 'white',
        fontWeight: 'bold',
      }}
      >
      Hello
    </Text>

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions