blob: 88a7513e6750c5fc87e987b9f249ac5b8c394161 [file]
<?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. -->
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:paddingTop="4dp" >
<TextView
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:paddingTop="8dp"
android:paddingStart="16dp"
android:paddingEnd="16dp"
android:paddingBottom="8dp"
android:gravity="start|center_vertical"
android:text="@string/powered_by_chrome_message"
android:maxLines="1"
style="@style/TextAppearance.BlackCaption" />
<View
android:layout_width="match_parent"
android:layout_height="1dp"
android:background="#e0e0e0" />
</FrameLayout>