Skip to content
This repository has been archived by the owner on May 1, 2024. It is now read-only.

Account for RTL on Android Tablet #15417

Merged
merged 4 commits into from
Jun 24, 2022
Merged

Account for RTL on Android Tablet #15417

merged 4 commits into from
Jun 24, 2022

Conversation

PureWeen
Copy link
Contributor

@PureWeen PureWeen commented Jun 16, 2022

Description of Change

The original RTL PR didn't test on an Android tablet so AFAICT this has never really worked on an Android Tablet.

The split mode on Android is a bit of a hack of the drawer layout. It forces the flyout to be visible and then we calculate the layout bounds ourselves.

Side note :-) This all works fine in MAUI because on MAUI when using split mode the flyout and details are just moved to a linear layout. This means the platform is able to apply RTL without us having to do anything magical.

Issues Resolved

PICTURES

image

@samhouts
Copy link
Member

The original RTL PR didn't test on an Android tablet

🔥

@PureWeen PureWeen added the DO-NOT-MERGE-!!! 🛑 This is in progress and needs to be updated before it can be merged. label Jun 17, 2022
@PureWeen PureWeen removed the DO-NOT-MERGE-!!! 🛑 This is in progress and needs to be updated before it can be merged. label Jun 17, 2022
@jfversluis jfversluis merged commit b4f3eed into 5.0.0 Jun 24, 2022
@jfversluis jfversluis deleted the fix_rtl_tablet_android branch June 24, 2022 08:09
This pull request was closed.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Bug] [Android] Flyout Page with "split" FlyoutLayoutBehavior + Right-to-Left in Xamarin.Forms V5
3 participants