Fixd margin issue in call stats layout

This commit is contained in:
Sylvain Berfini 2024-02-26 15:39:15 +01:00
parent fd8b8b5c29
commit dce27530e0
2 changed files with 0 additions and 4 deletions

View file

@ -135,7 +135,6 @@
android:layout_marginTop="10dp"
android:layout_marginStart="16dp"
android:layout_marginEnd="16dp"
android:layout_marginBottom="10dp"
android:text="@{model.videoBandwidth, default=@string/call_stats_bandwidth_label}"
android:textColor="@color/white"
android:maxLines="1"
@ -149,7 +148,6 @@
android:layout_marginTop="10dp"
android:layout_marginStart="16dp"
android:layout_marginEnd="16dp"
android:layout_marginBottom="10dp"
android:text="@{model.videoResolution, default=@string/call_stats_resolution_label}"
android:textColor="@color/white"
android:maxLines="1"

View file

@ -131,7 +131,6 @@
android:layout_marginTop="10dp"
android:layout_marginStart="16dp"
android:layout_marginEnd="16dp"
android:layout_marginBottom="10dp"
android:text="@{model.videoBandwidth, default=@string/call_stats_bandwidth_label}"
android:textColor="@color/white"
android:maxLines="1"
@ -145,7 +144,6 @@
android:layout_marginTop="10dp"
android:layout_marginStart="16dp"
android:layout_marginEnd="16dp"
android:layout_marginBottom="10dp"
android:text="@{model.videoResolution, default=@string/call_stats_resolution_label}"
android:textColor="@color/white"
android:maxLines="1"