face_fragment.xml 786 B

1234567891011121314151617181920212223
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
  3. android:layout_width="match_parent"
  4. android:layout_height="200dp"
  5. android:orientation="vertical" >
  6. <android.support.v4.view.ViewPager
  7. android:id="@+id/faceViewPager"
  8. android:layout_width="match_parent"
  9. android:layout_height="160dp" >
  10. </android.support.v4.view.ViewPager>
  11. <LinearLayout
  12. android:id="@+id/pagePointLayout"
  13. android:layout_width="match_parent"
  14. android:layout_height="10dp"
  15. android:layout_marginBottom="6dip"
  16. android:background="#00000000"
  17. android:gravity="center"
  18. android:orientation="horizontal" >
  19. </LinearLayout>
  20. </LinearLayout>