mirror of
https://gitlab.futo.org/videostreaming/grayjay.git
synced 2025-08-03 14:50:49 +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
|
_layoutRecommended.visibility = View.GONE
|
||||||
fetchPolycentricComments()
|
fetchPolycentricComments()
|
||||||
} else if (index == 1) {
|
} else if (index == 1) {
|
||||||
_addCommentView.visibility = View.VISIBLE
|
_addCommentView.visibility = View.GONE
|
||||||
_layoutRecommended.visibility = View.GONE
|
_layoutRecommended.visibility = View.GONE
|
||||||
fetchComments()
|
fetchComments()
|
||||||
} else if (index == 2) {
|
} else if (index == 2) {
|
||||||
|
|
|
@ -112,7 +112,8 @@
|
||||||
app:scrubber_drawable="@drawable/player_thumb"
|
app:scrubber_drawable="@drawable/player_thumb"
|
||||||
app:bar_height="2dp"
|
app:bar_height="2dp"
|
||||||
app:scrubber_disabled_size="0dp"
|
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:played_color="@color/colorPrimary"
|
||||||
app:buffered_color="#DDEEEEEE"
|
app:buffered_color="#DDEEEEEE"
|
||||||
app:unplayed_color="#55EEEEEE" />
|
app:unplayed_color="#55EEEEEE" />
|
||||||
|
|
|
@ -219,7 +219,8 @@
|
||||||
app:bar_height="2dp"
|
app:bar_height="2dp"
|
||||||
app:scrubber_drawable="@drawable/player_thumb"
|
app:scrubber_drawable="@drawable/player_thumb"
|
||||||
app:scrubber_disabled_size="0dp"
|
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:played_color="@color/transparent"
|
||||||
app:buffered_color="@color/transparent"
|
app:buffered_color="@color/transparent"
|
||||||
app:unplayed_color="@color/transparent"
|
app:unplayed_color="@color/transparent"
|
||||||
|
|
|
@ -251,7 +251,8 @@
|
||||||
app:scrubber_drawable="@drawable/player_thumb"
|
app:scrubber_drawable="@drawable/player_thumb"
|
||||||
app:bar_height="2dp"
|
app:bar_height="2dp"
|
||||||
app:scrubber_disabled_size="0dp"
|
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:played_color="@color/colorPrimary"
|
||||||
app:buffered_color="#AAEEEEEE"
|
app:buffered_color="#AAEEEEEE"
|
||||||
app:unplayed_color="#88EEEEEE"
|
app:unplayed_color="#88EEEEEE"
|
||||||
|
|
|
@ -178,7 +178,8 @@
|
||||||
app:bar_height="2dp"
|
app:bar_height="2dp"
|
||||||
app:scrubber_drawable="@drawable/player_thumb"
|
app:scrubber_drawable="@drawable/player_thumb"
|
||||||
app:scrubber_disabled_size="0dp"
|
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:played_color="@color/colorPrimary"
|
||||||
app:buffered_color="@color/transparent"
|
app:buffered_color="@color/transparent"
|
||||||
app:unplayed_color="#7F7F7F"
|
app:unplayed_color="#7F7F7F"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue