blob: c95eb6a00be01a9252c11c69eefbd5e7d2aaeb15 [file] [log] [blame]
Irfan Sheriff2ff62e22009-12-03 10:53:50 -08001<?xml version="1.0" encoding="utf-8"?>
2<!-- Copyright (C) 2009 The Android Open Source Project
3
4 Licensed under the Apache License, Version 2.0 (the "License");
5 you may not use this file except in compliance with the License.
6 You may obtain a copy of the License at
7
8 http://www.apache.org/licenses/LICENSE-2.0
9
10 Unless required by applicable law or agreed to in writing, software
11 distributed under the License is distributed on an "AS IS" BASIS,
12 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13 See the License for the specific language governing permissions and
14 limitations under the License.
15-->
16<ScrollView xmlns:android="http://schemas.android.com/apk/res/android"
Romain Guy33787152010-01-08 15:07:10 -080017 android:layout_width="match_parent"
18 android:layout_height="match_parent" >
Irfan Sheriff2ff62e22009-12-03 10:53:50 -080019
20
21 <LinearLayout style="@style/info_layout">
22
23 <LinearLayout style="@style/entry_layout">
24 <TextView android:text="@string/config_list_label" style="@style/info_label" />
25 </LinearLayout>
26
27 <LinearLayout style="@style/entry_layout">
28 <TextView android:id="@+id/config_list" style="@style/info_value" />
29 </LinearLayout>
30 </LinearLayout>
31
32</ScrollView>
33