[or-cvs] r22853: {} added new proxy settings layout xml (projects/android/trunk/Orbot/res/layout)

Nathan Freitas nathan at freitas.net
Tue Aug 10 16:44:15 UTC 2010


Author: n8fr8
Date: 2010-08-10 16:44:14 +0000 (Tue, 10 Aug 2010)
New Revision: 22853

Added:
   projects/android/trunk/Orbot/res/layout/layout_wizard_proxy_help.xml
Log:
added new proxy settings layout xml

Added: projects/android/trunk/Orbot/res/layout/layout_wizard_proxy_help.xml
===================================================================
--- projects/android/trunk/Orbot/res/layout/layout_wizard_proxy_help.xml	                        (rev 0)
+++ projects/android/trunk/Orbot/res/layout/layout_wizard_proxy_help.xml	2010-08-10 16:44:14 UTC (rev 22853)
@@ -0,0 +1,24 @@
+<?xml version="1.0" encoding="utf-8"?>
+
+
+<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
+    android:orientation="vertical"
+    android:layout_width="fill_parent"
+    android:layout_height="wrap_content">
+	<ScrollView android:id="@+id/helpscrollview" 
+		android:orientation="vertical"
+		android:layout_width="fill_parent" 
+		android:layout_height="fill_parent">    
+		<LinearLayout
+		    android:orientation="vertical"
+		    android:layout_width="fill_parent"
+		    android:layout_height="fill_parent"
+		    android:padding="3px">
+<TextView android:text="@string/wizard_proxy_help_msg" 	android:textColor="#ffffff" android:id="@+id/WizardRootTextView01" android:layout_width="wrap_content" android:layout_height="wrap_content"></TextView>
+
+
+
+			</LinearLayout>
+		</ScrollView>			
+</LinearLayout>
+



More information about the tor-commits mailing list