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" /> 
use noactionbar theme activity. this answer can guide achieve that.
Comments
Post a Comment