File tree Expand file tree Collapse file tree
java/org/schabi/newpipe/player/ui Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -289,7 +289,6 @@ protected void setupElementsVisibility() {
289289 binding .topControls .setClickable (true );
290290 binding .topControls .setFocusable (true );
291291
292- binding .metadataView .setVisibility (isFullscreen ? View .VISIBLE : View .GONE );
293292 binding .titleTextView .setVisibility (isFullscreen ? View .VISIBLE : View .GONE );
294293 binding .channelTextView .setVisibility (isFullscreen ? View .VISIBLE : View .GONE );
295294 }
@@ -935,7 +934,6 @@ public void toggleFullscreen() {
935934 }
936935 fragmentListener .onFullscreenStateChanged (isFullscreen );
937936
938- binding .metadataView .setVisibility (isFullscreen ? View .VISIBLE : View .GONE );
939937 binding .titleTextView .setVisibility (isFullscreen ? View .VISIBLE : View .GONE );
940938 binding .channelTextView .setVisibility (isFullscreen ? View .VISIBLE : View .GONE );
941939 binding .playerCloseButton .setVisibility (isFullscreen ? View .GONE : View .VISIBLE );
Original file line number Diff line number Diff line change 163163 android : layout_width =" 0dp"
164164 android : layout_height =" 35dp"
165165 android : layout_marginEnd =" 8dp"
166- android : layout_weight =" 1 "
166+ android : layout_weight =" 2 "
167167 android : background =" ?attr/selectableItemBackground"
168168 android : gravity =" center"
169169 android : minWidth =" 0dp"
You can’t perform that action at this time.
0 commit comments