我使用最新的 Camera 2 API 开发了一个相机应用程序,相机预览设置为纹理视图,我将宽度和高度都设置为 Match_parent,是否需要设置其他属性?如何在全屏视图??我是初学者,我不知道如何设置,有人可以帮忙吗?
<TextureView
android:id="@+id/texture"
android:layout_width="match_parent"
android:layout_height="wrap_content"
/>