Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

EmojiSearch Text widget’s default alignment is different between iOS and Android #1414

Open
JakeWharton opened this issue Aug 18, 2023 · 3 comments

Comments

@JakeWharton
Copy link
Collaborator

Android is top-start. iOS is middle-start.

iOS:
uikit

Android (views):
views

(Compose UI is the same on Android)

@JakeWharton
Copy link
Collaborator Author

I'll also note this is in the Emoji sample. I replaced its root composable with a Text so I'm assuming this is the default behavior.

@swankjesse
Copy link
Collaborator

I’ve fixed the platform stuff. We still have a layout problem with the Text binding in EmojiSearch. We can fix it like so:
#2332

@swankjesse swankjesse changed the title TreehouseView default alignment is different between iOS and Android EmojiSearch Text widget’s default alignment is different between iOS and Android Sep 26, 2024
@JakeWharton
Copy link
Collaborator Author

Let's unify both with #2275!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants