Commit 2bae2e2b by 霍志良

feat:SecretActivity UI界面修改

parent 5ab37efb
......@@ -3,49 +3,43 @@
android:layout_width="match_parent"
android:layout_height="match_parent"
xmlns:tools="http://schemas.android.com/tools"
android:background="#ffffff">
<ImageView
android:layout_width="match_parent"
android:paddingStart="@dimen/platform_dp_38"
android:paddingEnd="@dimen/platform_dp_38"
android:paddingTop="@dimen/platform_dp_38"
android:paddingBottom="@dimen/platform_dp_38"
android:background="#60000000">
<RelativeLayout
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:adjustViewBounds="true"
android:src="@drawable/user_secret_top_bg" />
android:background="@color/white"
>
<RelativeLayout
android:id="@+id/user_top_rl"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginTop="10dp">
android:gravity="center"
android:layout_marginTop="@dimen/platform_dp_24">
<TextView
android:id="@+id/secrey_title"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginLeft="25dp"
android:layout_marginTop="40dp"
android:text="壹点灵"
android:text="壹点灵服务使用协议及隐私\n条款概要"
android:textColor="#242424"
android:textSize="28dp"
android:textStyle="bold" />
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_below="@+id/secrey_title"
android:layout_marginLeft="25dp"
android:text="隐私政策概要"
android:textColor="#242424"
android:textSize="28dp"
android:textSize="18sp"
android:gravity="center"
android:textStyle="bold" />
</RelativeLayout>
<ScrollView
android:layout_below="@+id/user_top_rl"
android:layout_alignBottom="@+id/secret_bottom_text"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginBottom="42dp">
android:layout_height="300dp"
android:id="@+id/scroll"
android:layout_marginTop="@dimen/platform_dp_12"
>
<LinearLayout
android:layout_width="match_parent"
......@@ -58,7 +52,6 @@
android:id="@+id/user_secret_desc"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginTop="30dp"
android:lineHeight="20dp"
tools:text="感谢您信任并使用壹点灵APP,\n
我们深知个人隐私的重要性,为了您更好的使用本APP,希望您着重关注:\n\n1. 为向您提供交易相关基本功能,我们会收集、使用必要的信息;\n
......@@ -66,8 +59,8 @@
3. 我们会采业界先进的安全措施保护您的信息安全;\n
4. 未经您同意,我们不会从第三方处获取、共享或向其提供您的信息;\n
5. 您可以查询、更正、删除您的个人信息。"
android:textColor="#444444"
android:textSize="14dp" />
android:textColor="#666666"
android:textSize="15sp" />
</LinearLayout>
</ScrollView>
......@@ -77,16 +70,16 @@
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:orientation="horizontal"
android:layout_alignParentBottom="true"
android:layout_marginBottom="185dp"
android:layout_below="@id/scroll"
android:layout_marginTop="@dimen/platform_dp_15"
android:layout_marginLeft="@dimen/platform_dp_25">
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="阅读完整版"
android:textColor="#444444"
android:textSize="14dp" />
android:textColor="#666666"
android:textSize="15sp" />
<TextView
android:id="@+id/user_use_btn"
......@@ -94,7 +87,7 @@
android:layout_height="wrap_content"
android:text="《用户使用协议》"
android:textColor="#159CEF"
android:textSize="14dp" />
android:textSize="15sp" />
<TextView
android:layout_width="wrap_content"
......@@ -103,23 +96,37 @@
android:textColor="#444444"
android:textSize="14dp" />
</LinearLayout>
<TextView
android:id="@+id/user_secret_protect_btn"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="《隐私保护政策》"
android:textColor="#159CEF"
android:layout_marginLeft="@dimen/platform_dp_25"
android:layout_below="@id/secret_bottom_text"
android:layout_marginTop="@dimen/platform_dp_5"
android:textSize="15sp" />
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="了解全部的条款内容"
android:textColor="#666666"
android:id="@+id/tv_all_content"
android:layout_marginLeft="@dimen/platform_dp_25"
android:layout_below="@id/user_secret_protect_btn"
android:layout_marginTop="@dimen/platform_dp_5"
android:textSize="14dp" />
</LinearLayout>
<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_alignParentBottom="true"
android:layout_marginLeft="25dp"
android:layout_marginRight="25dp"
android:layout_marginBottom="40dp"
android:orientation="horizontal"
android:layout_below="@id/tv_all_content"
android:layout_marginTop="@dimen/platform_dp_30"
android:layout_marginBottom="@dimen/platform_dp_30"
android:background="#ffffff">
<TextView
......@@ -130,7 +137,7 @@
android:layout_weight="1"
android:background="@drawable/user_secret_left_btn_bg"
android:gravity="center"
android:text="不同意并退出"
android:text="拒绝"
android:textColor="#999999"
android:textSize="16dp" />
......@@ -142,11 +149,13 @@
android:layout_weight="1"
android:background="@drawable/user_secret_right_btn_bg"
android:gravity="center"
android:text="同意并继续"
android:text="同意"
android:textColor="#FFFFFF"
android:textSize="16dp" />
</LinearLayout>
</RelativeLayout>
</RelativeLayout>
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment