[tor-commits] [orbot/master] improve bridge dialog display

n8fr8 at torproject.org n8fr8 at torproject.org
Mon Oct 24 20:54:08 UTC 2016


commit c76d935cc3499086051219b1d7b91cbbb26d9bbe
Author: Nathan Freitas <nathan at freitas.net>
Date:   Mon Oct 24 15:31:41 2016 -0400

    improve bridge dialog display
---
 app/src/main/res/layout/layout_diag.xml | 2 +-
 app/src/main/res/values/arrays.xml      | 1 -
 2 files changed, 1 insertion(+), 2 deletions(-)

diff --git a/app/src/main/res/layout/layout_diag.xml b/app/src/main/res/layout/layout_diag.xml
index c19a5b1..df38971 100644
--- a/app/src/main/res/layout/layout_diag.xml
+++ b/app/src/main/res/layout/layout_diag.xml
@@ -9,6 +9,6 @@
 		android:layout_width="fill_parent" 
 		android:layout_height="wrap_content"
 		android:textAppearance="?android:attr/textAppearanceMedium"
-		android:layout_margin="9dp"
+		android:layout_margin="3dp"
 		/>
 </ScrollView>
\ No newline at end of file
diff --git a/app/src/main/res/values/arrays.xml b/app/src/main/res/values/arrays.xml
index 30d20c1..7defef0 100644
--- a/app/src/main/res/values/arrays.xml
+++ b/app/src/main/res/values/arrays.xml
@@ -8,7 +8,6 @@
 	    <item>ScrambleSuit</item>
 	    <item>Tunnel through Azure</item>
 	    <item>Tunnel through Amazon</item>
-	    <item>Tunnel through Google</item>
 	    <item>Get New Bridges</item>
 	    <item></item>
 	</string-array>





More information about the tor-commits mailing list