Roll src/third_party/WebKit 3529d49:06e8485 (svn 202554:202555)
[chromium-blink-merge.git] / chrome / android / java / res / layout / contextual_search_term_view.xml
blobacaf0c31358c400258724e517a7d25d8c155a25f
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. -->
7 <FrameLayout
8     xmlns:android="http://schemas.android.com/apk/res/android"
9     android:id="@+id/contextual_search_term_view"
10     style="@style/ContextualSearchTextViewLayout" >
11     <TextView
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" />
19 </FrameLayout>