Hi,
I am using the below code and I want to hide the controls like setting button and other gesture controls.
For XML I used -
<tcking.github.com.giraffeplayer2.VideoView
android:layout_width="match_parent"
android:layout_height="match_parent"
android:id="@+id/gp_video_view"
android:soundEffectsEnabled="true"
android:keepScreenOn="true"
/>
gp_video_view = (VideoView)findViewById(R.id.gp_video_view);
Hi, I am using the below code and I want to hide the controls like setting button and other gesture controls. For XML I used - <tcking.github.com.giraffeplayer2.VideoView android:layout_width="match_parent" android:layout_height="match_parent" android:id="@+id/gp_video_view" android:soundEffectsEnabled="true" android:keepScreenOn="true" /> gp_video_view = (VideoView)findViewById(R.id.gp_video_view);
How do I hide the seek bar and other controls?