layout clean-up on datastats display
This commit is contained in:
parent
9ccedc2e63
commit
1d8efbfca4
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue