blob: 74c020a29c60b9273a826066aa6a8c7f78ac6bc1 [file] [log] [blame]
Fabian Kozynski9aa23af2020-02-05 17:47:47 -05001<?xml version="1.0" encoding="utf-8"?>
2<!--
Fabian Kozynski443149b2020-02-28 14:14:32 -05003 ~ Copyright (C) 2020 The Android Open Source Project
Fabian Kozynski9aa23af2020-02-05 17:47:47 -05004 ~
5 ~ Licensed under the Apache License, Version 2.0 (the "License");
6 ~ you may not use this file except in compliance with the License.
7 ~ You may obtain a copy of the License at
8 ~
9 ~ http://www.apache.org/licenses/LICENSE-2.0
10 ~
11 ~ Unless required by applicable law or agreed to in writing, software
12 ~ distributed under the License is distributed on an "AS IS" BASIS,
13 ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14 ~ See the License for the specific language governing permissions and
15 ~ limitations under the License.
16 -->
17<TextView
18 xmlns:android="http://schemas.android.com/apk/res/android"
19 android:layout_width="match_parent"
20 android:layout_height="wrap_content"
Fabian Kozynski6936cd12020-04-30 12:14:03 -040021 android:textAppearance="@style/TextAppearance.Control.Management.Subtitle"
22 android:layout_marginTop="@dimen/controls_management_zone_top_margin"
Fabian Kozynski9aa23af2020-02-05 17:47:47 -050023 android:layout_marginBottom="4dp">
Fabian Kozynski9aa23af2020-02-05 17:47:47 -050024</TextView>