mirror of
https://gitlab.linphone.org/BC/public/linphone-android.git
synced 2026-05-02 04:56:19 +00:00
Fixd margin issue in call stats layout
This commit is contained in:
parent
fd8b8b5c29
commit
dce27530e0
2 changed files with 0 additions and 4 deletions
|
|
@ -135,7 +135,6 @@
|
||||||
android:layout_marginTop="10dp"
|
android:layout_marginTop="10dp"
|
||||||
android:layout_marginStart="16dp"
|
android:layout_marginStart="16dp"
|
||||||
android:layout_marginEnd="16dp"
|
android:layout_marginEnd="16dp"
|
||||||
android:layout_marginBottom="10dp"
|
|
||||||
android:text="@{model.videoBandwidth, default=@string/call_stats_bandwidth_label}"
|
android:text="@{model.videoBandwidth, default=@string/call_stats_bandwidth_label}"
|
||||||
android:textColor="@color/white"
|
android:textColor="@color/white"
|
||||||
android:maxLines="1"
|
android:maxLines="1"
|
||||||
|
|
@ -149,7 +148,6 @@
|
||||||
android:layout_marginTop="10dp"
|
android:layout_marginTop="10dp"
|
||||||
android:layout_marginStart="16dp"
|
android:layout_marginStart="16dp"
|
||||||
android:layout_marginEnd="16dp"
|
android:layout_marginEnd="16dp"
|
||||||
android:layout_marginBottom="10dp"
|
|
||||||
android:text="@{model.videoResolution, default=@string/call_stats_resolution_label}"
|
android:text="@{model.videoResolution, default=@string/call_stats_resolution_label}"
|
||||||
android:textColor="@color/white"
|
android:textColor="@color/white"
|
||||||
android:maxLines="1"
|
android:maxLines="1"
|
||||||
|
|
|
||||||
|
|
@ -131,7 +131,6 @@
|
||||||
android:layout_marginTop="10dp"
|
android:layout_marginTop="10dp"
|
||||||
android:layout_marginStart="16dp"
|
android:layout_marginStart="16dp"
|
||||||
android:layout_marginEnd="16dp"
|
android:layout_marginEnd="16dp"
|
||||||
android:layout_marginBottom="10dp"
|
|
||||||
android:text="@{model.videoBandwidth, default=@string/call_stats_bandwidth_label}"
|
android:text="@{model.videoBandwidth, default=@string/call_stats_bandwidth_label}"
|
||||||
android:textColor="@color/white"
|
android:textColor="@color/white"
|
||||||
android:maxLines="1"
|
android:maxLines="1"
|
||||||
|
|
@ -145,7 +144,6 @@
|
||||||
android:layout_marginTop="10dp"
|
android:layout_marginTop="10dp"
|
||||||
android:layout_marginStart="16dp"
|
android:layout_marginStart="16dp"
|
||||||
android:layout_marginEnd="16dp"
|
android:layout_marginEnd="16dp"
|
||||||
android:layout_marginBottom="10dp"
|
|
||||||
android:text="@{model.videoResolution, default=@string/call_stats_resolution_label}"
|
android:text="@{model.videoResolution, default=@string/call_stats_resolution_label}"
|
||||||
android:textColor="@color/white"
|
android:textColor="@color/white"
|
||||||
android:maxLines="1"
|
android:maxLines="1"
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue