From e4a5e4e814221ca5415628b22079145399e5e42e Mon Sep 17 00:00:00 2001
From: 18142669586 <1669783059@qq.com>
Date: Sat, 7 Oct 2023 15:53:59 +0800
Subject: [PATCH] =?UTF-8?q?=E5=AE=8C=E5=96=84=E8=B5=84=E6=96=99?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
OneToOne/src/main/AndroidManifest.xml | 50 +++---
.../activity/login/CompleteActivity.java | 25 +++
.../activity/login/TagselectionActivity.java | 16 ++
.../src/main/res/layout/activity_complete.xml | 146 ++++++++++++++++++
.../main/res/layout/activity_tagselection.xml | 10 ++
OneToOne/src/main/res/values/strings.xml | 1 +
6 files changed, 226 insertions(+), 22 deletions(-)
create mode 100644 OneToOne/src/main/java/com/shayu/onetoone/activity/login/CompleteActivity.java
create mode 100644 OneToOne/src/main/java/com/shayu/onetoone/activity/login/TagselectionActivity.java
create mode 100644 OneToOne/src/main/res/layout/activity_complete.xml
create mode 100644 OneToOne/src/main/res/layout/activity_tagselection.xml
diff --git a/OneToOne/src/main/AndroidManifest.xml b/OneToOne/src/main/AndroidManifest.xml
index 367ccfff4..a51cd720b 100644
--- a/OneToOne/src/main/AndroidManifest.xml
+++ b/OneToOne/src/main/AndroidManifest.xml
@@ -1,6 +1,7 @@
+
+ package="com.shayu.onetoone" >
-
-
@@ -79,11 +78,11 @@
tools:ignore="ProtectedPermissions" />
-
-
-
-
+
+
+
+
+ tools:replace="theme,label,icon,allowBackup" >
+
+
+
+ android:exported="true" >
+
-
-
+ android:exported="true" />
-
-
+ android:windowSoftInputMode="stateHidden|adjustResize" />
+ android:windowSoftInputMode="stateHidden|adjustResize" />
-
+ android:windowSoftInputMode="stateHidden|adjustResize" />
+ android:windowSoftInputMode="stateHidden|adjustResize" />
+
+ android:grantUriPermissions="true" >
@@ -153,5 +160,4 @@
android:value="false" />
-
-
+
\ No newline at end of file
diff --git a/OneToOne/src/main/java/com/shayu/onetoone/activity/login/CompleteActivity.java b/OneToOne/src/main/java/com/shayu/onetoone/activity/login/CompleteActivity.java
new file mode 100644
index 000000000..09699190c
--- /dev/null
+++ b/OneToOne/src/main/java/com/shayu/onetoone/activity/login/CompleteActivity.java
@@ -0,0 +1,25 @@
+package com.shayu.onetoone.activity.login;
+
+import androidx.appcompat.app.AppCompatActivity;
+
+import android.os.Bundle;
+
+import com.shayu.onetoone.R;
+import com.shayu.onetoone.activity.AbsOTOActivity;
+
+/**
+ * 完善个人资料
+ */
+public class CompleteActivity extends AbsOTOActivity {
+
+
+ @Override
+ protected int getLayoutId() {
+ return R.layout.activity_complete;
+ }
+
+ @Override
+ protected void main(Bundle savedInstanceState) {
+
+ }
+}
\ No newline at end of file
diff --git a/OneToOne/src/main/java/com/shayu/onetoone/activity/login/TagselectionActivity.java b/OneToOne/src/main/java/com/shayu/onetoone/activity/login/TagselectionActivity.java
new file mode 100644
index 000000000..33bc4cacf
--- /dev/null
+++ b/OneToOne/src/main/java/com/shayu/onetoone/activity/login/TagselectionActivity.java
@@ -0,0 +1,16 @@
+package com.shayu.onetoone.activity.login;
+
+import androidx.appcompat.app.AppCompatActivity;
+
+import android.os.Bundle;
+
+import com.shayu.onetoone.R;
+
+public class TagselectionActivity extends AppCompatActivity {
+
+ @Override
+ protected void onCreate(Bundle savedInstanceState) {
+ super.onCreate(savedInstanceState);
+ setContentView(R.layout.activity_tagselection);
+ }
+}
\ No newline at end of file
diff --git a/OneToOne/src/main/res/layout/activity_complete.xml b/OneToOne/src/main/res/layout/activity_complete.xml
new file mode 100644
index 000000000..42dcf4ed3
--- /dev/null
+++ b/OneToOne/src/main/res/layout/activity_complete.xml
@@ -0,0 +1,146 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/OneToOne/src/main/res/layout/activity_tagselection.xml b/OneToOne/src/main/res/layout/activity_tagselection.xml
new file mode 100644
index 000000000..50dc708d0
--- /dev/null
+++ b/OneToOne/src/main/res/layout/activity_tagselection.xml
@@ -0,0 +1,10 @@
+
+
+
+
+
\ No newline at end of file
diff --git a/OneToOne/src/main/res/values/strings.xml b/OneToOne/src/main/res/values/strings.xml
index 86a32d34f..f0e03ec59 100644
--- a/OneToOne/src/main/res/values/strings.xml
+++ b/OneToOne/src/main/res/values/strings.xml
@@ -1,3 +1,4 @@
1v1
+ TagSelection_Activity
\ No newline at end of file