blob: 36afd34efc44ef0b66c917b40ae85a6fc574f043 [file] [log] [blame]
Nick Pelly09e9cba2009-07-10 18:45:13 -07001<?xml version="1.0" encoding="utf-8"?>
Jaikumar Ganesh53647ab2009-09-11 16:20:52 -07002<!--
3/*
4** Copyright 2009, 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-->
19
20<ScrollView
21 xmlns:android="http://schemas.android.com/apk/res/android"
Romain Guyc85d5342010-01-08 15:06:41 -080022 android:layout_height="match_parent"
Alan Viverette8c2499c2015-05-29 10:35:17 -070023 android:layout_width="match_parent"
24 android:paddingTop="18dp"
25 android:clipToPadding="false">
Jaikumar Ganesh53647ab2009-09-11 16:20:52 -070026
27 <LinearLayout
Romain Guyc85d5342010-01-08 15:06:41 -080028 android:layout_width="match_parent"
Alan Viverette8c2499c2015-05-29 10:35:17 -070029 android:layout_height="wrap_content"
Jaikumar Ganesh53647ab2009-09-11 16:20:52 -070030 android:orientation="vertical">
31
32 <TextView
33 android:id="@+id/content"
Romain Guyc85d5342010-01-08 15:06:41 -080034 android:layout_width="match_parent"
Jaikumar Ganesh53647ab2009-09-11 16:20:52 -070035 android:layout_height="wrap_content"
Alan Viverette8c2499c2015-05-29 10:35:17 -070036 android:paddingEnd="?android:attr/dialogPreferredPadding"
37 android:paddingStart="?android:attr/dialogPreferredPadding"
38 style="@android:style/TextAppearance.Material.Subhead" />
Jaikumar Ganesh53647ab2009-09-11 16:20:52 -070039
40 </LinearLayout>
41
42</ScrollView>
Jackson Fanaf9af3c2009-07-15 14:03:39 +080043