Commit 926caf2f authored by Thomas's avatar Thomas
Browse files

Player layout only for peertube

parent 9a38da94
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -63,6 +63,8 @@ public class BasePeertubeActivity extends BaseBarActivity {
        binding = ActivityPeertubeBinding.inflate(getLayoutInflater());
        View view = binding.getRoot();
        setContentView(view);


        binding.minController.castPlay.setOnClickListener(v -> {
            binding.minController.castLoader.setVisibility(View.VISIBLE);
            if (PeertubeBaseMainActivity.chromeCast != null) {
+1 −0
Original line number Diff line number Diff line
@@ -56,6 +56,7 @@
                    android:layout_height="match_parent"
                    android:animateLayoutChanges="true"
                    app:dtpv_controller="@+id/media_video"
                    app:controller_layout_id="@layout/peertube_exo_player_control_view"
                    app:use_controller="true" />

                <com.github.vkay94.dtpv.youtube.YouTubeOverlay