chromium/chrome/browser/ui/android/google_bottom_bar/java/res/layout/google_bottom_bar_even.xml

<?xml version="1.0" encoding="utf-8"?>
<!--
Copyright 2024 The Chromium Authors
Use of this source code is governed by a BSD-style license that can be
found in the LICENSE file.
-->
<!--TODO: update image Icon contentDescription for accessibility-->
<!--TODO: move page_insights_icon to its own resource target-->
<LinearLayout
    xmlns:android="http://schemas.android.com/apk/res/android"
    android:id="@+id/google_bottom_bar_container"
    android:layout_width="match_parent"
    android:layout_height="@dimen/google_bottom_bar_buttons_container_height"
    android:background="@color/google_bottom_bar_background_color"
    android:baselineAligned="false"
    android:orientation="horizontal">
</LinearLayout>