tysdkn_imge_f.xml 957 B

1234567891011121314151617181920212223242526
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
  3. xmlns:tools="http://schemas.android.com/tools"
  4. android:layout_width="match_parent"
  5. android:layout_height="match_parent"
  6. android:background="#ffffff"
  7. android:orientation="vertical">
  8. <android.support.v4.view.ViewPager
  9. android:id="@+id/tysdkn_imgs_vp"
  10. android:layout_width="match_parent"
  11. android:layout_height="0dp"
  12. android:layout_weight="1"/>
  13. <TextView
  14. android:id="@+id/tysdkn_imgs_tv"
  15. android:layout_width="match_parent"
  16. android:layout_height="wrap_content"
  17. android:layout_marginBottom="15dp"
  18. android:layout_marginTop="15dp"
  19. android:gravity="center"
  20. android:textColor="#ffffff"
  21. android:textSize="14sp"
  22. tools:text="1/1"/>
  23. </LinearLayout>