Update video ui

release
jhengazuki 7 months ago
parent db93900364
commit 64b979e756
  1. 3
      app/src/mobile/res/layout/view_control_live.xml
  2. 4
      app/src/mobile/res/layout/view_control_vod.xml

@ -121,7 +121,8 @@
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_alignParentEnd="true"
android:layout_centerVertical="true" />
android:layout_centerVertical="true"
android:layout_marginEnd="4dp" />
<LinearLayout
android:id="@+id/bottom"

@ -142,6 +142,7 @@
android:layout_height="wrap_content"
android:layout_alignParentStart="true"
android:layout_centerVertical="true"
android:layout_marginStart="4dp"
android:gravity="center"
android:orientation="vertical">
@ -161,7 +162,8 @@
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_alignParentEnd="true"
android:layout_centerVertical="true" />
android:layout_centerVertical="true"
android:layout_marginEnd="4dp" />
<LinearLayout
android:id="@+id/bottom"

Loading…
Cancel
Save