fix to fully view call controls

(were cut at left and right on some devices)

Signed-off-by: Marcel Hibbe <dev@mhibbe.de>
This commit is contained in:
Marcel Hibbe 2021-11-08 16:16:33 +01:00
parent f9a28cb0aa
commit 39a3c9edb5
No known key found for this signature in database
GPG Key ID: C793F8B59F43CE7B

View File

@ -140,9 +140,7 @@
android:animateLayoutChanges="true"
android:background="@android:color/transparent"
android:gravity="center"
android:orientation="horizontal"
android:layout_marginStart="40dp"
android:layout_marginEnd="40dp">
android:orientation="horizontal">
<com.facebook.drawee.view.SimpleDraweeView
android:id="@+id/pictureInPictureButton"