blob: a45e1c1fa53a1d878c9b9dafebfe9f5c98505316 [file] [log] [blame]
<?xml version="1.0" encoding="utf-8"?>
<!-- Copyright 2013 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.
-->
<TextView xmlns:android="http://schemas.android.com/apk/res/android"
android:gravity="center_vertical"
android:maxLines="1"
android:minHeight="@dimen/infobar_touch_target_height"
android:paddingBottom="@dimen/infobar_margin"
android:paddingStart="@dimen/infobar_margin"
android:paddingEnd="@dimen/infobar_margin"
android:paddingTop="@dimen/infobar_margin"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:textSize="@dimen/infobar_text_size"
android:textColor="@color/infobar_text" />