Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/quite/mumla.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Lublin <daniel@lublin.se>2020-04-04 10:44:18 +0300
committerDaniel Lublin <daniel@lublin.se>2020-04-04 10:44:40 +0300
commit02f29a8495cf9f856869d76abb68572472b472b9 (patch)
treea16e160233274fc7b747df43f0adf7888ee1de1f
parentbb9a4a292cca31b88aef57256cda54336c49c113 (diff)
Make these default layout values dummy
-rw-r--r--app/src/main/res/layout/fragment_server_info.xml16
1 files changed, 8 insertions, 8 deletions
diff --git a/app/src/main/res/layout/fragment_server_info.xml b/app/src/main/res/layout/fragment_server_info.xml
index 9c3f31b..4007dec 100644
--- a/app/src/main/res/layout/fragment_server_info.xml
+++ b/app/src/main/res/layout/fragment_server_info.xml
@@ -38,7 +38,7 @@
android:id="@+id/server_info_protocol"
android:layout_width="match_parent"
android:layout_height="wrap_content"
- android:text="Protocol 1.2.4."
+ android:text="Protocol 0.0.0"
android:layout_marginBottom="8dp"
/>
@@ -46,7 +46,7 @@
android:id="@+id/server_info_os_version"
android:layout_width="match_parent"
android:layout_height="wrap_content"
- android:text="Debian GNU/Linux 7.0 (wheezy)"
+ android:text="Some operating system"
android:layout_marginBottom="8dp"
/>
@@ -69,14 +69,14 @@
android:id="@+id/server_info_tcp_latency"
android:layout_width="match_parent"
android:layout_height="wrap_content"
- android:text="108.51 ms average latency (69.84 deviation)"
+ android:text="0.0 ms average latency (0.0 deviation)"
android:layout_marginBottom="8dp"
/>
<TextView
android:id="@+id/server_info_host"
android:layout_width="match_parent"
android:layout_height="wrap_content"
- android:text="Remote host www.morlunk.com (port 64738)"
+ android:text="Remote host www.example.com (port 0)"
android:layout_marginBottom="8dp"
/>
@@ -99,7 +99,7 @@
android:id="@+id/server_info_udp_latency"
android:layout_width="match_parent"
android:layout_height="wrap_content"
- android:text="105.76 ms average latency (20.34 deviation)"
+ android:text="0.0 ms average latency (0.0 deviation)"
android:layout_marginBottom="8dp"
/>
@@ -115,7 +115,7 @@
android:id="@+id/server_info_max_bandwidth"
android:layout_width="match_parent"
android:layout_height="wrap_content"
- android:text="Maximum 72.0kbit/s"
+ android:text="Maximum 0.0kbit/s"
android:layout_marginBottom="8dp"
/>
@@ -123,7 +123,7 @@
android:id="@+id/server_info_current_bandwidth"
android:layout_width="match_parent"
android:layout_height="wrap_content"
- android:text="Current 54.8kbit/s"
+ android:text="Current 0.0kbit/s"
android:layout_marginBottom="8dp"
/>
@@ -131,7 +131,7 @@
android:id="@+id/server_info_codec"
android:layout_width="match_parent"
android:layout_height="wrap_content"
- android:text="Codec: Opus"
+ android:text="Codec: Some codec"
android:layout_marginBottom="8dp"
/>