Commit 2bae2e2b by 霍志良

feat:SecretActivity UI界面修改

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