1 <?xml version="1.0" encoding="utf-8"?>
2 <!-- Copyright 2015 The Chromium Authors. All rights reserved.
3 Use of this source code is governed by a BSD-style license that can be
4 found in the LICENSE file. -->
6 <!-- Contextual Search search term view. -->
8 xmlns:android="http://schemas.android.com/apk/res/android"
9 android:id="@+id/contextual_search_term_view"
10 style="@style/ContextualSearchTextView"
11 android:layout_width="match_parent"
12 android:layout_height="wrap_content"
13 android:layout_gravity="bottom"
14 android:background="#FFF"
15 android:paddingStart="60dp"
16 android:paddingEnd="60dp"
17 android:visibility="invisible" />