mirror of
https://github.com/libre-tube/LibreTube.git
synced 2025-04-29 00:10:32 +05:30
Merge pull request #4619 from Bnyro/master
fix: chapter layout UI and UX issues
This commit is contained in:
commit
eaa0b58aaf
@ -325,6 +325,7 @@ class PlayerFragment : Fragment(), OnlinePlayerOptions {
|
||||
binding.player.hideController()
|
||||
binding.player.useController = false
|
||||
commentsViewModel.setCommentSheetExpand(false)
|
||||
chaptersBottomSheet?.dismiss()
|
||||
transitionEndId = endId
|
||||
transitionStartId = startId
|
||||
}
|
||||
|
@ -28,7 +28,7 @@
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:orientation="vertical"
|
||||
android:paddingBottom="16dp"
|
||||
android:paddingBottom="12dp"
|
||||
android:visibility="gone">
|
||||
|
||||
<TextView
|
||||
@ -36,6 +36,7 @@
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginHorizontal="10dp"
|
||||
android:layout_marginBottom="5dp"
|
||||
android:textSize="27sp" />
|
||||
|
||||
<com.google.android.material.divider.MaterialDivider
|
||||
|
@ -5,6 +5,7 @@
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginHorizontal="5dp"
|
||||
app:cardElevation="0dp"
|
||||
app:cardBackgroundColor="@android:color/transparent"
|
||||
app:cardCornerRadius="10dp">
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user