| <?xml version="1.0" encoding="utf-8"?> |
| <!-- Copyright 2021 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. --> |
| |
| <LinearLayout |
| xmlns:android="http://schemas.android.com/apk/res/android" |
| android:layout_width="match_parent" |
| android:layout_height="match_parent" |
| android:orientation="vertical" |
| android:paddingTop="24dp"> |
| <TextView |
| android:id="@+id/text" |
| android:layout_height="wrap_content" |
| android:layout_width="wrap_content" |
| android:maxWidth="@dimen/fullscreen_notification_max_width" |
| android:layout_gravity="center" |
| android:background="@drawable/pill_background" |
| android:textAppearance="@style/TextAppearance.Toast" |
| android:paddingStart="20dp" |
| android:paddingEnd="20dp" |
| android:paddingTop="8dp" |
| android:paddingBottom="8dp" |
| android:textAlignment="center" |
| android:text="@string/immersive_fullscreen_api_notification"/> |
| </LinearLayout> |