Skip to content

Commit fa7a763

Browse files
committed
Fixed a res issue
1 parent e387ec5 commit fa7a763

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

Android/app/src/main/res/layout/stream_activity.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
android:layout_height="match_parent"
77
tools:context=".StreamActivity">
88

9-
<SurfaceView
10-
android:id="@+id/surfaceView"
9+
<TextureView
10+
android:id="@+id/textureView"
1111
android:layout_width="match_parent"
1212
android:layout_height="match_parent"
1313
/>
@@ -42,4 +42,4 @@
4242
app:layout_constraintEnd_toEndOf="parent"
4343
/>
4444

45-
</androidx.constraintlayout.widget.ConstraintLayout>
45+
</androidx.constraintlayout.widget.ConstraintLayout>

0 commit comments

Comments
 (0)