40 lines
1.4 KiB
XML
40 lines
1.4 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="match_parent"
|
|
android:background="@drawable/storeactivity_bg">
|
|
|
|
<RelativeLayout
|
|
android:id="@+id/rl_statement_bg"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="@dimen/appstore_activity_bgHeight"
|
|
android:layout_centerHorizontal="true">
|
|
|
|
<TextView
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:layout_centerInParent="true"
|
|
android:gravity="center"
|
|
android:text="声\t明"
|
|
android:textColor="@color/textColor"
|
|
android:textSize="@dimen/homePage_fragment_topSize" />
|
|
|
|
<ImageView
|
|
android:id="@+id/iv_statement_back"
|
|
android:layout_width="@dimen/storeback_imgWidth"
|
|
android:layout_height="@dimen/storeback_imgHight"
|
|
android:layout_marginLeft="@dimen/comeback_left"
|
|
android:layout_centerVertical="true"
|
|
android:background="@drawable/comeback_btn" />
|
|
</RelativeLayout>
|
|
|
|
|
|
|
|
<WebView
|
|
android:id="@+id/web"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="match_parent"
|
|
android:layout_below="@id/rl_statement_bg"
|
|
android:scrollbars="none" />
|
|
|
|
</RelativeLayout> |