You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 20, 2023. It is now read-only.
LibrarySiteItemView extends ConstraintLayout and inflates library_site_item.xml inside of it. However, library_site_item.xml contains a ConstraintLayout in its top level, resulting in an unnecessary ConstraintLayout being inflated. This looks like a good candidate for using a <merge> tag in the xml.
person808
changed the title
LibrarySiteItemView unnecessarilly nests ConstraintLayouts
LibrarySiteItemView unnecessarily nests ConstraintLayouts
Aug 7, 2020
data-sync-user
changed the title
LibrarySiteItemView unnecessarily nests ConstraintLayouts
FNX3-23083 ⁃ LibrarySiteItemView unnecessarily nests ConstraintLayouts
Aug 11, 2020
data-sync-user
changed the title
FNX3-23083 ⁃ LibrarySiteItemView unnecessarily nests ConstraintLayouts
FNX-14589 ⁃ LibrarySiteItemView unnecessarily nests ConstraintLayouts
Aug 11, 2020
Did not realize this creates two layouts, oops. We're planning to replace library_site_item.xml with a shared UI component (#8765) so the better solution may be to just delegate to that instead.
See: #17373 This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
LibrarySiteItemView extends ConstraintLayout and inflates
library_site_item.xml
inside of it. However,library_site_item.xml
contains a ConstraintLayout in its top level, resulting in an unnecessary ConstraintLayout being inflated. This looks like a good candidate for using a<merge>
tag in the xml.┆Issue is synchronized with this Jira Task
The text was updated successfully, but these errors were encountered: