1

I want to set the gravity of a vidoeview to center without taking any parent view of that.Currently it playing in top of the screen.I want it to play in the center.I cannot take any parent of videoview as it is creating issue because i am using this view in viewflipper which contains videos,images,pdf etc. Please help. Thanks in advance. My xml is:-

   <?xml version="1.0" encoding="utf-8"?>
   <VideoView xmlns:android="http://schemas.android.com/apk/res/android"
   android:id="@+id/test_vide_view"
    android:layout_width="fill_parent"
    android:layout_height="fill_parent"
     android:layout_weight="1"

     />
swati
  • 1,263
  • 2
  • 17
  • 27

0 Answers0