mirror of
https://gitlab.futo.org/videostreaming/grayjay.git
synced 2026-05-16 04:52:39 +02:00
Increased scrubber size a bit and made add comment view invisible for platform comments.
This commit is contained in:
+1
-1
@@ -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"
|
||||||
|
|||||||
Reference in New Issue
Block a user