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_height="wrap_content"
|
||||||
android:layout_alignParentLeft="true"
|
android:layout_alignParentLeft="true"
|
||||||
android:layout_below="@+id/trafficDownLabel"
|
android:layout_below="@+id/trafficDownLabel"
|
||||||
android:textSize="24sp"
|
android:textSize="20sp"
|
||||||
android:gravity="center_vertical|center_horizontal"
|
android:gravity="center_vertical|center_horizontal"
|
||||||
android:textStyle="bold" />
|
android:textStyle="bold" />
|
||||||
<TextView
|
<TextView
|
||||||
|
@ -102,7 +102,7 @@
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:layout_alignParentRight="true"
|
android:layout_alignParentRight="true"
|
||||||
android:layout_below="@+id/trafficUpLabel"
|
android:layout_below="@+id/trafficUpLabel"
|
||||||
android:textSize="24sp"
|
android:textSize="20sp"
|
||||||
android:gravity="center_vertical|center_horizontal"
|
android:gravity="center_vertical|center_horizontal"
|
||||||
android:textStyle="bold" />
|
android:textStyle="bold" />
|
||||||
</RelativeLayout>
|
</RelativeLayout>
|
||||||
|
|
|
@ -198,7 +198,6 @@ android:summary="@string/enable_debug_log_to_output_must_use_adb_or_alogcat_to_v
|
||||||
android:enabled="true"></CheckBoxPreference>
|
android:enabled="true"></CheckBoxPreference>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<CheckBoxPreference
|
<CheckBoxPreference
|
||||||
android:defaultValue="false"
|
android:defaultValue="false"
|
||||||
android:key="pref_use_sys_iptables"
|
android:key="pref_use_sys_iptables"
|
||||||
|
@ -206,6 +205,7 @@ android:summary="@string/pref_use_sys_iptables_summary"
|
||||||
android:enabled="true"
|
android:enabled="true"
|
||||||
android:title="@string/pref_use_sys_iptables_title"/>
|
android:title="@string/pref_use_sys_iptables_title"/>
|
||||||
|
|
||||||
|
<!--
|
||||||
<CheckBoxPreference
|
<CheckBoxPreference
|
||||||
android:defaultValue="false"
|
android:defaultValue="false"
|
||||||
android:key="pref_transparent_port_fallback"
|
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:summary="@string/pref_transparent_port_summary"
|
||||||
android:dialogTitle="@string/pref_transparent_port_dialog"
|
android:dialogTitle="@string/pref_transparent_port_dialog"
|
||||||
/>
|
/>
|
||||||
|
-->
|
||||||
</PreferenceCategory>
|
</PreferenceCategory>
|
||||||
</PreferenceScreen>
|
</PreferenceScreen>
|
||||||
|
|
Loading…
Reference in New Issue