chromium/chrome/android/java/res/layout/contextual_search_term_view.xml

<?xml version="1.0" encoding="utf-8"?>
<!--
Copyright 2015 The Chromium Authors
Use of this source code is governed by a BSD-style license that can be
found in the LICENSE file.
-->

<!-- Contextual Search search term view. -->
<FrameLayout
    xmlns:android="http://schemas.android.com/apk/res/android"
    android:id="@+id/contextual_search_term_view"
    style="@style/ContextualSearchTextViewLayout" >
    <TextView
        android:id="@+id/contextual_search_term"
        style="@style/ContextualSearchTextView"
        android:layout_width="match_parent"
        android:layout_gravity="bottom"
        android:background="@macro/overlay_panel_bar_background_color"
        android:layout_marginStart="7dp"
        android:layout_marginEnd="7dp" />
</FrameLayout>