| <?xml version="1.0" encoding="utf-8"?> |
| <!-- Copyright 2018 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. --> |
| |
| <!-- Ephemeral Tab bar text --> |
| <!-- TODO(jinsukkim): Define Ephemeral Tab's own text view style --> |
| <FrameLayout |
| xmlns:android="http://schemas.android.com/apk/res/android" |
| android:id="@+id/ephemeral_tab_text_view" |
| style="@style/ContextualSearchTextViewLayout" > |
| <TextView |
| android:id="@+id/ephemeral_tab_text" |
| style="@style/ContextualSearchTextView" |
| android:layout_width="match_parent" |
| android:layout_gravity="bottom" |
| android:background="@color/overlay_panel_bar_background_color" |
| android:layout_marginStart="7dp" |
| android:layout_marginEnd="7dp" /> |
| </FrameLayout> |