blob: 8e10d62f98875bdd7b3bc93ad17e7460c1a5d546 [file] [log] [blame]
Jorim Jaggibc38a9a2015-05-18 17:36:50 -07001<?xml version="1.0" encoding="utf-8"?>
2
3<!--
4 ~ Copyright (C) 2015 The Android Open Source Project
5 ~
6 ~ Licensed under the Apache License, Version 2.0 (the "License");
7 ~ you may not use this file except in compliance with the License.
8 ~ You may obtain a copy of the License at
9 ~
10 ~ http://www.apache.org/licenses/LICENSE-2.0
11 ~
12 ~ Unless required by applicable law or agreed to in writing, software
13 ~ distributed under the License is distributed on an "AS IS" BASIS,
14 ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
15 ~ See the License for the specific language governing permissions and
16 ~ limitations under the License
17 -->
18<TextView
19 xmlns:android="http://schemas.android.com/apk/res/android"
20 style="@android:style/TextAppearance.Material.Body1"
21 android:layout_width="wrap_content"
22 android:layout_height="wrap_content"
23 android:textColor="?android:attr/textColorSecondary"
24 android:paddingTop="16dp"
25 android:paddingStart="16dp"
26 android:paddingEnd="16dp"
27 android:paddingBottom="16dp"
28 android:selectable="false"
29 android:clickable="false"
30 android:text="@string/assist_footer">
31</TextView>