[tor-commits] r24634: {projects} added Privoxy info and link to about dialog (projects/android/trunk/Orbot/res/layout)

Nathan Freitas nathan at freitas.net
Sat Apr 16 13:21:22 UTC 2011


Author: n8fr8
Date: 2011-04-16 13:21:22 +0000 (Sat, 16 Apr 2011)
New Revision: 24634

Modified:
   projects/android/trunk/Orbot/res/layout/layout_about.xml
Log:
added Privoxy info and link to about dialog


Modified: projects/android/trunk/Orbot/res/layout/layout_about.xml
===================================================================
--- projects/android/trunk/Orbot/res/layout/layout_about.xml	2011-04-16 13:16:49 UTC (rev 24633)
+++ projects/android/trunk/Orbot/res/layout/layout_about.xml	2011-04-16 13:21:22 UTC (rev 24634)
@@ -94,7 +94,13 @@
 				android:textColorLink="#ffffff"
 				android:paddingLeft="15px"	
 				android:textColor="#ffffff" />	
-							
+			<TextView android:text="Privoxy v3.0.12: http://www.privoxy.org"
+				android:layout_width="fill_parent" 
+				android:layout_height="wrap_content"
+				android:autoLink="web"
+				android:textColorLink="#ffffff"
+				android:paddingLeft="15px"	
+				android:textColor="#ffffff" />					
 			</LinearLayout>
 		</ScrollView>			
 </LinearLayout>



More information about the tor-commits mailing list