Hi, Chromium committers. Hope you are doing well!
I'm trying to fix the issue of incorrect hub bottom bar position after this CL's hub layout change.
7056503: [Pinned Tabs] fix blinking effect when search bar is hidden | https://chromium-review.googlesource.com/c/chromium/src/+/7056503
This CL adds a LinearLayout as the container of the hub pane host layout and the bottom bar which is added manually. It can make sure the bottom bar is at the bottom of hub_pane_host_layout and not affect the previous pin tab layout issue.
Please help review, thanks!
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
@hitarth...@google.com or @madhav...@google.com can one of you download this patch and verify it doesn't cause any issues with pinned tabs?
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
@hitarth...@google.com or @madhav...@google.com can one of you download this patch and verify it doesn't cause any issues with pinned tabs?
I have tested the pinned tabs locally. It works fine. Please help verify it again. Thanks!
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
Jingping Sun@hitarth...@google.com or @madhav...@google.com can one of you download this patch and verify it doesn't cause any issues with pinned tabs?
I have tested the pinned tabs locally. It works fine. Please help verify it again. Thanks!
I tested locally too and pinned tabs look fine to me. Thanks.
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Code-Review | +1 |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
<LinearLayout
android:id="@+id/hub_main_container"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:orientation="vertical">@gurm...@google.com We should probably have someone with an XR device test #android-pinned-tabs and check it looks good or update it. We don't have an XR device to test with.
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
Jingping Sun@hitarth...@google.com or @madhav...@google.com can one of you download this patch and verify it doesn't cause any issues with pinned tabs?
Madhav PruthiI have tested the pinned tabs locally. It works fine. Please help verify it again. Thanks!
I tested locally too and pinned tabs look fine to me. Thanks.
Thanks for the test!
LGTM
Thanks for the review! I uploaded a text fix. Please help review again. Thank you very much!
<LinearLayout
android:id="@+id/hub_main_container"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:orientation="vertical">@gurm...@google.com We should probably have someone with an XR device test #android-pinned-tabs and check it looks good or update it. We don't have an XR device to test with.
Yes. Should we align the XR layout with the normal layout? The previous pinned tabs fix only changed the normal layout.
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
<LinearLayout
android:id="@+id/hub_main_container"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:orientation="vertical">Jingping Sun@gurm...@google.com We should probably have someone with an XR device test #android-pinned-tabs and check it looks good or update it. We don't have an XR device to test with.
Yes. Should we align the XR layout with the normal layout? The previous pinned tabs fix only changed the normal layout.
<Space
android:layout_height="@dimen/hub_xr_vertical_gap_between_toolbar_and_host_pane"
android:layout_width="0dp" />This gap might not be feasible to maintain anymore with how pinned tabs in implemented as a carousel at the top of the hub...
<LinearLayout
android:id="@+id/hub_main_container"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:orientation="vertical">Jingping Sun@gurm...@google.com We should probably have someone with an XR device test #android-pinned-tabs and check it looks good or update it. We don't have an XR device to test with.
Calder KitagawaYes. Should we align the XR layout with the normal layout? The previous pinned tabs fix only changed the normal layout.
Yes I think the two need to be aligned.
Don't worry about fixing this Jingping since your change is independent of XR.
| Code-Review | +1 |
Jingping Sun@hitarth...@google.com or @madhav...@google.com can one of you download this patch and verify it doesn't cause any issues with pinned tabs?
Madhav PruthiI have tested the pinned tabs locally. It works fine. Please help verify it again. Thanks!
Jingping SunI tested locally too and pinned tabs look fine to me. Thanks.
Thanks for the test!
Done
<LinearLayout
android:id="@+id/hub_main_container"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:orientation="vertical">Jingping Sun@gurm...@google.com We should probably have someone with an XR device test #android-pinned-tabs and check it looks good or update it. We don't have an XR device to test with.
Calder KitagawaYes. Should we align the XR layout with the normal layout? The previous pinned tabs fix only changed the normal layout.
Calder KitagawaYes I think the two need to be aligned.
Don't worry about fixing this Jingping since your change is independent of XR.
Thank you very much Calder! I think I can create a new CL to align the XR layout and Gurmeet can help test it.
<LinearLayout
android:id="@+id/hub_main_container"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:orientation="vertical">Jingping Sun@gurm...@google.com We should probably have someone with an XR device test #android-pinned-tabs and check it looks good or update it. We don't have an XR device to test with.
Calder KitagawaYes. Should we align the XR layout with the normal layout? The previous pinned tabs fix only changed the normal layout.
Calder KitagawaYes I think the two need to be aligned.
Jingping SunDon't worry about fixing this Jingping since your change is independent of XR.
Thank you very much Calder! I think I can create a new CL to align the XR layout and Gurmeet can help test it.
| Code-Review | +1 |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
<LinearLayout
android:id="@+id/hub_main_container"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:orientation="vertical">Jingping Sun@gurm...@google.com We should probably have someone with an XR device test #android-pinned-tabs and check it looks good or update it. We don't have an XR device to test with.
Calder KitagawaYes. Should we align the XR layout with the normal layout? The previous pinned tabs fix only changed the normal layout.
Calder KitagawaYes I think the two need to be aligned.
Jingping SunDon't worry about fixing this Jingping since your change is independent of XR.
Calder KitagawaThank you very much Calder! I think I can create a new CL to align the XR layout and Gurmeet can help test it.
That would be awesome thanks!
Will change it in another CL.
<Space
android:layout_height="@dimen/hub_xr_vertical_gap_between_toolbar_and_host_pane"
android:layout_width="0dp" />This gap might not be feasible to maintain anymore with how pinned tabs in implemented as a carousel at the top of the hub...
I think we can let @gurm...@google.com to test it in XR device.
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
[Hub Bottombar] Fix the bottom incorrect position issue
Recently, the hub layout's hub_main_container was changed from
LinearLayout to FrameLayout. It caused the bottom bar view can't be
added to the hub layout's bottom. This CL added a new
hub_pane_host_container as the container of hub pane host view and the
bottom bar view which is added manually.
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |