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

fix(android): fix global header/footer title in ListView #14175

Merged
merged 3 commits into from
Jan 28, 2025

Conversation

prashantsaini1
Copy link
Contributor

Replacing this PR

  1. Fix ListView's headerTitle and footerTitle alignment.
  2. Reuse some repeated code.
  3. Set headerTitle/footerTitle attributes only when corresponding property is available.

Copy link
Contributor

@m1ga m1ga left a comment

Choose a reason for hiding this comment

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

Nice PR 👍

Tested:

don't have any app that is using complex header/footer views so I can just rely on the example projects/code.

Most of the code changes are due to the optimizing (well done 👍 ), the "reset layout" parts should be the main fix for the issue and that works fine.

@hansemannn hansemannn merged commit 098f8c2 into tidev:master Jan 28, 2025
5 checks passed
hansemannn pushed a commit that referenced this pull request Feb 3, 2025
* fix(android): fix ListView's header and footer title alignment

* fix(android): set title attributes only when required

* chore: reuse same code
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants