mirror of
https://github.com/libre-tube/LibreTube.git
synced 2025-04-29 08:20: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.hideController()
|
||||||
binding.player.useController = false
|
binding.player.useController = false
|
||||||
commentsViewModel.setCommentSheetExpand(false)
|
commentsViewModel.setCommentSheetExpand(false)
|
||||||
|
chaptersBottomSheet?.dismiss()
|
||||||
transitionEndId = endId
|
transitionEndId = endId
|
||||||
transitionStartId = startId
|
transitionStartId = startId
|
||||||
}
|
}
|
||||||
|
@ -28,7 +28,7 @@
|
|||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:orientation="vertical"
|
android:orientation="vertical"
|
||||||
android:paddingBottom="16dp"
|
android:paddingBottom="12dp"
|
||||||
android:visibility="gone">
|
android:visibility="gone">
|
||||||
|
|
||||||
<TextView
|
<TextView
|
||||||
@ -36,6 +36,7 @@
|
|||||||
android:layout_width="wrap_content"
|
android:layout_width="wrap_content"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:layout_marginHorizontal="10dp"
|
android:layout_marginHorizontal="10dp"
|
||||||
|
android:layout_marginBottom="5dp"
|
||||||
android:textSize="27sp" />
|
android:textSize="27sp" />
|
||||||
|
|
||||||
<com.google.android.material.divider.MaterialDivider
|
<com.google.android.material.divider.MaterialDivider
|
||||||
|
@ -5,6 +5,7 @@
|
|||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:layout_marginHorizontal="5dp"
|
android:layout_marginHorizontal="5dp"
|
||||||
|
app:cardElevation="0dp"
|
||||||
app:cardBackgroundColor="@android:color/transparent"
|
app:cardBackgroundColor="@android:color/transparent"
|
||||||
app:cardCornerRadius="10dp">
|
app:cardCornerRadius="10dp">
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user