|
|
@@ -0,0 +1,165 @@
|
|
|
+<?xml version="1.0" encoding="utf-8"?>
|
|
|
+<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
|
+ android:id="@+id/ll_search"
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:background="@color/white"
|
|
|
+ android:focusable="true"
|
|
|
+ android:focusableInTouchMode="true"
|
|
|
+ android:orientation="vertical">
|
|
|
+
|
|
|
+ <include layout="@layout/view_toolbar" />
|
|
|
+
|
|
|
+
|
|
|
+ <FrameLayout
|
|
|
+ android:id="@+id/fl_yiji_url"
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:background="@color/white"
|
|
|
+ android:foreground="?attr/selectableItemBackground">
|
|
|
+
|
|
|
+ <LinearLayout
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:gravity="center_vertical"
|
|
|
+ android:minHeight="@dimen/height_tab_bar"
|
|
|
+ android:orientation="vertical"
|
|
|
+ android:paddingStart="@dimen/activity_horizontal_margin"
|
|
|
+ android:paddingTop="@dimen/margin_s"
|
|
|
+ android:paddingEnd="@dimen/activity_horizontal_margin"
|
|
|
+ android:paddingBottom="@dimen/margin_s">
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:text="GET请求链接(点击复制)"
|
|
|
+ android:textColor="@color/black_text_comfortable"
|
|
|
+ android:textSize="@dimen/text_normal_p"
|
|
|
+ android:textStyle="bold"/>
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ android:id="@+id/tv_yiji_url"
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_marginTop="@dimen/margin_sss"
|
|
|
+ android:textColor="@color/gray_text_s"
|
|
|
+ android:textSize="@dimen/text_normal_s"
|
|
|
+ android:maxLines="2"
|
|
|
+ android:ellipsize="end"/>
|
|
|
+ </LinearLayout>
|
|
|
+ </FrameLayout>
|
|
|
+
|
|
|
+
|
|
|
+ <include layout="@layout/view_divider_common" />
|
|
|
+
|
|
|
+ <FrameLayout
|
|
|
+ android:id="@+id/fl_header_email"
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:background="@color/white"
|
|
|
+ android:foreground="?attr/selectableItemBackground">
|
|
|
+
|
|
|
+ <LinearLayout
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:gravity="center_vertical"
|
|
|
+ android:minHeight="@dimen/height_tab_bar"
|
|
|
+ android:orientation="vertical"
|
|
|
+ android:paddingStart="@dimen/activity_horizontal_margin"
|
|
|
+ android:paddingTop="@dimen/margin_s"
|
|
|
+ android:paddingEnd="@dimen/activity_horizontal_margin"
|
|
|
+ android:paddingBottom="@dimen/margin_s">
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:text="Header参数1(点击复制)"
|
|
|
+ android:textColor="@color/black_text_comfortable"
|
|
|
+ android:textSize="@dimen/text_normal_p"
|
|
|
+ android:textStyle="bold"/>
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ android:id="@+id/tv_header_email"
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_marginTop="@dimen/margin_sss"
|
|
|
+ android:textColor="@color/gray_text_s"
|
|
|
+ android:textSize="@dimen/text_normal_s"
|
|
|
+ android:maxLines="2"
|
|
|
+ android:ellipsize="end"/>
|
|
|
+ </LinearLayout>
|
|
|
+ </FrameLayout>
|
|
|
+
|
|
|
+
|
|
|
+ <include layout="@layout/view_divider_common" />
|
|
|
+
|
|
|
+ <FrameLayout
|
|
|
+ android:id="@+id/fl_header_token"
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:background="@color/white"
|
|
|
+ android:foreground="?attr/selectableItemBackground">
|
|
|
+
|
|
|
+ <LinearLayout
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:gravity="center_vertical"
|
|
|
+ android:minHeight="@dimen/height_tab_bar"
|
|
|
+ android:orientation="vertical"
|
|
|
+ android:paddingStart="@dimen/activity_horizontal_margin"
|
|
|
+ android:paddingTop="@dimen/margin_s"
|
|
|
+ android:paddingEnd="@dimen/activity_horizontal_margin"
|
|
|
+ android:paddingBottom="@dimen/margin_s">
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:text="Header参数2(点击复制)"
|
|
|
+ android:textColor="@color/black_text_comfortable"
|
|
|
+ android:textSize="@dimen/text_normal_p"
|
|
|
+ android:textStyle="bold"/>
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ android:id="@+id/tv_header_token"
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_marginTop="@dimen/margin_sss"
|
|
|
+ android:textColor="@color/gray_text_s"
|
|
|
+ android:textSize="@dimen/text_normal_s"
|
|
|
+ android:maxLines="2"
|
|
|
+ android:ellipsize="end"/>
|
|
|
+ </LinearLayout>
|
|
|
+ </FrameLayout>
|
|
|
+
|
|
|
+ <include layout="@layout/view_divider_common" />
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:paddingStart="@dimen/margin_default"
|
|
|
+ android:paddingEnd="@dimen/margin_default"
|
|
|
+ android:paddingTop="@dimen/margin_ss"
|
|
|
+ android:paddingBottom="@dimen/margin_ss"
|
|
|
+ android:layout_marginTop="@dimen/margin_sss"
|
|
|
+ android:textColor="@color/black_droid_text"
|
|
|
+ android:textStyle="bold"
|
|
|
+ android:textSize="@dimen/text_normal_s"
|
|
|
+ android:text="返回示例:"/>
|
|
|
+
|
|
|
+ <EditText
|
|
|
+ android:id="@+id/et_yiji"
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="match_parent"
|
|
|
+ android:gravity="start"
|
|
|
+ android:background="@color/white"
|
|
|
+ android:textIsSelectable="true"
|
|
|
+ android:paddingStart="@dimen/margin_default"
|
|
|
+ android:paddingEnd="@dimen/margin_default"
|
|
|
+ android:paddingTop="@dimen/margin_ss"
|
|
|
+ android:paddingBottom="@dimen/margin_ss"
|
|
|
+ android:textSize="@dimen/text_normal_p"
|
|
|
+ android:textColor="@color/black_text_comfortable"
|
|
|
+ android:textColorHint="@color/gray_text_hint"
|
|
|
+ android:editable="false"
|
|
|
+ android:text=""/>
|
|
|
+</LinearLayout>
|