|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
|
|
xmlns:tools="http://schemas.android.com/tools"
|
|
|
|
style="@style/qnAgg_layoutStyle_commonActivity"
|
|
|
|
android:gravity="center_horizontal"
|
|
|
|
android:paddingLeft="@dimen/qnAgg_px_30"
|
|
|
|
android:paddingTop="@dimen/qnAgg_px_30"
|
|
|
|
android:paddingRight="@dimen/qnAgg_px_30"
|
|
|
|
android:background="@drawable/qnagg_shape_main_dialog">
|
|
|
|
|
|
|
|
<LinearLayout
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:gravity="center"
|
|
|
|
>
|
|
|
|
|
|
|
|
<ImageView
|
|
|
|
android:id="@+id/iv_company_logo"
|
|
|
|
android:layout_width="@dimen/qnAgg_px_180"
|
|
|
|
android:layout_height="1px"
|
|
|
|
android:src="@drawable/qnagg_logo"
|
|
|
|
android:layout_gravity="center"/>
|
|
|
|
|
|
|
|
<View
|
|
|
|
style="@style/qnAgg_vertical_empty_view"
|
|
|
|
android:layout_weight="2" />
|
|
|
|
|
|
|
|
<TextView
|
|
|
|
android:id="@+id/qnAgg_tv_title"
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:textColor="@color/qnAgg_color_000000"
|
|
|
|
android:textSize="@dimen/qnAgg_px_75"
|
|
|
|
android:text="@string/qnAgg_polices"
|
|
|
|
android:gravity="center"
|
|
|
|
/>
|
|
|
|
|
|
|
|
<View
|
|
|
|
style="@style/qnAgg_vertical_empty_view"
|
|
|
|
android:layout_weight="2" />
|
|
|
|
|
|
|
|
<TextView
|
|
|
|
android:id="@+id/qnAgg_tv_right"
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:layout_marginLeft="@dimen/qnAgg_px_3"
|
|
|
|
android:textColor="@color/qnAgg_color_000000"
|
|
|
|
android:textSize="@dimen/qnAgg_px_45"
|
|
|
|
android:text="@string/qnAgg_agreement"
|
|
|
|
android:gravity="center"
|
|
|
|
/>
|
|
|
|
|
|
|
|
</LinearLayout>
|
|
|
|
|
|
|
|
<View
|
|
|
|
style="@style/qnAgg_vertical_empty_view"
|
|
|
|
android:layout_weight="2" />
|
|
|
|
|
|
|
|
<LinearLayout
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
tools:ignore="WebViewLayout"
|
|
|
|
android:orientation="vertical">
|
|
|
|
<WebView
|
|
|
|
android:id="@+id/qnAgg_webview"
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="150dp"
|
|
|
|
android:layout_margin="@dimen/qnAgg_px_3"
|
|
|
|
android:background="@color/qnAgg_color_ea6e00"
|
|
|
|
android:scrollbars="none" />
|
|
|
|
</LinearLayout>
|
|
|
|
|
|
|
|
<View
|
|
|
|
style="@style/qnAgg_vertical_empty_view"
|
|
|
|
android:layout_weight="2" />
|
|
|
|
<TextView
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:textColor="@color/qnAgg_color_000000"
|
|
|
|
android:textSize="@dimen/qnAgg_px_45"
|
|
|
|
android:text="@string/qnAgg_touch_agree"
|
|
|
|
/>
|
|
|
|
<View
|
|
|
|
style="@style/qnAgg_vertical_empty_view"
|
|
|
|
android:layout_weight="2" />
|
|
|
|
|
|
|
|
<LinearLayout
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:orientation="horizontal"
|
|
|
|
android:padding="5dp">
|
|
|
|
<View
|
|
|
|
style="@style/qnAgg_vertical_empty_view"
|
|
|
|
android:layout_weight="2" />
|
|
|
|
<Button
|
|
|
|
android:id="@+id/qnAgg_btn_reject"
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:layout_height="@dimen/qnAgg_px_105"
|
|
|
|
android:background="@drawable/qnagg_shape_gray"
|
|
|
|
android:text="@string/qnAgg_reject"
|
|
|
|
android:textColor="@color/qnAgg_color_ffffff"/>
|
|
|
|
<View
|
|
|
|
style="@style/qnAgg_vertical_empty_view"
|
|
|
|
android:layout_weight="2" />
|
|
|
|
<Button
|
|
|
|
android:id="@+id/qnAgg_btn_agreement"
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:layout_height="@dimen/qnAgg_px_105"
|
|
|
|
android:background="@drawable/qnagg_selector_btn_submit"
|
|
|
|
android:text="@string/qnAgg_agree"
|
|
|
|
android:textColor="@color/qnAgg_color_000000"/>
|
|
|
|
<View
|
|
|
|
style="@style/qnAgg_vertical_empty_view"
|
|
|
|
android:layout_weight="2" />
|
|
|
|
|
|
|
|
</LinearLayout>
|
|
|
|
|
|
|
|
</LinearLayout> |
|
|
\ No newline at end of file |
...
|
...
|
|