<?xml version="1.0" encoding="utf-8"?> <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto" xmlns:tools="http://schemas.android.com/tools" android:layout_width="match_parent" android:layout_height="match_parent" android:orientation="vertical" tools:context="com.yidianling.user.mine.AddAccountActivity"> <com.ydl.ydlcommon.view.TitleBar android:id="@+id/title_bar" android:layout_width="match_parent" android:layout_height="@dimen/title_bar_height" app:pa_left_start_icon="@drawable/platform_common_back" android:background="@color/platform_white" app:pa_title_text="添加提现帐号" /> <View android:layout_width="match_parent" android:layout_height="1dp" android:background="#e5e5e5" /> <com.ydl.ydlcommon.view.widgets.TopTabSelectLayout android:id="@+id/top_layout" android:layout_width="match_parent" android:layout_height="wrap_content" android:layout_marginLeft="15dp" android:layout_marginRight="15dp" /> <androidx.viewpager.widget.ViewPager android:id="@+id/viewpager" android:layout_width="match_parent" android:layout_height="match_parent" /> </LinearLayout>