Move slider info above player controls

This commit is contained in:
Naveen Singh 2024-09-08 01:09:02 +05:30
parent ee755ef6de
commit c5993234a7
No known key found for this signature in database
GPG key ID: 35F7D64346B28ED7
2 changed files with 4 additions and 4 deletions

View file

@ -54,9 +54,9 @@
android:id="@+id/slide_info"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_alignParentBottom="true"
android:layout_above="@id/bottom_video_time_holder"
android:layout_centerHorizontal="true"
android:layout_marginBottom="200dp"
android:layout_marginBottom="@dimen/big_margin"
android:alpha="0"
android:background="@drawable/black_rounded_background"
android:gravity="center"

View file

@ -74,9 +74,9 @@
android:id="@+id/slide_info"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_alignParentBottom="true"
android:layout_above="@id/bottom_video_time_holder"
android:layout_centerHorizontal="true"
android:layout_marginBottom="120dp"
android:layout_marginBottom="@dimen/big_margin"
android:alpha="0"
android:background="@drawable/black_rounded_background"
android:gravity="center"