This repository was archived by the owner on Dec 18, 2022. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +10
-7
lines changed
Expand file tree Collapse file tree 2 files changed +10
-7
lines changed Original file line number Diff line number Diff line change 129129 <TextView
130130 android : id =" @+id/dash_text_view_port_control_header"
131131 style =" @style/DashboardTextViewTopPadding"
132- android : layout_marginTop =" 4dp"
132+ android : layout_marginTop =" 8dp"
133+ android : paddingBottom =" 4dp"
133134 android : text =" @string/dashboard_text_view_control_port"
134135 app : layout_constraintEnd_toEndOf =" @+id/dash_text_view_tor_state"
135136 app : layout_constraintStart_toStartOf =" @+id/dash_text_view_tor_state"
148149 <TextView
149150 android : id =" @+id/dash_text_view_port_socks_header"
150151 style =" @style/DashboardTextViewTopPadding"
151- android : layout_marginTop =" 4dp"
152+ android : layout_marginTop =" 8dp"
153+ android : paddingBottom =" 4dp"
152154 android : text =" @string/dashboard_text_view_socks_port"
153155 app : layout_constraintEnd_toEndOf =" @+id/dash_text_view_bandwidth"
154156 app : layout_constraintStart_toStartOf =" @+id/dash_text_view_bandwidth"
167169 <TextView
168170 android : id =" @+id/dash_text_view_port_http_header"
169171 style =" @style/DashboardTextViewTopPadding"
170- android : layout_marginTop =" 4dp"
172+ android : layout_marginTop =" 8dp"
173+ android : paddingBottom =" 4dp"
171174 android : text =" @string/dashboard_text_view_http_port"
172175 app : layout_constraintEnd_toEndOf =" @+id/dash_text_view_tor_network_state"
173176 app : layout_constraintStart_toStartOf =" @+id/dash_text_view_tor_network_state"
Original file line number Diff line number Diff line change 1818 </style >
1919
2020 <style name =" DashboardTextViewTopBotPadding" parent =" DashboardTextView" >
21- <item name =" android:paddingTop" >4dp </item >
22- <item name =" android:paddingBottom" >4dp </item >
21+ <item name =" android:paddingTop" >8dp </item >
22+ <item name =" android:paddingBottom" >8dp </item >
2323 </style >
2424
2525 <style name =" DashboardTextViewBotPadding" parent =" DashboardTextView" >
26- <item name =" android:paddingBottom" >4dp </item >
26+ <item name =" android:paddingBottom" >8dp </item >
2727 </style >
2828
2929 <style name =" DashboardTextViewTopPadding" parent =" DashboardTextView" >
30- <item name =" android:paddingTop" >4dp </item >
30+ <item name =" android:paddingTop" >8dp </item >
3131 </style >
3232
3333 <style name =" SpinnerTextView" >
You can’t perform that action at this time.
0 commit comments