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

[iOS] support Button Shapes accessibility to tabItems (fix tab design bug) #1029

Merged

Conversation

yuukiw00w
Copy link
Contributor

@yuukiw00w yuukiw00w commented Sep 10, 2024

Overview (Required)

  • support Button Shapes accessibility to tabItems (fix tab design bug)
  • This fix also expands the tap area of the tab buttons, making them easier to tap.
  • I changed the width of the entire tab to be determined by padding relative to the device's width. If need to make the width larger for design purposes, can adjust the padding. (Of course, I can also revert the width setting to a fixed value.
    I made the width based on padding relative to the device's width because I felt that it looks a bit nicer, as the tab width becomes wider and more responsive on larger devices. However, this is a personal preference and may vary from person to person.)

Screenshot (Optional if screenshot test is present or unrelated to UI)

Before After
before1 after1
before2 after2

Copy link
Member

@ry-itto ry-itto left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!! Thank you for contributing 🙏🏼

@ry-itto ry-itto merged commit 1893551 into DroidKaigi:main Sep 11, 2024
5 checks passed
@yuukiw00w yuukiw00w deleted the ios/support-button-shapes-accessibility branch September 11, 2024 04:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants