52 lines
1.6 KiB
XML
52 lines
1.6 KiB
XML
<?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:background="@color/color_F5"
|
|
android:orientation="vertical">
|
|
|
|
<include layout="@layout/common_toolbar"></include>
|
|
|
|
<LinearLayout
|
|
android:layout_width="match_parent"
|
|
android:layout_height="@dimen/dp_50"
|
|
android:background="@color/white"
|
|
android:gravity="center_vertical"
|
|
android:orientation="horizontal">
|
|
|
|
<ImageView
|
|
android:layout_width="@dimen/dp_21"
|
|
android:layout_height="@dimen/dp_21"
|
|
android:layout_marginLeft="@dimen/dp_12"
|
|
android:background="@drawable/icon_pro" />
|
|
|
|
<TextView
|
|
android:id="@+id/tvTitle"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:layout_marginLeft="@dimen/dp_8"
|
|
android:maxLines="1"
|
|
android:singleLine="true"
|
|
android:text="怎么进行实名认证?"
|
|
android:textColor="@color/black"
|
|
android:textSize="@dimen/sp_16"
|
|
|
|
/>
|
|
</LinearLayout>
|
|
|
|
<!-- <WebView-->
|
|
<!-- android:id="@+id/webview"-->
|
|
<!-- android:layout_width="match_parent"-->
|
|
<!-- android:layout_height="match_parent"-->
|
|
<!-- />-->
|
|
|
|
<FrameLayout
|
|
android:id="@+id/WebViewLayout"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="match_parent"
|
|
android:layout_marginTop="@dimen/dp_12">
|
|
|
|
</FrameLayout>
|
|
|
|
|
|
</LinearLayout> |