Thanks to visit codestin.com
Credit goes to github.com

Skip to content

FlexboxLayout does not work properly in ActionBar #4925

Open
@bigradish

Description

@bigradish

The code in xml is as follows:

<Page.actionBar>

			<ActionBar>
				<ActionBar.titleView>
					<FlexboxLayout flexDirection="row" justifyContent="space-between">
						<Label text="leftIcon" />
						<Label text="middleText" />
						<Label text="rightIcon" />
					</FlexboxLayout>
				 </ActionBar.titleView>
			</ActionBar>
    </Page.actionBar>

The 3 labels are shown side by side which is not what justifyContent="space-between" means.

more info:

  1. development machine: Windows 10 64bit
  2. target platform: android
  3. cli version: 3.2.1
  4. Cross-platform modules: 3.2.0
  5. Runtime: 3.2.0
  6. Plugin: no plugin used.

Thank you.


Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions