| <?xml version="1.0" encoding="utf-8"?> |
| <!-- Copyright 2019 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. --> |
| |
| <org.chromium.components.browser_ui.widget.ViewResourceFrameLayout |
| xmlns:android="http://schemas.android.com/apk/res/android" |
| android:id="@+id/status_indicator" |
| android:layout_width="match_parent" |
| android:layout_height="wrap_content" |
| android:background="@android:color/black"> |
| |
| <org.chromium.components.browser_ui.widget.text.TextViewWithCompoundDrawables |
| android:id="@+id/status_text" |
| android:layout_width="wrap_content" |
| android:layout_height="wrap_content" |
| android:layout_gravity="center" |
| android:minHeight="20dp" |
| android:textAlignment="center" |
| android:drawablePadding="8dp" /> |
| </org.chromium.components.browser_ui.widget.ViewResourceFrameLayout> |