mirror of
https://gitlab.futo.org/videostreaming/grayjay.git
synced 2025-04-19 19:14:51 +00:00
Increased scrubber size a bit and made add comment view invisible for platform comments.
This commit is contained in:
parent
e9a1f63415
commit
245b5f74c0
5 changed files with 9 additions and 5 deletions
|
@ -2352,7 +2352,7 @@ class VideoDetailView : ConstraintLayout {
|
|||
_layoutRecommended.visibility = View.GONE
|
||||
fetchPolycentricComments()
|
||||
} else if (index == 1) {
|
||||
_addCommentView.visibility = View.VISIBLE
|
||||
_addCommentView.visibility = View.GONE
|
||||
_layoutRecommended.visibility = View.GONE
|
||||
fetchComments()
|
||||
} else if (index == 2) {
|
||||
|
|
|
@ -112,7 +112,8 @@
|
|||
app:scrubber_drawable="@drawable/player_thumb"
|
||||
app:bar_height="2dp"
|
||||
app:scrubber_disabled_size="0dp"
|
||||
app:scrubber_enabled_size="12dp"
|
||||
app:scrubber_enabled_size="16dp"
|
||||
app:scrubber_dragged_size="20dp"
|
||||
app:played_color="@color/colorPrimary"
|
||||
app:buffered_color="#DDEEEEEE"
|
||||
app:unplayed_color="#55EEEEEE" />
|
||||
|
|
|
@ -219,7 +219,8 @@
|
|||
app:bar_height="2dp"
|
||||
app:scrubber_drawable="@drawable/player_thumb"
|
||||
app:scrubber_disabled_size="0dp"
|
||||
app:scrubber_enabled_size="12dp"
|
||||
app:scrubber_enabled_size="16dp"
|
||||
app:scrubber_dragged_size="20dp"
|
||||
app:played_color="@color/transparent"
|
||||
app:buffered_color="@color/transparent"
|
||||
app:unplayed_color="@color/transparent"
|
||||
|
|
|
@ -251,7 +251,8 @@
|
|||
app:scrubber_drawable="@drawable/player_thumb"
|
||||
app:bar_height="2dp"
|
||||
app:scrubber_disabled_size="0dp"
|
||||
app:scrubber_enabled_size="12dp"
|
||||
app:scrubber_enabled_size="16dp"
|
||||
app:scrubber_dragged_size="20dp"
|
||||
app:played_color="@color/colorPrimary"
|
||||
app:buffered_color="#AAEEEEEE"
|
||||
app:unplayed_color="#88EEEEEE"
|
||||
|
|
|
@ -178,7 +178,8 @@
|
|||
app:bar_height="2dp"
|
||||
app:scrubber_drawable="@drawable/player_thumb"
|
||||
app:scrubber_disabled_size="0dp"
|
||||
app:scrubber_enabled_size="12dp"
|
||||
app:scrubber_enabled_size="16dp"
|
||||
app:scrubber_dragged_size="20dp"
|
||||
app:played_color="@color/colorPrimary"
|
||||
app:buffered_color="@color/transparent"
|
||||
app:unplayed_color="#7F7F7F"
|
||||
|
|
Loading…
Add table
Reference in a new issue