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/ContextualSearchTextViewLayout" >
12 android:id="@+id/contextual_search_term"
13 style="@style/ContextualSearchTextView"
14 android:layout_width="match_parent"
15 android:layout_gravity="bottom"
16 android:background="#FFF"
17 android:layout_marginStart="7dp"
18 android:layout_marginEnd="7dp" />