init
This commit is contained in:
40
app/src/main/res/layout-land/activity_statement.xml
Normal file
40
app/src/main/res/layout-land/activity_statement.xml
Normal file
@@ -0,0 +1,40 @@
|
||||
<?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>
|
||||
Reference in New Issue
Block a user