con_tencent_ysdk_fullscreenpic_view.xml 870 B

123456789101112131415161718192021
  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="match_parent"
  5. android:focusable="true"
  6. android:focusableInTouchMode="true"
  7. android:background="#AF000000"
  8. android:orientation="vertical">
  9. <LinearLayout
  10. android:id="@+id/fullscreenpic_container"
  11. android:layout_width="match_parent"
  12. android:layout_height="match_parent">
  13. <android.support.v4.view.ViewPager
  14. android:id="@+id/fullscreenpic_viewpager"
  15. android:layout_width="match_parent"
  16. android:layout_height="match_parent"></android.support.v4.view.ViewPager>
  17. </LinearLayout>
  18. </LinearLayout><!-- From: file:/data1/rdm/projects/18500/ysdk/src/main/res/layout/con_tencent_ysdk_fullscreenpic_view.xml -->