From 5015696a47b671fc12cbea33e083b6f1bc47de46 Mon Sep 17 00:00:00 2001
From: 1550812172 <1550812172@qq.com>
Date: Mon, 10 Apr 2023 14:52:33 +0800
Subject: [PATCH] =?UTF-8?q?=E7=AC=AC=E4=B8=80=E6=AC=A1=E4=BF=AE=E6=94=B920?=
=?UTF-8?q?23/4/10?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../app/src/main/res/layout/activity_main.xml | 18 ++
.../src/main/res/layout/category_detail.xml | 16 ++
.../main/res/layout/category_list_item.xml | 14 ++
.../res/layout/categoty_detail_content.xml | 31 +++
.../src/main/res/layout/content_category.xml | 52 ++++
.../app/src/main/res/layout/content_user.xml | 234 ++++++++++++++++++
.../app/src/main/res/layout/user_login.xml | 100 ++++++++
.../app/src/main/res/layout/user_register.xml | 169 +++++++++++++
8 files changed, 634 insertions(+)
create mode 100644 chapter03_fragment/app/src/main/res/layout/activity_main.xml
create mode 100644 chapter03_fragment/app/src/main/res/layout/category_detail.xml
create mode 100644 chapter03_fragment/app/src/main/res/layout/category_list_item.xml
create mode 100644 chapter03_fragment/app/src/main/res/layout/categoty_detail_content.xml
create mode 100644 chapter03_fragment/app/src/main/res/layout/content_category.xml
create mode 100644 chapter03_fragment/app/src/main/res/layout/content_user.xml
create mode 100644 chapter03_fragment/app/src/main/res/layout/user_login.xml
create mode 100644 chapter03_fragment/app/src/main/res/layout/user_register.xml
diff --git a/chapter03_fragment/app/src/main/res/layout/activity_main.xml b/chapter03_fragment/app/src/main/res/layout/activity_main.xml
new file mode 100644
index 0000000..4fc2444
--- /dev/null
+++ b/chapter03_fragment/app/src/main/res/layout/activity_main.xml
@@ -0,0 +1,18 @@
+
+
+
+
+
+
\ No newline at end of file
diff --git a/chapter03_fragment/app/src/main/res/layout/category_detail.xml b/chapter03_fragment/app/src/main/res/layout/category_detail.xml
new file mode 100644
index 0000000..476b522
--- /dev/null
+++ b/chapter03_fragment/app/src/main/res/layout/category_detail.xml
@@ -0,0 +1,16 @@
+
+
+
+
+
+
\ No newline at end of file
diff --git a/chapter03_fragment/app/src/main/res/layout/category_list_item.xml b/chapter03_fragment/app/src/main/res/layout/category_list_item.xml
new file mode 100644
index 0000000..2187312
--- /dev/null
+++ b/chapter03_fragment/app/src/main/res/layout/category_list_item.xml
@@ -0,0 +1,14 @@
+
+
+
+
+
\ No newline at end of file
diff --git a/chapter03_fragment/app/src/main/res/layout/categoty_detail_content.xml b/chapter03_fragment/app/src/main/res/layout/categoty_detail_content.xml
new file mode 100644
index 0000000..a46be2c
--- /dev/null
+++ b/chapter03_fragment/app/src/main/res/layout/categoty_detail_content.xml
@@ -0,0 +1,31 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/chapter03_fragment/app/src/main/res/layout/content_category.xml b/chapter03_fragment/app/src/main/res/layout/content_category.xml
new file mode 100644
index 0000000..9f889bc
--- /dev/null
+++ b/chapter03_fragment/app/src/main/res/layout/content_category.xml
@@ -0,0 +1,52 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/chapter03_fragment/app/src/main/res/layout/content_user.xml b/chapter03_fragment/app/src/main/res/layout/content_user.xml
new file mode 100644
index 0000000..0338871
--- /dev/null
+++ b/chapter03_fragment/app/src/main/res/layout/content_user.xml
@@ -0,0 +1,234 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/chapter03_fragment/app/src/main/res/layout/user_login.xml b/chapter03_fragment/app/src/main/res/layout/user_login.xml
new file mode 100644
index 0000000..c5dfdaa
--- /dev/null
+++ b/chapter03_fragment/app/src/main/res/layout/user_login.xml
@@ -0,0 +1,100 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/chapter03_fragment/app/src/main/res/layout/user_register.xml b/chapter03_fragment/app/src/main/res/layout/user_register.xml
new file mode 100644
index 0000000..10c6385
--- /dev/null
+++ b/chapter03_fragment/app/src/main/res/layout/user_register.xml
@@ -0,0 +1,169 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file