merge in OI distribution
[android_pandora.git] / apps / oi-filemanager / FileManager / res / layout / oi_distribution_eula.xml
1 <?xml version="1.0" encoding="utf-8"?>\r
2 <!-- \r
3  * Copyright (C) 2007-2009 OpenIntents.org\r
4  *\r
5  * Licensed under the Apache License, Version 2.0 (the "License");\r
6  * you may not use this file except in compliance with the License.\r
7  * You may obtain a copy of the License at\r
8  *\r
9  *      http://www.apache.org/licenses/LICENSE-2.0\r
10  *\r
11  * Unless required by applicable law or agreed to in writing, software\r
12  * distributed under the License is distributed on an "AS IS" BASIS,\r
13  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r
14  * See the License for the specific language governing permissions and\r
15  * limitations under the License.\r
16  -->\r
17 <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"\r
18     android:orientation="vertical"\r
19     android:layout_width="fill_parent"\r
20     android:layout_height="fill_parent"\r
21     >\r
22         <TextView  \r
23                             android:id="@+id/text1"\r
24                             android:textAppearance="?android:attr/textAppearanceLarge"\r
25                                 android:layout_height="wrap_content"\r
26                                 android:layout_width="fill_parent" \r
27                             android:text="@string/oi_distribution_eula_title"\r
28                         android:gravity="center"\r
29                             android:textStyle="bold"\r
30                             android:textColor="#ffffffff"\r
31                             android:layout_marginTop="10dip"\r
32                             android:layout_marginBottom="10dip"\r
33                                 /><!-- \r
34                             android:layout_height="34dip"  -->\r
35                 <ScrollView\r
36                                 android:layout_width="fill_parent"\r
37                                 android:layout_height="0dip"\r
38                                 android:layout_weight="1"\r
39                             android:layout_marginBottom="10dip"\r
40                                 android:layout_marginLeft="5dip"\r
41                         >\r
42                         <LinearLayout\r
43                                 android:id="@+id/container1"\r
44                                 android:orientation="vertical"\r
45                                 android:layout_width="fill_parent"\r
46                                 android:layout_height="wrap_content"\r
47                                 >\r
48                                 <ImageView android:id="@+id/imageview"\r
49                                         android:layout_width="wrap_content"\r
50                                         android:layout_height="wrap_content"\r
51                                         android:layout_gravity="center"\r
52                                         />\r
53                                 <TextView  \r
54                                     android:id="@+id/text2"\r
55                                         android:layout_width="wrap_content"\r
56                                     android:layout_height="wrap_content"\r
57                                 android:textStyle="bold"\r
58                                     android:textColor="#ffffffff"\r
59                                     android:layout_marginLeft="10dip"\r
60                                     android:layout_marginRight="10dip"\r
61                                     android:layout_marginTop="10dip"\r
62                                     android:layout_marginBottom="10dip"\r
63                                         />\r
64                                 <TextView  \r
65                                     android:id="@+id/text"\r
66                                         android:layout_width="wrap_content" \r
67                                     android:layout_height="wrap_content" \r
68                                     android:autoLink="web"\r
69                                 android:bufferType="spannable"\r
70                                     android:textColor="#ffffffff"\r
71                                     android:layout_marginLeft="10dip"\r
72                                     android:layout_marginRight="10dip"\r
73                                     android:layout_marginTop="10dip"\r
74                                     android:layout_marginBottom="10dip"\r
75                                         />\r
76                         </LinearLayout>
77                 </ScrollView>\r
78                 <include layout="@layout/oi_distribution_buttonbar" android:id="@+id/buttonbar"/>               \r
79 </LinearLayout>