1234567891011121314151617181920212223242526 |
- <?xml version="1.0" encoding="utf-8"?>
- <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
- xmlns:tools="http://schemas.android.com/tools"
- android:layout_width="match_parent"
- android:layout_height="match_parent"
- android:background="#ffffff"
- android:orientation="vertical">
- <android.support.v4.view.ViewPager
- android:id="@+id/tysdkn_imgs_vp"
- android:layout_width="match_parent"
- android:layout_height="0dp"
- android:layout_weight="1"/>
- <TextView
- android:id="@+id/tysdkn_imgs_tv"
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:layout_marginBottom="15dp"
- android:layout_marginTop="15dp"
- android:gravity="center"
- android:textColor="#ffffff"
- android:textSize="14sp"
- tools:text="1/1"/>
- </LinearLayout>
|