fb_fragment_bind.xml 890 字节
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
    android:layout_width="match_parent"
    android:layout_height="match_parent"
    android:gravity="center_vertical"
    android:fitsSystemWindows="true">

    <LinearLayout
        android:id="@+id/item_boundphone"
        android:layout_width="@dimen/fbsdk_dialog_nomal_width"
        android:layout_height="wrap_content"
        android:layout_centerInParent="true"
        android:orientation="vertical">

        <com.foolishbird.sdk.ui.view.ExViewPager
            android:id="@+id/activity_bindphone_viewpager"
            android:layout_width="match_parent"
            android:layout_height="310dp"
            android:overScrollMode="never"
            android:scrollbars="none"/>
    </LinearLayout>

    <!--android:layout_height="@dimen/px_434"-->
</LinearLayout>