This commit is contained in:
C10udburst 2022-08-20 14:19:47 +02:00
parent 5ad5b5ea36
commit a84af97210
2 changed files with 12 additions and 8 deletions

View file

@ -228,6 +228,7 @@
android:layout_gravity="center"
android:gravity="center"
android:orientation="horizontal"
android:layoutDirection="ltr"
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintLeft_toLeftOf="parent"
app:layout_constraintRight_toRightOf="parent"
@ -390,6 +391,7 @@
android:id="@+id/player_video_bar"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layoutDirection="ltr"
android:orientation="horizontal">
<TextView
@ -532,6 +534,7 @@
<LinearLayout
android:layout_width="match_parent"
android:layout_height="match_parent"
android:layoutDirection="ltr"
android:orientation="horizontal">
<RelativeLayout

View file

@ -226,6 +226,7 @@
android:id="@+id/player_video_bar"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layoutDirection="ltr"
android:orientation="horizontal">
<ImageView