mirror of
https://github.com/libre-tube/LibreTube.git
synced 2025-04-28 07:50:31 +05:30
player UI improvements
This commit is contained in:
parent
423acaa74b
commit
1b0f5db275
@ -702,8 +702,6 @@ class PlayerFragment : Fragment() {
|
|||||||
).toFloat()
|
).toFloat()
|
||||||
}
|
}
|
||||||
binding.mainContainer.requestLayout()
|
binding.mainContainer.requestLayout()
|
||||||
|
|
||||||
// FIXME and make me work :/
|
|
||||||
}
|
}
|
||||||
|
|
||||||
@Deprecated(message = "Deprecated", level = DeprecationLevel.HIDDEN)
|
@Deprecated(message = "Deprecated", level = DeprecationLevel.HIDDEN)
|
||||||
|
@ -358,7 +358,7 @@
|
|||||||
android:id="@+id/player"
|
android:id="@+id/player"
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="match_parent"
|
android:layout_height="match_parent"
|
||||||
android:background="#000000"
|
android:background="?attr/colorSurface"
|
||||||
android:scaleType="centerCrop"
|
android:scaleType="centerCrop"
|
||||||
app:layout_constraintBottom_toBottomOf="@id/main_container"
|
app:layout_constraintBottom_toBottomOf="@id/main_container"
|
||||||
app:layout_constraintStart_toStartOf="@id/main_container"
|
app:layout_constraintStart_toStartOf="@id/main_container"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user