mirror of
https://github.com/TimeCrafters/TimeCraftersConfigurationTool.git
synced 2025-12-16 13:32:35 +00:00
Made all dialogs content be inside a ScrollView, ServerDialog data now updates, working basic server, misc. changes.
This commit is contained in:
@@ -66,12 +66,12 @@
|
||||
android:orientation="vertical">
|
||||
|
||||
<TextView
|
||||
android:id="@+id/total_data_out"
|
||||
android:id="@+id/client_status"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_weight="1"
|
||||
android:text="0"
|
||||
android:textColor="@color/dialogLabel"/>
|
||||
android:textColor="@color/dialogLabel" />
|
||||
|
||||
<TextView
|
||||
android:id="@+id/total_packets_in"
|
||||
@@ -79,23 +79,7 @@
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_weight="1"
|
||||
android:text="0"
|
||||
android:textColor="@color/dialogLabel"/>
|
||||
|
||||
<TextView
|
||||
android:id="@+id/total_data_in"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_weight="1"
|
||||
android:text="0"
|
||||
android:textColor="@color/dialogLabel"/>
|
||||
|
||||
<TextView
|
||||
android:id="@+id/client_status"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_weight="1"
|
||||
android:text="0"
|
||||
android:textColor="@color/dialogLabel"/>
|
||||
android:textColor="@color/dialogLabel" />
|
||||
|
||||
<TextView
|
||||
android:id="@+id/total_packets_out"
|
||||
@@ -103,7 +87,24 @@
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_weight="1"
|
||||
android:text="0"
|
||||
android:textColor="@color/dialogLabel" />
|
||||
|
||||
<TextView
|
||||
android:id="@+id/total_data_in"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_weight="1"
|
||||
android:text="0"
|
||||
android:textColor="@color/dialogLabel" />
|
||||
|
||||
<TextView
|
||||
android:id="@+id/total_data_out"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_weight="1"
|
||||
android:text="0"
|
||||
android:textColor="@color/dialogLabel"/>
|
||||
|
||||
</LinearLayout>
|
||||
|
||||
</LinearLayout>
|
||||
|
||||
Reference in New Issue
Block a user