[tor-commits] [orbot/master] layout clean-up on datastats display

n8fr8 at torproject.org n8fr8 at torproject.org
Mon Oct 1 07:41:26 UTC 2012


commit 1d8efbfca4352566a2a287c6c10f47791f035478
Author: n8fr8 <nathan at freitas.net>
Date:   Sun Sep 30 23:57:46 2012 +0530

    layout clean-up on datastats display
---
 res/layout/layout_main.xml |    4 ++--
 res/xml/preferences.xml    |    3 ++-
 2 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/res/layout/layout_main.xml b/res/layout/layout_main.xml
index f73d79c..205dbe0 100644
--- a/res/layout/layout_main.xml
+++ b/res/layout/layout_main.xml
@@ -92,7 +92,7 @@
 			android:layout_height="wrap_content"
 			android:layout_alignParentLeft="true"
 			android:layout_below="@+id/trafficDownLabel"
-			android:textSize="24sp"
+			android:textSize="20sp"
 			android:gravity="center_vertical|center_horizontal"
 			android:textStyle="bold" />
 		<TextView
@@ -102,7 +102,7 @@
 			android:layout_height="wrap_content"
 			android:layout_alignParentRight="true"
 			android:layout_below="@+id/trafficUpLabel"
-			android:textSize="24sp"
+			android:textSize="20sp"
 			android:gravity="center_vertical|center_horizontal"
 			android:textStyle="bold" />
     </RelativeLayout>		
diff --git a/res/xml/preferences.xml b/res/xml/preferences.xml
index a046e08..96fe78f 100644
--- a/res/xml/preferences.xml
+++ b/res/xml/preferences.xml
@@ -198,7 +198,6 @@ android:summary="@string/enable_debug_log_to_output_must_use_adb_or_alogcat_to_v
 android:enabled="true"></CheckBoxPreference>
 
 
-
 <CheckBoxPreference
 android:defaultValue="false" 
 android:key="pref_use_sys_iptables"
@@ -206,6 +205,7 @@ android:summary="@string/pref_use_sys_iptables_summary"
 android:enabled="true" 
 android:title="@string/pref_use_sys_iptables_title"/>
 
+<!-- 
 <CheckBoxPreference
 android:defaultValue="false" 
 android:key="pref_transparent_port_fallback"
@@ -219,5 +219,6 @@ android:title="@string/pref_transparent_port_title"
 android:summary="@string/pref_transparent_port_summary"
 android:dialogTitle="@string/pref_transparent_port_dialog"
 />
+ -->
 </PreferenceCategory>
 </PreferenceScreen>





More information about the tor-commits mailing list