fix test activity layout

This commit is contained in:
Christian Schabesberger 2024-07-18 14:40:40 +02:00
parent aaea1128a5
commit b7f338837d
5 changed files with 4 additions and 9 deletions

View File

@ -2,7 +2,7 @@
<project version="4">
<component name="deploymentTargetSelector">
<selectionStates>
<SelectionState runConfigName="test-app">
<SelectionState runConfigName="TestApp">
<option name="selectionMode" value="DROPDOWN" />
</SelectionState>
</selectionStates>

View File

@ -1,5 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="GradleMigrationSettings" migrationVersion="1" />
<component name="GradleSettings">
<option name="linkedExternalProjectsSettings">
<GradleProjectSettings>

View File

@ -1,4 +1,3 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="ExternalStorageConfigurationManager" enabled="true" />
<component name="ProjectRootManager" version="2" languageLevel="JDK_17" default="true" project-jdk-name="jbr-17" project-jdk-type="JavaSDK">

View File

@ -20,13 +20,8 @@
<androidx.fragment.app.FragmentContainerView
xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
android:id="@+id/video_player_fragment"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:minHeight="50dp"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toTopOf="parent"
android:name="net.newpipe.newplayer.internal.VideoPlayerFragment"
/>
android:name="net.newpipe.newplayer.internal.VideoPlayerFragment" />

View File

@ -45,7 +45,7 @@
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toBottomOf="@id/player_frament_view" />
app:layout_constraintTop_toBottomOf="@id/new_player_video_view" />
</androidx.constraintlayout.widget.ConstraintLayout>