merge in OI distribution
[android_pandora.git] / apps / oi-filemanager / FileManager / res / layout / oi_distribution_eula.xml
diff --git a/apps/oi-filemanager/FileManager/res/layout/oi_distribution_eula.xml b/apps/oi-filemanager/FileManager/res/layout/oi_distribution_eula.xml
new file mode 100644 (file)
index 0000000..7d7c2b0
--- /dev/null
@@ -0,0 +1,79 @@
+<?xml version="1.0" encoding="utf-8"?>\r
+<!-- \r
+ * Copyright (C) 2007-2009 OpenIntents.org\r
+ *\r
+ * Licensed under the Apache License, Version 2.0 (the "License");\r
+ * you may not use this file except in compliance with the License.\r
+ * You may obtain a copy of the License at\r
+ *\r
+ *      http://www.apache.org/licenses/LICENSE-2.0\r
+ *\r
+ * Unless required by applicable law or agreed to in writing, software\r
+ * distributed under the License is distributed on an "AS IS" BASIS,\r
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r
+ * See the License for the specific language governing permissions and\r
+ * limitations under the License.\r
+ -->\r
+<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"\r
+    android:orientation="vertical"\r
+    android:layout_width="fill_parent"\r
+    android:layout_height="fill_parent"\r
+    >\r
+       <TextView  \r
+                           android:id="@+id/text1"\r
+                           android:textAppearance="?android:attr/textAppearanceLarge"\r
+                               android:layout_height="wrap_content"\r
+                               android:layout_width="fill_parent" \r
+                           android:text="@string/oi_distribution_eula_title"\r
+                       android:gravity="center"\r
+                           android:textStyle="bold"\r
+                           android:textColor="#ffffffff"\r
+                           android:layout_marginTop="10dip"\r
+                           android:layout_marginBottom="10dip"\r
+                               /><!-- \r
+                           android:layout_height="34dip"  -->\r
+               <ScrollView\r
+                               android:layout_width="fill_parent"\r
+                               android:layout_height="0dip"\r
+                               android:layout_weight="1"\r
+                           android:layout_marginBottom="10dip"\r
+                               android:layout_marginLeft="5dip"\r
+                       >\r
+                       <LinearLayout\r
+                               android:id="@+id/container1"\r
+                               android:orientation="vertical"\r
+                               android:layout_width="fill_parent"\r
+                               android:layout_height="wrap_content"\r
+                               >\r
+                               <ImageView android:id="@+id/imageview"\r
+                                       android:layout_width="wrap_content"\r
+                                       android:layout_height="wrap_content"\r
+                                       android:layout_gravity="center"\r
+                                       />\r
+                               <TextView  \r
+                                   android:id="@+id/text2"\r
+                                       android:layout_width="wrap_content"\r
+                                   android:layout_height="wrap_content"\r
+                               android:textStyle="bold"\r
+                                   android:textColor="#ffffffff"\r
+                                   android:layout_marginLeft="10dip"\r
+                                   android:layout_marginRight="10dip"\r
+                                   android:layout_marginTop="10dip"\r
+                                   android:layout_marginBottom="10dip"\r
+                                       />\r
+                               <TextView  \r
+                                   android:id="@+id/text"\r
+                                       android:layout_width="wrap_content" \r
+                                   android:layout_height="wrap_content" \r
+                                   android:autoLink="web"\r
+                               android:bufferType="spannable"\r
+                                   android:textColor="#ffffffff"\r
+                                   android:layout_marginLeft="10dip"\r
+                                   android:layout_marginRight="10dip"\r
+                                   android:layout_marginTop="10dip"\r
+                                   android:layout_marginBottom="10dip"\r
+                                       />\r
+                       </LinearLayout>
+               </ScrollView>\r
+               <include layout="@layout/oi_distribution_buttonbar" android:id="@+id/buttonbar"/>               \r
+</LinearLayout>
\ No newline at end of file