Skip to content

Elements with gradient background and image background #184

@Angelk90

Description

@Angelk90

Feature Description

Added support for elements with gradient backgrounds and images background, configurable via the component.

<VoltraAndroid.Column
  backgroundImage="https://example.com/img.jpg"
  backgroundImage={{ assetName: 'logo' }}
  backgroundGradient={{
    type: "linear",
    angle: 180,
    colors: ["#2196f3", "#03a9f4", "#00bcd4"]
  }}
>
  ...
</VoltraAndroid.Column>

Screenshot_20260607_212858_Weather.png

gradient background image background
Image Image

Problem Statement

Currently, it is not possible to visually customize some elements with gradients or background images.

Proposed Solution

No response

Alternatives Considered

No response

Current Library Version

1.4.1

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