diff --git a/doc/~$无人物流管理系统需求构思及描述.docx b/doc/~$无人物流管理系统需求构思及描述.docx
deleted file mode 100644
index 17560ba..0000000
Binary files a/doc/~$无人物流管理系统需求构思及描述.docx and /dev/null differ
diff --git a/src/Logistics/.idea/deploymentTargetDropDown.xml b/src/Logistics/.idea/deploymentTargetDropDown.xml
index 458bd4f..e8919a9 100644
--- a/src/Logistics/.idea/deploymentTargetDropDown.xml
+++ b/src/Logistics/.idea/deploymentTargetDropDown.xml
@@ -7,11 +7,11 @@
-
+
-
+
\ No newline at end of file
diff --git a/src/Logistics/.idea/misc.xml b/src/Logistics/.idea/misc.xml
index 7bf2527..92bf35a 100644
--- a/src/Logistics/.idea/misc.xml
+++ b/src/Logistics/.idea/misc.xml
@@ -33,6 +33,24 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/Logistics/app/src/main/AndroidManifest.xml b/src/Logistics/app/src/main/AndroidManifest.xml
index bb8590b..1edd0cc 100644
--- a/src/Logistics/app/src/main/AndroidManifest.xml
+++ b/src/Logistics/app/src/main/AndroidManifest.xml
@@ -8,11 +8,11 @@
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/Logistics/app/src/main/res/drawable/login.png b/src/Logistics/app/src/main/res/drawable/login.png
new file mode 100644
index 0000000..0c9138d
Binary files /dev/null and b/src/Logistics/app/src/main/res/drawable/login.png differ
diff --git a/src/Logistics/app/src/main/res/layout/activity_main.xml b/src/Logistics/app/src/main/res/layout/activity_main.xml
index 9e033a5..d7bfeb4 100644
--- a/src/Logistics/app/src/main/res/layout/activity_main.xml
+++ b/src/Logistics/app/src/main/res/layout/activity_main.xml
@@ -9,19 +9,22 @@
android:id="@+id/linearLayout2"
android:layout_width="match_parent"
android:layout_height="match_parent"
- android:background="#F5F5F5"
+ android:background="#EAF1F1"
android:orientation="vertical">
+
+
+
+
-
-
+ android:textSize="20sp" />
@@ -55,7 +60,6 @@
android:id="@+id/PassWordLayout"
android:layout_width="match_parent"
android:layout_height="wrap_content">
-
+ android:textSize="20sp" />
+
+
+
-
+
+ android:id="@+id/LoginButton"
+ android:layout_width="60dp"
+ android:layout_height="60dp"
+
+ android:layout_marginTop="20dp"
+ android:background="@drawable/login"
+ android:padding="15dp"
+ android:visibility="visible" />
-
-
+
+
+
+
+
+
-
+
-
-
diff --git a/src/Logistics/app/src/main/res/layout/activity_no_pick.xml b/src/Logistics/app/src/main/res/layout/activity_no_pick.xml
index 38ae3b8..4321808 100644
--- a/src/Logistics/app/src/main/res/layout/activity_no_pick.xml
+++ b/src/Logistics/app/src/main/res/layout/activity_no_pick.xml
@@ -26,14 +26,6 @@
android:layout_marginLeft="100dp"
android:src="@drawable/sync" />
-
@@ -44,6 +36,15 @@
android:id="@+id/lv_nopick"
android:layout_width="match_parent"
android:layout_height="wrap_content" >
+
+
\ No newline at end of file
diff --git a/src/Logistics/app/src/main/res/layout/activity_sign_up.xml b/src/Logistics/app/src/main/res/layout/activity_sign_up.xml
index 87ade65..9d9a60e 100644
--- a/src/Logistics/app/src/main/res/layout/activity_sign_up.xml
+++ b/src/Logistics/app/src/main/res/layout/activity_sign_up.xml
@@ -44,6 +44,7 @@
android:layout_marginTop="10dp"
android:layout_marginBottom="10dp"
android:background="@drawable/translucent_edit"
+ android:gravity="center"
android:hint="输入用户名"
android:textSize="24dp"
android:singleLine="true" />
@@ -68,6 +69,7 @@
android:layout_marginTop="10dp"
android:layout_marginBottom="10dp"
android:background="@drawable/translucent_edit"
+ android:gravity="center"
android:hint="输入密码"
android:textSize="24dp"
android:maxLength="16"
@@ -94,6 +96,7 @@
android:layout_marginTop="10dp"
android:layout_marginBottom="10dp"
android:background="@drawable/translucent_edit"
+ android:gravity="center"
android:hint="再次输入密码"
android:maxLength="16"
android:textSize="24dp"
@@ -120,6 +123,7 @@
android:layout_marginTop="10dp"
android:layout_marginBottom="10dp"
android:background="@drawable/translucent_edit"
+ android:gravity="center"
android:hint="输入手机号码"
android:textSize="24dp"
android:maxLength="16"
@@ -139,10 +143,11 @@
android:id="@+id/SignUpButton"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
- android:padding="15dp"
- android:layout_margin="15dp"
+ android:layout_marginTop="70dp"
+
android:layout_weight="1"
android:background="@drawable/translucent_button"
+ android:padding="15dp"
android:text="立即注册"
android:textColor="@color/white"
android:textSize="24dp" />
@@ -152,12 +157,12 @@
android:id="@+id/BackLoginButton"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
- android:padding="15dp"
- android:layout_margin="15dp"
+ android:layout_marginTop="70dp"
android:layout_weight="1"
- android:textColor="@color/white"
android:background="@drawable/translucent_button"
+ android:padding="15dp"
android:text="返回登录"
+ android:textColor="@color/white"
android:textSize="24dp" />
diff --git a/src/Logistics/app/src/main/res/layout/forget.xml b/src/Logistics/app/src/main/res/layout/forget.xml
index acc385b..c2f5e00 100644
--- a/src/Logistics/app/src/main/res/layout/forget.xml
+++ b/src/Logistics/app/src/main/res/layout/forget.xml
@@ -1,37 +1,39 @@
+ android:background="#90376997"
+ android:gravity="center"
+ android:orientation="vertical">
+
+ android:hint="请输入注册时手机号" />
+
+ android:hint="请输入新密码" />
+
+ android:text="修改" />
\ No newline at end of file
diff --git a/src/Logistics/app/src/main/res/layout/my_fragment1.xml b/src/Logistics/app/src/main/res/layout/my_fragment1.xml
index b84f84d..b7fce86 100644
--- a/src/Logistics/app/src/main/res/layout/my_fragment1.xml
+++ b/src/Logistics/app/src/main/res/layout/my_fragment1.xml
@@ -15,54 +15,57 @@
android:layout_marginTop="100dp"
android:orientation="vertical">
-
+
-
-
+
+
+ android:layout_marginTop="20dp">
+ android:textSize="24dp" />
+ android:gravity="center"
+ android:orientation="horizontal">
+ android:textSize="38dp" />
diff --git a/src/Logistics/app/src/main/res/layout/my_fragment2.xml b/src/Logistics/app/src/main/res/layout/my_fragment2.xml
index 00f578a..d75533e 100644
--- a/src/Logistics/app/src/main/res/layout/my_fragment2.xml
+++ b/src/Logistics/app/src/main/res/layout/my_fragment2.xml
@@ -6,27 +6,40 @@
android:padding="5dp"
android:background="#F5F5F5">
+
+
+
+
- android:gravity="center">
+ android:layout_height="0dp" />
+ android:textSize="38dp" />
\ No newline at end of file
diff --git a/src/Logistics/app/src/main/res/layout/my_fragment3.xml b/src/Logistics/app/src/main/res/layout/my_fragment3.xml
index 4945bcd..79c7e2a 100644
--- a/src/Logistics/app/src/main/res/layout/my_fragment3.xml
+++ b/src/Logistics/app/src/main/res/layout/my_fragment3.xml
@@ -6,23 +6,31 @@
+ android:gravity="center"
+ android:orientation="vertical">
+
+
+
+ android:padding="15dp"
+ android:text=" 待取件"
+ android:textSize="24dp" />
+
+ android:textSize="24dp" />
+ android:padding="15dp"
+ android:text=" 历史取件"
+ android:textSize="24dp" />
+
+ android:textSize="24dp" />
+ android:padding="15dp"
+ android:text=" 退出登录"
+ android:textSize="24dp" />
+
+ android:textSize="24dp" />
diff --git a/src/Logistics/app/src/main/res/layout/pickup.xml b/src/Logistics/app/src/main/res/layout/pickup.xml
index 6a8c944..b30423a 100644
--- a/src/Logistics/app/src/main/res/layout/pickup.xml
+++ b/src/Logistics/app/src/main/res/layout/pickup.xml
@@ -1,37 +1,58 @@
+ android:gravity="center|top"
+ android:orientation="vertical">
+
+
-
+
-
+
+
+
+
+
+
+ android:layout_marginTop="70dp"
+ android:background="@drawable/translucent_button"
+ android:text="取 件"
+ android:textColor="@color/white"
+ android:textSize="20sp" />
\ No newline at end of file
diff --git a/src/Logistics/app/src/main/res/values/colors.xml b/src/Logistics/app/src/main/res/values/colors.xml
index eaa3847..273b6d8 100644
--- a/src/Logistics/app/src/main/res/values/colors.xml
+++ b/src/Logistics/app/src/main/res/values/colors.xml
@@ -6,7 +6,151 @@
#FF03DAC5
#FF018786
#FF000000
- #FFFFFFFF
+
#FF0000FF
#FF999999
+ #ffffff
+ #fffff0
+ #ffffe0
+ #ffff00
+ #fffafa
+ #fffaf0
+ #fffacd
+ #fff8dc
+ #fff5ee
+ #fff0f5
+ #ffefd5
+ #ffebcd
+ #ffe4e1
+ #ffe4c4
+ #ffe4b5
+ #ffdead
+ #ffdab9
+ #ffd700
+ #ffc0cb
+ #ffb6c1
+ #ffa500
+ #ffa07a
+ #ff8c00
+ #ff7f50
+ #ff69b4
+ #ff6347
+ #ff4500
+ #ff1493
+ #ff00ff
+ #ff00ff
+ #ff0000
+ #fdf5e6
+ #fafad2
+ #faf0e6
+ #faebd7
+ #fa8072
+ #f8f8ff
+ #f5fffa
+ #f5f5f5
+ #f5f5dc
+ #f5deb3
+ #f4a460
+ #f0ffff
+ #f0fff0
+ #f0f8ff
+ #f0e68c
+ #f08080
+ #eee8aa
+ #ee82ee
+ #e9967a
+ #e6e6fa
+ #e0ffff
+ #deb887
+ #dda0dd
+ #dcdcdc
+ #dc143c
+ #db7093
+ #daa520
+ #da70d6
+ #d8bfd8
+ #d3d3d3
+ #d3d3d3
+ #d2b48c
+ #d2691e
+ #cd853f
+ #cd5c5c
+ #c71585
+ #c0c0c0
+ #bdb76b
+ #bc8f8f
+ #ba55d3
+ #b8860b
+ #b22222
+ #b0e0e6
+ #b0c4de
+ #afeeee
+ #adff2f
+ #add8e6
+ #a9a9a9
+ #a9a9a9
+ #a52a2a
+ #a0522d
+ #9932cc
+ #98fb98
+ #9400d3
+ #9370db
+ #90ee90
+ #8fbc8f
+ #8b4513
+ #8b008b
+ #8b0000
+ #8a2be2
+ #87cefa
+ #87ceeb
+ #808080
+ #808000
+ #800080
+ #800000
+ #7fffd4
+ #7fff00
+ #7cfc00
+ #7b68ee
+ #778899
+ #778899
+ #708090
+ #708090
+ #6b8e23
+ #6a5acd
+ #696969
+ #66cdaa
+ #6495ed
+ #5f9ea0
+ #556b2f
+ #4b0082
+ #48d1cc
+ #483d8b
+ #4682b4
+ #4169e1
+ #40e0d0
+ #3cb371
+ #32cd32
+ #2f4f4f
+ #2f4f4f
+ #2e8b57
+ #228b22
+ #20b2aa
+ #1e90ff
+ #191970
+ #00ffff
+ #00ffff
+ #00ff7f
+ #00ff00
+ #00fa9a
+ #00ced1
+ #00bfff
+ #008b8b
+ #008080
+ #008000
+ #006400
+
+ #0000cd
+ #00008b
+ #000080
+
\ No newline at end of file
diff --git a/src/Logistics/gradle.properties b/src/Logistics/gradle.properties
index f9e65bb..946c2d4 100644
--- a/src/Logistics/gradle.properties
+++ b/src/Logistics/gradle.properties
@@ -19,4 +19,5 @@ android.useAndroidX=true
# resources declared in the library itself and none from the library's dependencies,
# thereby reducing the size of the R class for that library
android.nonTransitiveRClass=true
-android.enableJetifier=true
\ No newline at end of file
+android.enableJetifier=true
+android.overridePathCheck=true
\ No newline at end of file