Skip to content

borderWidth and borderColor support for Android #194

@Angelk90

Description

@Angelk90

Feature Description

To have support for borderWidth and borderColor on Android.

Example:

    <VoltraAndroid.Column
      style={{
        width: 80,
        height: 80,
        padding: 15
      }}>
      <VoltraAndroid.Box
        style={{
          width: 50,
          height: 50,
          justifyContent: 'center',
          alignItems: 'center',
          backgroundColor: '#1e293b',
          borderColor: '#FFD700',
          borderWidth: 1,
          borderRadius: 4
        }}
        contentAlignment="center"
      >
        <VoltraAndroid.Text style={{ fontSize: 12, color: '#fff', textAlign: 'center' }}>
          100
        </VoltraAndroid.Text>
      </VoltraAndroid.Box>
    </VoltraAndroid.Column>

Problem Statement

Being able to add a border.

Proposed Solution

No response

Alternatives Considered

No response

Current Library Version

2.0.0-rc.4

Implementation

  • I would be willing to submit a pull request for this feature

Additional Context

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    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