1 <?xml version="1.0" encoding="utf-8"?>
\r
3 * Copyright (C) 2007-2009 OpenIntents.org
\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
9 * http://www.apache.org/licenses/LICENSE-2.0
\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
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
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
34 android:layout_height="34dip" -->
\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
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
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
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
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
78 <include layout="@layout/oi_distribution_buttonbar" android:id="@+id/buttonbar"/>
\r