| <?xml version="1.0" encoding="utf-8"?> |
| <!-- Copyright 2015 The Chromium Authors. All rights reserved. |
| Use of this source code is governed by a BSD-style license that can be |
| found in the LICENSE file. --> |
| |
| <!-- Contextual Search search context view. --> |
| <LinearLayout |
| xmlns:android="http://schemas.android.com/apk/res/android" |
| android:id="@+id/contextual_search_context_view" |
| style="@style/ContextualSearchTextViewLayout" |
| android:gravity="center" > |
| <!-- Search Bar Text --> |
| <TextView |
| android:id="@+id/selected_text" |
| style="@style/ContextualSearchTextView" |
| android:layout_width="wrap_content" |
| android:layout_marginStart="7dp" |
| android:layout_marginEnd="5dp" |
| android:gravity="center_horizontal" /> |
| <TextView |
| android:id="@+id/surrounding_text_end" |
| style="@style/ContextualSearchContextTextView" |
| android:layout_marginEnd="7dp" |
| android:gravity="start" /> |
| </LinearLayout> |