How to make full size view when using TextureView in android? -


i have developed camera app using ,latest camera 2 api,the camera preview set texture view, set both width , height match_parent ,is there other attributes needed set ?how can set camera preview in full screen view??i beginner, don't know how set this,can help??

   <textureview         android:id="@+id/texture"         android:layout_width="match_parent"         android:layout_height="wrap_content"           /> 

this screen shot of screen,i want make full screen

use noactionbar theme activity. this answer can guide achieve that.


Comments

Popular posts from this blog

javascript - Google App Script ContentService downloadAsFile not working -

javascript - Function overwritting -

php - Find a regex to take part of Email -