diff --git a/代码/手机APP/NAOControl/.gitignore b/代码/手机APP/NAOControl/.gitignore
new file mode 100644
index 0000000..ef8fc96
--- /dev/null
+++ b/代码/手机APP/NAOControl/.gitignore
@@ -0,0 +1,23 @@
+# built application files
+*.apk
+*.ap_
+
+# files for the dex VM
+*.dex
+
+# Java class files
+*.class
+
+# generated files
+bin/
+gen/
+
+# Local configuration file (sdk path, etc)
+local.properties
+
+# Eclipse project files
+.classpath
+.project
+
+/.settings/org.eclipse.core.resources.prefs
+/.settings/org.eclipse.jdt.core.prefs
diff --git a/代码/手机APP/NAOControl/AndroidManifest.xml b/代码/手机APP/NAOControl/AndroidManifest.xml
new file mode 100644
index 0000000..7179d44
--- /dev/null
+++ b/代码/手机APP/NAOControl/AndroidManifest.xml
@@ -0,0 +1,100 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/代码/手机APP/NAOControl/LICENSE.txt b/代码/手机APP/NAOControl/LICENSE.txt
new file mode 100644
index 0000000..13e31e7
--- /dev/null
+++ b/代码/手机APP/NAOControl/LICENSE.txt
@@ -0,0 +1,212 @@
+ Copyright 2013, Csaba Szugyiczki
+
+ Licensed under the Apache License, Version 2.0 (the "License");
+ you may not use this file except in compliance with the License.
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+
+ Apache License
+ Version 2.0, January 2004
+ http://www.apache.org/licenses/
+
+ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
+
+ 1. Definitions.
+
+ "License" shall mean the terms and conditions for use, reproduction,
+ and distribution as defined by Sections 1 through 9 of this document.
+
+ "Licensor" shall mean the copyright owner or entity authorized by
+ the copyright owner that is granting the License.
+
+ "Legal Entity" shall mean the union of the acting entity and all
+ other entities that control, are controlled by, or are under common
+ control with that entity. For the purposes of this definition,
+ "control" means (i) the power, direct or indirect, to cause the
+ direction or management of such entity, whether by contract or
+ otherwise, or (ii) ownership of fifty percent (50%) or more of the
+ outstanding shares, or (iii) beneficial ownership of such entity.
+
+ "You" (or "Your") shall mean an individual or Legal Entity
+ exercising permissions granted by this License.
+
+ "Source" form shall mean the preferred form for making modifications,
+ including but not limited to software source code, documentation
+ source, and configuration files.
+
+ "Object" form shall mean any form resulting from mechanical
+ transformation or translation of a Source form, including but
+ not limited to compiled object code, generated documentation,
+ and conversions to other media types.
+
+ "Work" shall mean the work of authorship, whether in Source or
+ Object form, made available under the License, as indicated by a
+ copyright notice that is included in or attached to the work
+ (an example is provided in the Appendix below).
+
+ "Derivative Works" shall mean any work, whether in Source or Object
+ form, that is based on (or derived from) the Work and for which the
+ editorial revisions, annotations, elaborations, or other modifications
+ represent, as a whole, an original work of authorship. For the purposes
+ of this License, Derivative Works shall not include works that remain
+ separable from, or merely link (or bind by name) to the interfaces of,
+ the Work and Derivative Works thereof.
+
+ "Contribution" shall mean any work of authorship, including
+ the original version of the Work and any modifications or additions
+ to that Work or Derivative Works thereof, that is intentionally
+ submitted to Licensor for inclusion in the Work by the copyright owner
+ or by an individual or Legal Entity authorized to submit on behalf of
+ the copyright owner. For the purposes of this definition, "submitted"
+ means any form of electronic, verbal, or written communication sent
+ to the Licensor or its representatives, including but not limited to
+ communication on electronic mailing lists, source code control systems,
+ and issue tracking systems that are managed by, or on behalf of, the
+ Licensor for the purpose of discussing and improving the Work, but
+ excluding communication that is conspicuously marked or otherwise
+ designated in writing by the copyright owner as "Not a Contribution."
+
+ "Contributor" shall mean Licensor and any individual or Legal Entity
+ on behalf of whom a Contribution has been received by Licensor and
+ subsequently incorporated within the Work.
+
+ 2. Grant of Copyright License. Subject to the terms and conditions of
+ this License, each Contributor hereby grants to You a perpetual,
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
+ copyright license to reproduce, prepare Derivative Works of,
+ publicly display, publicly perform, sublicense, and distribute the
+ Work and such Derivative Works in Source or Object form.
+
+ 3. Grant of Patent License. Subject to the terms and conditions of
+ this License, each Contributor hereby grants to You a perpetual,
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
+ (except as stated in this section) patent license to make, have made,
+ use, offer to sell, sell, import, and otherwise transfer the Work,
+ where such license applies only to those patent claims licensable
+ by such Contributor that are necessarily infringed by their
+ Contribution(s) alone or by combination of their Contribution(s)
+ with the Work to which such Contribution(s) was submitted. If You
+ institute patent litigation against any entity (including a
+ cross-claim or counterclaim in a lawsuit) alleging that the Work
+ or a Contribution incorporated within the Work constitutes direct
+ or contributory patent infringement, then any patent licenses
+ granted to You under this License for that Work shall terminate
+ as of the date such litigation is filed.
+
+ 4. Redistribution. You may reproduce and distribute copies of the
+ Work or Derivative Works thereof in any medium, with or without
+ modifications, and in Source or Object form, provided that You
+ meet the following conditions:
+
+ (a) You must give any other recipients of the Work or
+ Derivative Works a copy of this License; and
+
+ (b) You must cause any modified files to carry prominent notices
+ stating that You changed the files; and
+
+ (c) You must retain, in the Source form of any Derivative Works
+ that You distribute, all copyright, patent, trademark, and
+ attribution notices from the Source form of the Work,
+ excluding those notices that do not pertain to any part of
+ the Derivative Works; and
+
+ (d) If the Work includes a "NOTICE" text file as part of its
+ distribution, then any Derivative Works that You distribute must
+ include a readable copy of the attribution notices contained
+ within such NOTICE file, excluding those notices that do not
+ pertain to any part of the Derivative Works, in at least one
+ of the following places: within a NOTICE text file distributed
+ as part of the Derivative Works; within the Source form or
+ documentation, if provided along with the Derivative Works; or,
+ within a display generated by the Derivative Works, if and
+ wherever such third-party notices normally appear. The contents
+ of the NOTICE file are for informational purposes only and
+ do not modify the License. You may add Your own attribution
+ notices within Derivative Works that You distribute, alongside
+ or as an addendum to the NOTICE text from the Work, provided
+ that such additional attribution notices cannot be construed
+ as modifying the License.
+
+ You may add Your own copyright statement to Your modifications and
+ may provide additional or different license terms and conditions
+ for use, reproduction, or distribution of Your modifications, or
+ for any such Derivative Works as a whole, provided Your use,
+ reproduction, and distribution of the Work otherwise complies with
+ the conditions stated in this License.
+
+ 5. Submission of Contributions. Unless You explicitly state otherwise,
+ any Contribution intentionally submitted for inclusion in the Work
+ by You to the Licensor shall be under the terms and conditions of
+ this License, without any additional terms or conditions.
+ Notwithstanding the above, nothing herein shall supersede or modify
+ the terms of any separate license agreement you may have executed
+ with Licensor regarding such Contributions.
+
+ 6. Trademarks. This License does not grant permission to use the trade
+ names, trademarks, service marks, or product names of the Licensor,
+ except as required for reasonable and customary use in describing the
+ origin of the Work and reproducing the content of the NOTICE file.
+
+ 7. Disclaimer of Warranty. Unless required by applicable law or
+ agreed to in writing, Licensor provides the Work (and each
+ Contributor provides its Contributions) on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
+ implied, including, without limitation, any warranties or conditions
+ of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
+ PARTICULAR PURPOSE. You are solely responsible for determining the
+ appropriateness of using or redistributing the Work and assume any
+ risks associated with Your exercise of permissions under this License.
+
+ 8. Limitation of Liability. In no event and under no legal theory,
+ whether in tort (including negligence), contract, or otherwise,
+ unless required by applicable law (such as deliberate and grossly
+ negligent acts) or agreed to in writing, shall any Contributor be
+ liable to You for damages, including any direct, indirect, special,
+ incidental, or consequential damages of any character arising as a
+ result of this License or out of the use or inability to use the
+ Work (including but not limited to damages for loss of goodwill,
+ work stoppage, computer failure or malfunction, or any and all
+ other commercial damages or losses), even if such Contributor
+ has been advised of the possibility of such damages.
+
+ 9. Accepting Warranty or Additional Liability. While redistributing
+ the Work or Derivative Works thereof, You may choose to offer,
+ and charge a fee for, acceptance of support, warranty, indemnity,
+ or other liability obligations and/or rights consistent with this
+ License. However, in accepting such obligations, You may act only
+ on Your own behalf and on Your sole responsibility, not on behalf
+ of any other Contributor, and only if You agree to indemnify,
+ defend, and hold each Contributor harmless for any liability
+ incurred by, or claims asserted against, such Contributor by reason
+ of your accepting any such warranty or additional liability.
+
+ END OF TERMS AND CONDITIONS
+
+ APPENDIX: How to apply the Apache License to your work.
+
+ To apply the Apache License to your work, attach the following
+ boilerplate notice, with the fields enclosed by brackets "[]"
+ replaced with your own identifying information. (Don't include
+ the brackets!) The text should be enclosed in the appropriate
+ comment syntax for the file format. We also recommend that a
+ file or class name and description of purpose be included on the
+ same "printed page" as the copyright notice for easier
+ identification within third-party archives.
+
+ Copyright [yyyy] [name of copyright owner]
+
+ Licensed under the Apache License, Version 2.0 (the "License");
+ you may not use this file except in compliance with the License.
+ You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
diff --git a/代码/手机APP/NAOControl/README.md b/代码/手机APP/NAOControl/README.md
new file mode 100644
index 0000000..0794b66
--- /dev/null
+++ b/代码/手机APP/NAOControl/README.md
@@ -0,0 +1,27 @@
+Circle Menu
+==========
+This is a simple implementation of a circle menu to be used in Android applications.
+
+Screenshots
+-----------
+[](#Screenshot)
+
+Basic usage
+-----------
+The files you will need:
+
+ /src/com/szugyi/circlemenu/view/CircleLayout.java
+ /src/com/szugyi/circlemenu/view/CircleImageView.java
+ /res/values/attrs.xml
+
+ You can copy and paste them into your project, or make a library project of this one, by selecting the Properties menu from the context menu of the project folder, then selecting Android and checking in the Is Library checkbox. Do not forget to reference this project as a library project if you choose the second way to use the files.
+
+
+Credits
+-------
+Special thanks to Balzs Varga, who helped me during the first implementations of this custom view.
+
+A lot of code snippets have been used from this great tutorial:
+http://mobile.tutsplus.com/tutorials/android/android-sdk-creating-a-rotating-dialer/
+
+The icons used in the example app are from: http://icons.mysitemyway.com/blue-white-pearls-icons-social-media-logos/
diff --git a/代码/手机APP/NAOControl/libs/android-support-v4.jar b/代码/手机APP/NAOControl/libs/android-support-v4.jar
new file mode 100644
index 0000000..feaf44f
Binary files /dev/null and b/代码/手机APP/NAOControl/libs/android-support-v4.jar differ
diff --git a/代码/手机APP/NAOControl/proguard-project.txt b/代码/手机APP/NAOControl/proguard-project.txt
new file mode 100644
index 0000000..f2fe155
--- /dev/null
+++ b/代码/手机APP/NAOControl/proguard-project.txt
@@ -0,0 +1,20 @@
+# To enable ProGuard in your project, edit project.properties
+# to define the proguard.config property as described in that file.
+#
+# Add project specific ProGuard rules here.
+# By default, the flags in this file are appended to flags specified
+# in ${sdk.dir}/tools/proguard/proguard-android.txt
+# You can edit the include path and order by changing the ProGuard
+# include property in project.properties.
+#
+# For more details, see
+# http://developer.android.com/guide/developing/tools/proguard.html
+
+# Add any project specific keep options here:
+
+# If your project uses WebView with JS, uncomment the following
+# and specify the fully qualified class name to the JavaScript interface
+# class:
+#-keepclassmembers class fqcn.of.javascript.interface.for.webview {
+# public *;
+#}
diff --git a/代码/手机APP/NAOControl/project.properties b/代码/手机APP/NAOControl/project.properties
new file mode 100644
index 0000000..a2b9bcc
--- /dev/null
+++ b/代码/手机APP/NAOControl/project.properties
@@ -0,0 +1,15 @@
+# This file is automatically generated by Android Tools.
+# Do not modify this file -- YOUR CHANGES WILL BE ERASED!
+#
+# This file must be checked in Version Control Systems.
+#
+# To customize properties used by the Ant build system edit
+# "ant.properties", and override values to adapt the script to your
+# project structure.
+#
+# To enable ProGuard to shrink and obfuscate your code, uncomment this (available properties: sdk.dir, user.home):
+#proguard.config=${sdk.dir}/tools/proguard/proguard-android.txt:proguard-project.txt
+
+# Project target.
+target=android-19
+android.library=false
diff --git a/代码/手机APP/NAOControl/res/drawable-hdpi/base_empty_view.png b/代码/手机APP/NAOControl/res/drawable-hdpi/base_empty_view.png
new file mode 100644
index 0000000..fda1f64
Binary files /dev/null and b/代码/手机APP/NAOControl/res/drawable-hdpi/base_empty_view.png differ
diff --git a/代码/手机APP/NAOControl/res/drawable-hdpi/biz_pics_ic_back_normal.png b/代码/手机APP/NAOControl/res/drawable-hdpi/biz_pics_ic_back_normal.png
new file mode 100644
index 0000000..cf78207
Binary files /dev/null and b/代码/手机APP/NAOControl/res/drawable-hdpi/biz_pics_ic_back_normal.png differ
diff --git a/代码/手机APP/NAOControl/res/drawable-hdpi/biz_pics_ic_back_pressed.png b/代码/手机APP/NAOControl/res/drawable-hdpi/biz_pics_ic_back_pressed.png
new file mode 100644
index 0000000..cbf73a2
Binary files /dev/null and b/代码/手机APP/NAOControl/res/drawable-hdpi/biz_pics_ic_back_pressed.png differ
diff --git a/代码/手机APP/NAOControl/res/drawable-hdpi/connect_button_connected.png b/代码/手机APP/NAOControl/res/drawable-hdpi/connect_button_connected.png
new file mode 100644
index 0000000..95e078e
Binary files /dev/null and b/代码/手机APP/NAOControl/res/drawable-hdpi/connect_button_connected.png differ
diff --git a/代码/手机APP/NAOControl/res/drawable-hdpi/connect_button_disconnected.png b/代码/手机APP/NAOControl/res/drawable-hdpi/connect_button_disconnected.png
new file mode 100644
index 0000000..43bffb8
Binary files /dev/null and b/代码/手机APP/NAOControl/res/drawable-hdpi/connect_button_disconnected.png differ
diff --git a/代码/手机APP/NAOControl/res/drawable-hdpi/delete.png b/代码/手机APP/NAOControl/res/drawable-hdpi/delete.png
new file mode 100644
index 0000000..ec2431f
Binary files /dev/null and b/代码/手机APP/NAOControl/res/drawable-hdpi/delete.png differ
diff --git a/代码/手机APP/NAOControl/res/drawable-hdpi/help_button.png b/代码/手机APP/NAOControl/res/drawable-hdpi/help_button.png
new file mode 100644
index 0000000..0deceea
Binary files /dev/null and b/代码/手机APP/NAOControl/res/drawable-hdpi/help_button.png differ
diff --git a/代码/手机APP/NAOControl/res/drawable-hdpi/home_button.png b/代码/手机APP/NAOControl/res/drawable-hdpi/home_button.png
new file mode 100644
index 0000000..4c3c7ea
Binary files /dev/null and b/代码/手机APP/NAOControl/res/drawable-hdpi/home_button.png differ
diff --git a/代码/手机APP/NAOControl/res/drawable-hdpi/ic_launcher.png b/代码/手机APP/NAOControl/res/drawable-hdpi/ic_launcher.png
new file mode 100644
index 0000000..9b5d9ea
Binary files /dev/null and b/代码/手机APP/NAOControl/res/drawable-hdpi/ic_launcher.png differ
diff --git a/代码/手机APP/NAOControl/res/drawable-hdpi/ic_launcher2.png b/代码/手机APP/NAOControl/res/drawable-hdpi/ic_launcher2.png
new file mode 100644
index 0000000..65d396a
Binary files /dev/null and b/代码/手机APP/NAOControl/res/drawable-hdpi/ic_launcher2.png differ
diff --git a/代码/手机APP/NAOControl/res/drawable-hdpi/icon.png b/代码/手机APP/NAOControl/res/drawable-hdpi/icon.png
new file mode 100644
index 0000000..8074c4c
Binary files /dev/null and b/代码/手机APP/NAOControl/res/drawable-hdpi/icon.png differ
diff --git a/代码/手机APP/NAOControl/res/drawable-hdpi/icon_dance.png b/代码/手机APP/NAOControl/res/drawable-hdpi/icon_dance.png
new file mode 100644
index 0000000..079a168
Binary files /dev/null and b/代码/手机APP/NAOControl/res/drawable-hdpi/icon_dance.png differ
diff --git a/代码/手机APP/NAOControl/res/drawable-hdpi/icon_fetchemail.png b/代码/手机APP/NAOControl/res/drawable-hdpi/icon_fetchemail.png
new file mode 100644
index 0000000..40a3438
Binary files /dev/null and b/代码/手机APP/NAOControl/res/drawable-hdpi/icon_fetchemail.png differ
diff --git a/代码/手机APP/NAOControl/res/drawable-hdpi/icon_forward.png b/代码/手机APP/NAOControl/res/drawable-hdpi/icon_forward.png
new file mode 100644
index 0000000..508c10e
Binary files /dev/null and b/代码/手机APP/NAOControl/res/drawable-hdpi/icon_forward.png differ
diff --git a/代码/手机APP/NAOControl/res/drawable-hdpi/icon_move.png b/代码/手机APP/NAOControl/res/drawable-hdpi/icon_move.png
new file mode 100644
index 0000000..fe7d0aa
Binary files /dev/null and b/代码/手机APP/NAOControl/res/drawable-hdpi/icon_move.png differ
diff --git a/代码/手机APP/NAOControl/res/drawable-hdpi/icon_newsbroadcast.png b/代码/手机APP/NAOControl/res/drawable-hdpi/icon_newsbroadcast.png
new file mode 100644
index 0000000..0bc0f1e
Binary files /dev/null and b/代码/手机APP/NAOControl/res/drawable-hdpi/icon_newsbroadcast.png differ
diff --git a/代码/手机APP/NAOControl/res/drawable-hdpi/icon_search.png b/代码/手机APP/NAOControl/res/drawable-hdpi/icon_search.png
new file mode 100644
index 0000000..eda182e
Binary files /dev/null and b/代码/手机APP/NAOControl/res/drawable-hdpi/icon_search.png differ
diff --git a/代码/手机APP/NAOControl/res/drawable-hdpi/icon_sendemail.png b/代码/手机APP/NAOControl/res/drawable-hdpi/icon_sendemail.png
new file mode 100644
index 0000000..34bdaeb
Binary files /dev/null and b/代码/手机APP/NAOControl/res/drawable-hdpi/icon_sendemail.png differ
diff --git a/代码/手机APP/NAOControl/res/drawable-hdpi/icon_stop.png b/代码/手机APP/NAOControl/res/drawable-hdpi/icon_stop.png
new file mode 100644
index 0000000..4905c22
Binary files /dev/null and b/代码/手机APP/NAOControl/res/drawable-hdpi/icon_stop.png differ
diff --git a/代码/手机APP/NAOControl/res/drawable-hdpi/icon_turnaround.png b/代码/手机APP/NAOControl/res/drawable-hdpi/icon_turnaround.png
new file mode 100644
index 0000000..a89a2fa
Binary files /dev/null and b/代码/手机APP/NAOControl/res/drawable-hdpi/icon_turnaround.png differ
diff --git a/代码/手机APP/NAOControl/res/drawable-hdpi/main_menu_button.png b/代码/手机APP/NAOControl/res/drawable-hdpi/main_menu_button.png
new file mode 100644
index 0000000..99eb7de
Binary files /dev/null and b/代码/手机APP/NAOControl/res/drawable-hdpi/main_menu_button.png differ
diff --git a/代码/手机APP/NAOControl/res/drawable-hdpi/menu_camera.png b/代码/手机APP/NAOControl/res/drawable-hdpi/menu_camera.png
new file mode 100644
index 0000000..ff40b91
Binary files /dev/null and b/代码/手机APP/NAOControl/res/drawable-hdpi/menu_camera.png differ
diff --git a/代码/手机APP/NAOControl/res/drawable-hdpi/menu_icn_plus.png b/代码/手机APP/NAOControl/res/drawable-hdpi/menu_icn_plus.png
new file mode 100644
index 0000000..c9b14c0
Binary files /dev/null and b/代码/手机APP/NAOControl/res/drawable-hdpi/menu_icn_plus.png differ
diff --git a/代码/手机APP/NAOControl/res/drawable-hdpi/menu_place.png b/代码/手机APP/NAOControl/res/drawable-hdpi/menu_place.png
new file mode 100644
index 0000000..5e446e7
Binary files /dev/null and b/代码/手机APP/NAOControl/res/drawable-hdpi/menu_place.png differ
diff --git a/代码/手机APP/NAOControl/res/drawable-hdpi/menu_with.png b/代码/手机APP/NAOControl/res/drawable-hdpi/menu_with.png
new file mode 100644
index 0000000..db6b725
Binary files /dev/null and b/代码/手机APP/NAOControl/res/drawable-hdpi/menu_with.png differ
diff --git a/代码/手机APP/NAOControl/res/drawable-hdpi/mm_title_btn_contact_normal.png b/代码/手机APP/NAOControl/res/drawable-hdpi/mm_title_btn_contact_normal.png
new file mode 100644
index 0000000..95053e4
Binary files /dev/null and b/代码/手机APP/NAOControl/res/drawable-hdpi/mm_title_btn_contact_normal.png differ
diff --git a/代码/手机APP/NAOControl/res/drawable-hdpi/play_active.png b/代码/手机APP/NAOControl/res/drawable-hdpi/play_active.png
new file mode 100644
index 0000000..123702b
Binary files /dev/null and b/代码/手机APP/NAOControl/res/drawable-hdpi/play_active.png differ
diff --git a/代码/手机APP/NAOControl/res/drawable-hdpi/play_disabled.png b/代码/手机APP/NAOControl/res/drawable-hdpi/play_disabled.png
new file mode 100644
index 0000000..83182ae
Binary files /dev/null and b/代码/手机APP/NAOControl/res/drawable-hdpi/play_disabled.png differ
diff --git a/代码/手机APP/NAOControl/res/drawable-hdpi/press_tilt_button.png b/代码/手机APP/NAOControl/res/drawable-hdpi/press_tilt_button.png
new file mode 100644
index 0000000..71230d9
Binary files /dev/null and b/代码/手机APP/NAOControl/res/drawable-hdpi/press_tilt_button.png differ
diff --git a/代码/手机APP/NAOControl/res/drawable-hdpi/search_btn_background.png b/代码/手机APP/NAOControl/res/drawable-hdpi/search_btn_background.png
new file mode 100644
index 0000000..977a550
Binary files /dev/null and b/代码/手机APP/NAOControl/res/drawable-hdpi/search_btn_background.png differ
diff --git a/代码/手机APP/NAOControl/res/drawable-hdpi/search_frame.9.png b/代码/手机APP/NAOControl/res/drawable-hdpi/search_frame.9.png
new file mode 100644
index 0000000..9b7788e
Binary files /dev/null and b/代码/手机APP/NAOControl/res/drawable-hdpi/search_frame.9.png differ
diff --git a/代码/手机APP/NAOControl/res/drawable-hdpi/search_top_background.png b/代码/手机APP/NAOControl/res/drawable-hdpi/search_top_background.png
new file mode 100644
index 0000000..168f32f
Binary files /dev/null and b/代码/手机APP/NAOControl/res/drawable-hdpi/search_top_background.png differ
diff --git a/代码/手机APP/NAOControl/res/drawable-hdpi/sitdown.png b/代码/手机APP/NAOControl/res/drawable-hdpi/sitdown.png
new file mode 100644
index 0000000..e48ac9d
Binary files /dev/null and b/代码/手机APP/NAOControl/res/drawable-hdpi/sitdown.png differ
diff --git a/代码/手机APP/NAOControl/res/drawable-hdpi/splash.png b/代码/手机APP/NAOControl/res/drawable-hdpi/splash.png
new file mode 100644
index 0000000..53788bc
Binary files /dev/null and b/代码/手机APP/NAOControl/res/drawable-hdpi/splash.png differ
diff --git a/代码/手机APP/NAOControl/res/drawable-hdpi/standup.png b/代码/手机APP/NAOControl/res/drawable-hdpi/standup.png
new file mode 100644
index 0000000..26a8562
Binary files /dev/null and b/代码/手机APP/NAOControl/res/drawable-hdpi/standup.png differ
diff --git a/代码/手机APP/NAOControl/res/drawable-hdpi/tab_address_normal.png b/代码/手机APP/NAOControl/res/drawable-hdpi/tab_address_normal.png
new file mode 100644
index 0000000..b3114fd
Binary files /dev/null and b/代码/手机APP/NAOControl/res/drawable-hdpi/tab_address_normal.png differ
diff --git a/代码/手机APP/NAOControl/res/drawable-hdpi/tab_find_frd_normal.png b/代码/手机APP/NAOControl/res/drawable-hdpi/tab_find_frd_normal.png
new file mode 100644
index 0000000..a703743
Binary files /dev/null and b/代码/手机APP/NAOControl/res/drawable-hdpi/tab_find_frd_normal.png differ
diff --git a/代码/手机APP/NAOControl/res/drawable-hdpi/tab_settings_normal.png b/代码/手机APP/NAOControl/res/drawable-hdpi/tab_settings_normal.png
new file mode 100644
index 0000000..60ce5ca
Binary files /dev/null and b/代码/手机APP/NAOControl/res/drawable-hdpi/tab_settings_normal.png differ
diff --git a/代码/手机APP/NAOControl/res/drawable-hdpi/tab_weixin_normal.png b/代码/手机APP/NAOControl/res/drawable-hdpi/tab_weixin_normal.png
new file mode 100644
index 0000000..b4961c1
Binary files /dev/null and b/代码/手机APP/NAOControl/res/drawable-hdpi/tab_weixin_normal.png differ
diff --git a/代码/手机APP/NAOControl/res/drawable-hdpi/top_background.xml b/代码/手机APP/NAOControl/res/drawable-hdpi/top_background.xml
new file mode 100644
index 0000000..bd1a2b1
--- /dev/null
+++ b/代码/手机APP/NAOControl/res/drawable-hdpi/top_background.xml
@@ -0,0 +1,4 @@
+
+
\ No newline at end of file
diff --git a/代码/手机APP/NAOControl/res/drawable-ldpi/ic_launcher.png b/代码/手机APP/NAOControl/res/drawable-ldpi/ic_launcher.png
new file mode 100644
index 0000000..9b5d9ea
Binary files /dev/null and b/代码/手机APP/NAOControl/res/drawable-ldpi/ic_launcher.png differ
diff --git a/代码/手机APP/NAOControl/res/drawable-ldpi/ic_launcher2.png b/代码/手机APP/NAOControl/res/drawable-ldpi/ic_launcher2.png
new file mode 100644
index 0000000..65d396a
Binary files /dev/null and b/代码/手机APP/NAOControl/res/drawable-ldpi/ic_launcher2.png differ
diff --git a/代码/手机APP/NAOControl/res/drawable-ldpi/icon.png b/代码/手机APP/NAOControl/res/drawable-ldpi/icon.png
new file mode 100644
index 0000000..8074c4c
Binary files /dev/null and b/代码/手机APP/NAOControl/res/drawable-ldpi/icon.png differ
diff --git a/代码/手机APP/NAOControl/res/drawable-ldpi/icon_dance.png b/代码/手机APP/NAOControl/res/drawable-ldpi/icon_dance.png
new file mode 100644
index 0000000..079a168
Binary files /dev/null and b/代码/手机APP/NAOControl/res/drawable-ldpi/icon_dance.png differ
diff --git a/代码/手机APP/NAOControl/res/drawable-ldpi/icon_fetchemail.png b/代码/手机APP/NAOControl/res/drawable-ldpi/icon_fetchemail.png
new file mode 100644
index 0000000..40a3438
Binary files /dev/null and b/代码/手机APP/NAOControl/res/drawable-ldpi/icon_fetchemail.png differ
diff --git a/代码/手机APP/NAOControl/res/drawable-ldpi/icon_forward.png b/代码/手机APP/NAOControl/res/drawable-ldpi/icon_forward.png
new file mode 100644
index 0000000..132f4b1
Binary files /dev/null and b/代码/手机APP/NAOControl/res/drawable-ldpi/icon_forward.png differ
diff --git a/代码/手机APP/NAOControl/res/drawable-ldpi/icon_move.png b/代码/手机APP/NAOControl/res/drawable-ldpi/icon_move.png
new file mode 100644
index 0000000..fe7d0aa
Binary files /dev/null and b/代码/手机APP/NAOControl/res/drawable-ldpi/icon_move.png differ
diff --git a/代码/手机APP/NAOControl/res/drawable-ldpi/icon_newsbroadcast.png b/代码/手机APP/NAOControl/res/drawable-ldpi/icon_newsbroadcast.png
new file mode 100644
index 0000000..0bc0f1e
Binary files /dev/null and b/代码/手机APP/NAOControl/res/drawable-ldpi/icon_newsbroadcast.png differ
diff --git a/代码/手机APP/NAOControl/res/drawable-ldpi/icon_search.png b/代码/手机APP/NAOControl/res/drawable-ldpi/icon_search.png
new file mode 100644
index 0000000..eda182e
Binary files /dev/null and b/代码/手机APP/NAOControl/res/drawable-ldpi/icon_search.png differ
diff --git a/代码/手机APP/NAOControl/res/drawable-ldpi/icon_sendemail.png b/代码/手机APP/NAOControl/res/drawable-ldpi/icon_sendemail.png
new file mode 100644
index 0000000..34bdaeb
Binary files /dev/null and b/代码/手机APP/NAOControl/res/drawable-ldpi/icon_sendemail.png differ
diff --git a/代码/手机APP/NAOControl/res/drawable-ldpi/icon_stop.png b/代码/手机APP/NAOControl/res/drawable-ldpi/icon_stop.png
new file mode 100644
index 0000000..9bb07f5
Binary files /dev/null and b/代码/手机APP/NAOControl/res/drawable-ldpi/icon_stop.png differ
diff --git a/代码/手机APP/NAOControl/res/drawable-ldpi/icon_turnaround.png b/代码/手机APP/NAOControl/res/drawable-ldpi/icon_turnaround.png
new file mode 100644
index 0000000..a89a2fa
Binary files /dev/null and b/代码/手机APP/NAOControl/res/drawable-ldpi/icon_turnaround.png differ
diff --git a/代码/手机APP/NAOControl/res/drawable-mdpi/app_icon.png b/代码/手机APP/NAOControl/res/drawable-mdpi/app_icon.png
new file mode 100644
index 0000000..1181c5d
Binary files /dev/null and b/代码/手机APP/NAOControl/res/drawable-mdpi/app_icon.png differ
diff --git a/代码/手机APP/NAOControl/res/drawable-mdpi/base_empty_view.png b/代码/手机APP/NAOControl/res/drawable-mdpi/base_empty_view.png
new file mode 100644
index 0000000..fda1f64
Binary files /dev/null and b/代码/手机APP/NAOControl/res/drawable-mdpi/base_empty_view.png differ
diff --git a/代码/手机APP/NAOControl/res/drawable-mdpi/biz_pics_ic_back_normal.png b/代码/手机APP/NAOControl/res/drawable-mdpi/biz_pics_ic_back_normal.png
new file mode 100644
index 0000000..cf78207
Binary files /dev/null and b/代码/手机APP/NAOControl/res/drawable-mdpi/biz_pics_ic_back_normal.png differ
diff --git a/代码/手机APP/NAOControl/res/drawable-mdpi/biz_pics_ic_back_pressed.png b/代码/手机APP/NAOControl/res/drawable-mdpi/biz_pics_ic_back_pressed.png
new file mode 100644
index 0000000..cbf73a2
Binary files /dev/null and b/代码/手机APP/NAOControl/res/drawable-mdpi/biz_pics_ic_back_pressed.png differ
diff --git a/代码/手机APP/NAOControl/res/drawable-mdpi/connect_button_connected.png b/代码/手机APP/NAOControl/res/drawable-mdpi/connect_button_connected.png
new file mode 100644
index 0000000..cd99c9a
Binary files /dev/null and b/代码/手机APP/NAOControl/res/drawable-mdpi/connect_button_connected.png differ
diff --git a/代码/手机APP/NAOControl/res/drawable-mdpi/connect_button_disconnected.png b/代码/手机APP/NAOControl/res/drawable-mdpi/connect_button_disconnected.png
new file mode 100644
index 0000000..c77bc34
Binary files /dev/null and b/代码/手机APP/NAOControl/res/drawable-mdpi/connect_button_disconnected.png differ
diff --git a/代码/手机APP/NAOControl/res/drawable-mdpi/help_button.png b/代码/手机APP/NAOControl/res/drawable-mdpi/help_button.png
new file mode 100644
index 0000000..ce87095
Binary files /dev/null and b/代码/手机APP/NAOControl/res/drawable-mdpi/help_button.png differ
diff --git a/代码/手机APP/NAOControl/res/drawable-mdpi/home_button.png b/代码/手机APP/NAOControl/res/drawable-mdpi/home_button.png
new file mode 100644
index 0000000..c9942a3
Binary files /dev/null and b/代码/手机APP/NAOControl/res/drawable-mdpi/home_button.png differ
diff --git a/代码/手机APP/NAOControl/res/drawable-mdpi/ic_launcher.png b/代码/手机APP/NAOControl/res/drawable-mdpi/ic_launcher.png
new file mode 100644
index 0000000..9b5d9ea
Binary files /dev/null and b/代码/手机APP/NAOControl/res/drawable-mdpi/ic_launcher.png differ
diff --git a/代码/手机APP/NAOControl/res/drawable-mdpi/ic_menu_allfriends.png b/代码/手机APP/NAOControl/res/drawable-mdpi/ic_menu_allfriends.png
new file mode 100644
index 0000000..20994ed
Binary files /dev/null and b/代码/手机APP/NAOControl/res/drawable-mdpi/ic_menu_allfriends.png differ
diff --git a/代码/手机APP/NAOControl/res/drawable-mdpi/ic_menu_cc.png b/代码/手机APP/NAOControl/res/drawable-mdpi/ic_menu_cc.png
new file mode 100644
index 0000000..50d686a
Binary files /dev/null and b/代码/手机APP/NAOControl/res/drawable-mdpi/ic_menu_cc.png differ
diff --git a/代码/手机APP/NAOControl/res/drawable-mdpi/ic_menu_emoticons.png b/代码/手机APP/NAOControl/res/drawable-mdpi/ic_menu_emoticons.png
new file mode 100644
index 0000000..af730fa
Binary files /dev/null and b/代码/手机APP/NAOControl/res/drawable-mdpi/ic_menu_emoticons.png differ
diff --git a/代码/手机APP/NAOControl/res/drawable-mdpi/ic_menu_friendslist.png b/代码/手机APP/NAOControl/res/drawable-mdpi/ic_menu_friendslist.png
new file mode 100644
index 0000000..9200f87
Binary files /dev/null and b/代码/手机APP/NAOControl/res/drawable-mdpi/ic_menu_friendslist.png differ
diff --git a/代码/手机APP/NAOControl/res/drawable-mdpi/ic_menu_library.png b/代码/手机APP/NAOControl/res/drawable-mdpi/ic_menu_library.png
new file mode 100644
index 0000000..4b6da7d
Binary files /dev/null and b/代码/手机APP/NAOControl/res/drawable-mdpi/ic_menu_library.png differ
diff --git a/代码/手机APP/NAOControl/res/drawable-mdpi/ic_menu_myplaces.png b/代码/手机APP/NAOControl/res/drawable-mdpi/ic_menu_myplaces.png
new file mode 100644
index 0000000..205848e
Binary files /dev/null and b/代码/手机APP/NAOControl/res/drawable-mdpi/ic_menu_myplaces.png differ
diff --git a/代码/手机APP/NAOControl/res/drawable-mdpi/ic_menu_setting.png b/代码/手机APP/NAOControl/res/drawable-mdpi/ic_menu_setting.png
new file mode 100644
index 0000000..7697c01
Binary files /dev/null and b/代码/手机APP/NAOControl/res/drawable-mdpi/ic_menu_setting.png differ
diff --git a/代码/手机APP/NAOControl/res/drawable-mdpi/ic_menu_start_conversation.png b/代码/手机APP/NAOControl/res/drawable-mdpi/ic_menu_start_conversation.png
new file mode 100644
index 0000000..d71ed17
Binary files /dev/null and b/代码/手机APP/NAOControl/res/drawable-mdpi/ic_menu_start_conversation.png differ
diff --git a/代码/手机APP/NAOControl/res/drawable-mdpi/icon.png b/代码/手机APP/NAOControl/res/drawable-mdpi/icon.png
new file mode 100644
index 0000000..8074c4c
Binary files /dev/null and b/代码/手机APP/NAOControl/res/drawable-mdpi/icon.png differ
diff --git a/代码/手机APP/NAOControl/res/drawable-mdpi/icon_dance.png b/代码/手机APP/NAOControl/res/drawable-mdpi/icon_dance.png
new file mode 100644
index 0000000..079a168
Binary files /dev/null and b/代码/手机APP/NAOControl/res/drawable-mdpi/icon_dance.png differ
diff --git a/代码/手机APP/NAOControl/res/drawable-mdpi/icon_fetchemail.png b/代码/手机APP/NAOControl/res/drawable-mdpi/icon_fetchemail.png
new file mode 100644
index 0000000..40a3438
Binary files /dev/null and b/代码/手机APP/NAOControl/res/drawable-mdpi/icon_fetchemail.png differ
diff --git a/代码/手机APP/NAOControl/res/drawable-mdpi/icon_forward.png b/代码/手机APP/NAOControl/res/drawable-mdpi/icon_forward.png
new file mode 100644
index 0000000..132f4b1
Binary files /dev/null and b/代码/手机APP/NAOControl/res/drawable-mdpi/icon_forward.png differ
diff --git a/代码/手机APP/NAOControl/res/drawable-mdpi/icon_move.png b/代码/手机APP/NAOControl/res/drawable-mdpi/icon_move.png
new file mode 100644
index 0000000..fe7d0aa
Binary files /dev/null and b/代码/手机APP/NAOControl/res/drawable-mdpi/icon_move.png differ
diff --git a/代码/手机APP/NAOControl/res/drawable-mdpi/icon_newsbroadcast.png b/代码/手机APP/NAOControl/res/drawable-mdpi/icon_newsbroadcast.png
new file mode 100644
index 0000000..0bc0f1e
Binary files /dev/null and b/代码/手机APP/NAOControl/res/drawable-mdpi/icon_newsbroadcast.png differ
diff --git a/代码/手机APP/NAOControl/res/drawable-mdpi/icon_search.png b/代码/手机APP/NAOControl/res/drawable-mdpi/icon_search.png
new file mode 100644
index 0000000..eda182e
Binary files /dev/null and b/代码/手机APP/NAOControl/res/drawable-mdpi/icon_search.png differ
diff --git a/代码/手机APP/NAOControl/res/drawable-mdpi/icon_sendemail.png b/代码/手机APP/NAOControl/res/drawable-mdpi/icon_sendemail.png
new file mode 100644
index 0000000..34bdaeb
Binary files /dev/null and b/代码/手机APP/NAOControl/res/drawable-mdpi/icon_sendemail.png differ
diff --git a/代码/手机APP/NAOControl/res/drawable-mdpi/icon_stop.png b/代码/手机APP/NAOControl/res/drawable-mdpi/icon_stop.png
new file mode 100644
index 0000000..9bb07f5
Binary files /dev/null and b/代码/手机APP/NAOControl/res/drawable-mdpi/icon_stop.png differ
diff --git a/代码/手机APP/NAOControl/res/drawable-mdpi/icon_turnaround.png b/代码/手机APP/NAOControl/res/drawable-mdpi/icon_turnaround.png
new file mode 100644
index 0000000..a89a2fa
Binary files /dev/null and b/代码/手机APP/NAOControl/res/drawable-mdpi/icon_turnaround.png differ
diff --git a/代码/手机APP/NAOControl/res/drawable-mdpi/mm_title_btn_contact_normal.png b/代码/手机APP/NAOControl/res/drawable-mdpi/mm_title_btn_contact_normal.png
new file mode 100644
index 0000000..95053e4
Binary files /dev/null and b/代码/手机APP/NAOControl/res/drawable-mdpi/mm_title_btn_contact_normal.png differ
diff --git a/代码/手机APP/NAOControl/res/drawable-mdpi/play_active.png b/代码/手机APP/NAOControl/res/drawable-mdpi/play_active.png
new file mode 100644
index 0000000..ae80cc6
Binary files /dev/null and b/代码/手机APP/NAOControl/res/drawable-mdpi/play_active.png differ
diff --git a/代码/手机APP/NAOControl/res/drawable-mdpi/play_disabled.png b/代码/手机APP/NAOControl/res/drawable-mdpi/play_disabled.png
new file mode 100644
index 0000000..88f48d3
Binary files /dev/null and b/代码/手机APP/NAOControl/res/drawable-mdpi/play_disabled.png differ
diff --git a/代码/手机APP/NAOControl/res/drawable-mdpi/press_tilt_button.png b/代码/手机APP/NAOControl/res/drawable-mdpi/press_tilt_button.png
new file mode 100644
index 0000000..e76d0d6
Binary files /dev/null and b/代码/手机APP/NAOControl/res/drawable-mdpi/press_tilt_button.png differ
diff --git a/代码/手机APP/NAOControl/res/drawable-mdpi/sitdown.png b/代码/手机APP/NAOControl/res/drawable-mdpi/sitdown.png
new file mode 100644
index 0000000..efbd3c5
Binary files /dev/null and b/代码/手机APP/NAOControl/res/drawable-mdpi/sitdown.png differ
diff --git a/代码/手机APP/NAOControl/res/drawable-mdpi/splash.png b/代码/手机APP/NAOControl/res/drawable-mdpi/splash.png
new file mode 100644
index 0000000..948a4ab
Binary files /dev/null and b/代码/手机APP/NAOControl/res/drawable-mdpi/splash.png differ
diff --git a/代码/手机APP/NAOControl/res/drawable-mdpi/standup.png b/代码/手机APP/NAOControl/res/drawable-mdpi/standup.png
new file mode 100644
index 0000000..375bd6f
Binary files /dev/null and b/代码/手机APP/NAOControl/res/drawable-mdpi/standup.png differ
diff --git a/代码/手机APP/NAOControl/res/drawable-mdpi/tab_address_normal.png b/代码/手机APP/NAOControl/res/drawable-mdpi/tab_address_normal.png
new file mode 100644
index 0000000..b3114fd
Binary files /dev/null and b/代码/手机APP/NAOControl/res/drawable-mdpi/tab_address_normal.png differ
diff --git a/代码/手机APP/NAOControl/res/drawable-mdpi/tab_find_frd_normal.png b/代码/手机APP/NAOControl/res/drawable-mdpi/tab_find_frd_normal.png
new file mode 100644
index 0000000..a703743
Binary files /dev/null and b/代码/手机APP/NAOControl/res/drawable-mdpi/tab_find_frd_normal.png differ
diff --git a/代码/手机APP/NAOControl/res/drawable-mdpi/tab_settings_normal.png b/代码/手机APP/NAOControl/res/drawable-mdpi/tab_settings_normal.png
new file mode 100644
index 0000000..60ce5ca
Binary files /dev/null and b/代码/手机APP/NAOControl/res/drawable-mdpi/tab_settings_normal.png differ
diff --git a/代码/手机APP/NAOControl/res/drawable-mdpi/tab_weixin_normal.png b/代码/手机APP/NAOControl/res/drawable-mdpi/tab_weixin_normal.png
new file mode 100644
index 0000000..b4961c1
Binary files /dev/null and b/代码/手机APP/NAOControl/res/drawable-mdpi/tab_weixin_normal.png differ
diff --git a/代码/手机APP/NAOControl/res/drawable-xhdpi/app_icon.png b/代码/手机APP/NAOControl/res/drawable-xhdpi/app_icon.png
new file mode 100644
index 0000000..b3d49d8
Binary files /dev/null and b/代码/手机APP/NAOControl/res/drawable-xhdpi/app_icon.png differ
diff --git a/代码/手机APP/NAOControl/res/drawable-xhdpi/connect_button_connected.png b/代码/手机APP/NAOControl/res/drawable-xhdpi/connect_button_connected.png
new file mode 100644
index 0000000..37f3f41
Binary files /dev/null and b/代码/手机APP/NAOControl/res/drawable-xhdpi/connect_button_connected.png differ
diff --git a/代码/手机APP/NAOControl/res/drawable-xhdpi/connect_button_disconnected.png b/代码/手机APP/NAOControl/res/drawable-xhdpi/connect_button_disconnected.png
new file mode 100644
index 0000000..5716415
Binary files /dev/null and b/代码/手机APP/NAOControl/res/drawable-xhdpi/connect_button_disconnected.png differ
diff --git a/代码/手机APP/NAOControl/res/drawable-xhdpi/help_button.png b/代码/手机APP/NAOControl/res/drawable-xhdpi/help_button.png
new file mode 100644
index 0000000..251b746
Binary files /dev/null and b/代码/手机APP/NAOControl/res/drawable-xhdpi/help_button.png differ
diff --git a/代码/手机APP/NAOControl/res/drawable-xhdpi/home_button.png b/代码/手机APP/NAOControl/res/drawable-xhdpi/home_button.png
new file mode 100644
index 0000000..86dfe5d
Binary files /dev/null and b/代码/手机APP/NAOControl/res/drawable-xhdpi/home_button.png differ
diff --git a/代码/手机APP/NAOControl/res/drawable-xhdpi/ic_launcher.png b/代码/手机APP/NAOControl/res/drawable-xhdpi/ic_launcher.png
new file mode 100644
index 0000000..9b5d9ea
Binary files /dev/null and b/代码/手机APP/NAOControl/res/drawable-xhdpi/ic_launcher.png differ
diff --git a/代码/手机APP/NAOControl/res/drawable-xhdpi/icon.png b/代码/手机APP/NAOControl/res/drawable-xhdpi/icon.png
new file mode 100644
index 0000000..8074c4c
Binary files /dev/null and b/代码/手机APP/NAOControl/res/drawable-xhdpi/icon.png differ
diff --git a/代码/手机APP/NAOControl/res/drawable-xhdpi/icon_dance.png b/代码/手机APP/NAOControl/res/drawable-xhdpi/icon_dance.png
new file mode 100644
index 0000000..079a168
Binary files /dev/null and b/代码/手机APP/NAOControl/res/drawable-xhdpi/icon_dance.png differ
diff --git a/代码/手机APP/NAOControl/res/drawable-xhdpi/icon_fetchemail.png b/代码/手机APP/NAOControl/res/drawable-xhdpi/icon_fetchemail.png
new file mode 100644
index 0000000..40a3438
Binary files /dev/null and b/代码/手机APP/NAOControl/res/drawable-xhdpi/icon_fetchemail.png differ
diff --git a/代码/手机APP/NAOControl/res/drawable-xhdpi/icon_forward.png b/代码/手机APP/NAOControl/res/drawable-xhdpi/icon_forward.png
new file mode 100644
index 0000000..132f4b1
Binary files /dev/null and b/代码/手机APP/NAOControl/res/drawable-xhdpi/icon_forward.png differ
diff --git a/代码/手机APP/NAOControl/res/drawable-xhdpi/icon_move.png b/代码/手机APP/NAOControl/res/drawable-xhdpi/icon_move.png
new file mode 100644
index 0000000..fe7d0aa
Binary files /dev/null and b/代码/手机APP/NAOControl/res/drawable-xhdpi/icon_move.png differ
diff --git a/代码/手机APP/NAOControl/res/drawable-xhdpi/icon_newsbroadcast.png b/代码/手机APP/NAOControl/res/drawable-xhdpi/icon_newsbroadcast.png
new file mode 100644
index 0000000..0bc0f1e
Binary files /dev/null and b/代码/手机APP/NAOControl/res/drawable-xhdpi/icon_newsbroadcast.png differ
diff --git a/代码/手机APP/NAOControl/res/drawable-xhdpi/icon_search.png b/代码/手机APP/NAOControl/res/drawable-xhdpi/icon_search.png
new file mode 100644
index 0000000..eda182e
Binary files /dev/null and b/代码/手机APP/NAOControl/res/drawable-xhdpi/icon_search.png differ
diff --git a/代码/手机APP/NAOControl/res/drawable-xhdpi/icon_sendemail.png b/代码/手机APP/NAOControl/res/drawable-xhdpi/icon_sendemail.png
new file mode 100644
index 0000000..34bdaeb
Binary files /dev/null and b/代码/手机APP/NAOControl/res/drawable-xhdpi/icon_sendemail.png differ
diff --git a/代码/手机APP/NAOControl/res/drawable-xhdpi/icon_stop.png b/代码/手机APP/NAOControl/res/drawable-xhdpi/icon_stop.png
new file mode 100644
index 0000000..9bb07f5
Binary files /dev/null and b/代码/手机APP/NAOControl/res/drawable-xhdpi/icon_stop.png differ
diff --git a/代码/手机APP/NAOControl/res/drawable-xhdpi/icon_turnaround.png b/代码/手机APP/NAOControl/res/drawable-xhdpi/icon_turnaround.png
new file mode 100644
index 0000000..a89a2fa
Binary files /dev/null and b/代码/手机APP/NAOControl/res/drawable-xhdpi/icon_turnaround.png differ
diff --git a/代码/手机APP/NAOControl/res/drawable-xhdpi/iconfont_chat.png b/代码/手机APP/NAOControl/res/drawable-xhdpi/iconfont_chat.png
new file mode 100644
index 0000000..ee02998
Binary files /dev/null and b/代码/手机APP/NAOControl/res/drawable-xhdpi/iconfont_chat.png differ
diff --git a/代码/手机APP/NAOControl/res/drawable-xhdpi/iconfont_faxian.png b/代码/手机APP/NAOControl/res/drawable-xhdpi/iconfont_faxian.png
new file mode 100644
index 0000000..97e3329
Binary files /dev/null and b/代码/手机APP/NAOControl/res/drawable-xhdpi/iconfont_faxian.png differ
diff --git a/代码/手机APP/NAOControl/res/drawable-xhdpi/iconfont_find.png b/代码/手机APP/NAOControl/res/drawable-xhdpi/iconfont_find.png
new file mode 100644
index 0000000..6baadc0
Binary files /dev/null and b/代码/手机APP/NAOControl/res/drawable-xhdpi/iconfont_find.png differ
diff --git a/代码/手机APP/NAOControl/res/drawable-xhdpi/iconfont_friend.png b/代码/手机APP/NAOControl/res/drawable-xhdpi/iconfont_friend.png
new file mode 100644
index 0000000..b362cd3
Binary files /dev/null and b/代码/手机APP/NAOControl/res/drawable-xhdpi/iconfont_friend.png differ
diff --git a/代码/手机APP/NAOControl/res/drawable-xhdpi/iconfont_me.png b/代码/手机APP/NAOControl/res/drawable-xhdpi/iconfont_me.png
new file mode 100644
index 0000000..f73ba2e
Binary files /dev/null and b/代码/手机APP/NAOControl/res/drawable-xhdpi/iconfont_me.png differ
diff --git a/代码/手机APP/NAOControl/res/drawable-xhdpi/library_robot.png b/代码/手机APP/NAOControl/res/drawable-xhdpi/library_robot.png
new file mode 100644
index 0000000..23136e2
Binary files /dev/null and b/代码/手机APP/NAOControl/res/drawable-xhdpi/library_robot.png differ
diff --git a/代码/手机APP/NAOControl/res/drawable-xhdpi/play_active.png b/代码/手机APP/NAOControl/res/drawable-xhdpi/play_active.png
new file mode 100644
index 0000000..74fc9fe
Binary files /dev/null and b/代码/手机APP/NAOControl/res/drawable-xhdpi/play_active.png differ
diff --git a/代码/手机APP/NAOControl/res/drawable-xhdpi/play_disabled.png b/代码/手机APP/NAOControl/res/drawable-xhdpi/play_disabled.png
new file mode 100644
index 0000000..2eda03f
Binary files /dev/null and b/代码/手机APP/NAOControl/res/drawable-xhdpi/play_disabled.png differ
diff --git a/代码/手机APP/NAOControl/res/drawable-xhdpi/press_tilt_button.png b/代码/手机APP/NAOControl/res/drawable-xhdpi/press_tilt_button.png
new file mode 100644
index 0000000..148aafe
Binary files /dev/null and b/代码/手机APP/NAOControl/res/drawable-xhdpi/press_tilt_button.png differ
diff --git a/代码/手机APP/NAOControl/res/drawable-xhdpi/sitdown.png b/代码/手机APP/NAOControl/res/drawable-xhdpi/sitdown.png
new file mode 100644
index 0000000..c588adb
Binary files /dev/null and b/代码/手机APP/NAOControl/res/drawable-xhdpi/sitdown.png differ
diff --git a/代码/手机APP/NAOControl/res/drawable-xhdpi/splash.png b/代码/手机APP/NAOControl/res/drawable-xhdpi/splash.png
new file mode 100644
index 0000000..b7f66ee
Binary files /dev/null and b/代码/手机APP/NAOControl/res/drawable-xhdpi/splash.png differ
diff --git a/代码/手机APP/NAOControl/res/drawable-xhdpi/standup.png b/代码/手机APP/NAOControl/res/drawable-xhdpi/standup.png
new file mode 100644
index 0000000..20d233a
Binary files /dev/null and b/代码/手机APP/NAOControl/res/drawable-xhdpi/standup.png differ
diff --git a/代码/手机APP/NAOControl/res/drawable-xhdpi/weixin.png b/代码/手机APP/NAOControl/res/drawable-xhdpi/weixin.png
new file mode 100644
index 0000000..9aedd3b
Binary files /dev/null and b/代码/手机APP/NAOControl/res/drawable-xhdpi/weixin.png differ
diff --git a/代码/手机APP/NAOControl/res/drawable-xxhdpi/actionbar_add_icon.png b/代码/手机APP/NAOControl/res/drawable-xxhdpi/actionbar_add_icon.png
new file mode 100644
index 0000000..a24c303
Binary files /dev/null and b/代码/手机APP/NAOControl/res/drawable-xxhdpi/actionbar_add_icon.png differ
diff --git a/代码/手机APP/NAOControl/res/drawable-xxhdpi/actionbar_search_icon.png b/代码/手机APP/NAOControl/res/drawable-xxhdpi/actionbar_search_icon.png
new file mode 100644
index 0000000..8b7daaf
Binary files /dev/null and b/代码/手机APP/NAOControl/res/drawable-xxhdpi/actionbar_search_icon.png differ
diff --git a/代码/手机APP/NAOControl/res/drawable-xxhdpi/bigdata.PNG b/代码/手机APP/NAOControl/res/drawable-xxhdpi/bigdata.PNG
new file mode 100644
index 0000000..f828f13
Binary files /dev/null and b/代码/手机APP/NAOControl/res/drawable-xxhdpi/bigdata.PNG differ
diff --git a/代码/手机APP/NAOControl/res/drawable-xxhdpi/bigdata1.PNG b/代码/手机APP/NAOControl/res/drawable-xxhdpi/bigdata1.PNG
new file mode 100644
index 0000000..7fade31
Binary files /dev/null and b/代码/手机APP/NAOControl/res/drawable-xxhdpi/bigdata1.PNG differ
diff --git a/代码/手机APP/NAOControl/res/drawable-xxhdpi/ic_launcher.png b/代码/手机APP/NAOControl/res/drawable-xxhdpi/ic_launcher.png
new file mode 100644
index 0000000..a73dbbe
Binary files /dev/null and b/代码/手机APP/NAOControl/res/drawable-xxhdpi/ic_launcher.png differ
diff --git a/代码/手机APP/NAOControl/res/drawable-xxhdpi/java.png b/代码/手机APP/NAOControl/res/drawable-xxhdpi/java.png
new file mode 100644
index 0000000..85476a9
Binary files /dev/null and b/代码/手机APP/NAOControl/res/drawable-xxhdpi/java.png differ
diff --git a/代码/手机APP/NAOControl/res/drawable-xxhdpi/java_s.png b/代码/手机APP/NAOControl/res/drawable-xxhdpi/java_s.png
new file mode 100644
index 0000000..c57ad18
Binary files /dev/null and b/代码/手机APP/NAOControl/res/drawable-xxhdpi/java_s.png differ
diff --git a/代码/手机APP/NAOControl/res/drawable-xxhdpi/minecraft.PNG b/代码/手机APP/NAOControl/res/drawable-xxhdpi/minecraft.PNG
new file mode 100644
index 0000000..658aaaa
Binary files /dev/null and b/代码/手机APP/NAOControl/res/drawable-xxhdpi/minecraft.PNG differ
diff --git a/代码/手机APP/NAOControl/res/drawable-xxhdpi/ofm_add_icon.png b/代码/手机APP/NAOControl/res/drawable-xxhdpi/ofm_add_icon.png
new file mode 100644
index 0000000..94212aa
Binary files /dev/null and b/代码/手机APP/NAOControl/res/drawable-xxhdpi/ofm_add_icon.png differ
diff --git a/代码/手机APP/NAOControl/res/drawable-xxhdpi/ofm_feedback_icon.png b/代码/手机APP/NAOControl/res/drawable-xxhdpi/ofm_feedback_icon.png
new file mode 100644
index 0000000..0e13295
Binary files /dev/null and b/代码/手机APP/NAOControl/res/drawable-xxhdpi/ofm_feedback_icon.png differ
diff --git a/代码/手机APP/NAOControl/res/drawable-xxhdpi/ofm_group_chat_icon.png b/代码/手机APP/NAOControl/res/drawable-xxhdpi/ofm_group_chat_icon.png
new file mode 100644
index 0000000..b70f8ac
Binary files /dev/null and b/代码/手机APP/NAOControl/res/drawable-xxhdpi/ofm_group_chat_icon.png differ
diff --git a/代码/手机APP/NAOControl/res/drawable-xxhdpi/ofm_qrcode_icon.png b/代码/手机APP/NAOControl/res/drawable-xxhdpi/ofm_qrcode_icon.png
new file mode 100644
index 0000000..c81a544
Binary files /dev/null and b/代码/手机APP/NAOControl/res/drawable-xxhdpi/ofm_qrcode_icon.png differ
diff --git a/代码/手机APP/NAOControl/res/drawable-xxhdpi/ppt.PNG b/代码/手机APP/NAOControl/res/drawable-xxhdpi/ppt.PNG
new file mode 100644
index 0000000..5ecb57e
Binary files /dev/null and b/代码/手机APP/NAOControl/res/drawable-xxhdpi/ppt.PNG differ
diff --git a/代码/手机APP/NAOControl/res/drawable-xxhdpi/python.png b/代码/手机APP/NAOControl/res/drawable-xxhdpi/python.png
new file mode 100644
index 0000000..c701e01
Binary files /dev/null and b/代码/手机APP/NAOControl/res/drawable-xxhdpi/python.png differ
diff --git a/代码/手机APP/NAOControl/res/drawable-xxhdpi/software_engineer.png b/代码/手机APP/NAOControl/res/drawable-xxhdpi/software_engineer.png
new file mode 100644
index 0000000..8d1c73a
Binary files /dev/null and b/代码/手机APP/NAOControl/res/drawable-xxhdpi/software_engineer.png differ
diff --git a/代码/手机APP/NAOControl/res/drawable-xxhdpi/software_engineer_s.png b/代码/手机APP/NAOControl/res/drawable-xxhdpi/software_engineer_s.png
new file mode 100644
index 0000000..1d1acbe
Binary files /dev/null and b/代码/手机APP/NAOControl/res/drawable-xxhdpi/software_engineer_s.png differ
diff --git a/代码/手机APP/NAOControl/res/drawable-xxhdpi/software_system.png b/代码/手机APP/NAOControl/res/drawable-xxhdpi/software_system.png
new file mode 100644
index 0000000..cebc115
Binary files /dev/null and b/代码/手机APP/NAOControl/res/drawable-xxhdpi/software_system.png differ
diff --git a/代码/手机APP/NAOControl/res/drawable-xxhdpi/software_system_s.png b/代码/手机APP/NAOControl/res/drawable-xxhdpi/software_system_s.png
new file mode 100644
index 0000000..e2b13b6
Binary files /dev/null and b/代码/手机APP/NAOControl/res/drawable-xxhdpi/software_system_s.png differ
diff --git a/代码/手机APP/NAOControl/res/drawable-xxhdpi/tab_address_normal.png b/代码/手机APP/NAOControl/res/drawable-xxhdpi/tab_address_normal.png
new file mode 100644
index 0000000..b3114fd
Binary files /dev/null and b/代码/手机APP/NAOControl/res/drawable-xxhdpi/tab_address_normal.png differ
diff --git a/代码/手机APP/NAOControl/res/drawable-xxhdpi/tab_find_frd_normal.png b/代码/手机APP/NAOControl/res/drawable-xxhdpi/tab_find_frd_normal.png
new file mode 100644
index 0000000..a703743
Binary files /dev/null and b/代码/手机APP/NAOControl/res/drawable-xxhdpi/tab_find_frd_normal.png differ
diff --git a/代码/手机APP/NAOControl/res/drawable-xxhdpi/tab_settings_normal.png b/代码/手机APP/NAOControl/res/drawable-xxhdpi/tab_settings_normal.png
new file mode 100644
index 0000000..60ce5ca
Binary files /dev/null and b/代码/手机APP/NAOControl/res/drawable-xxhdpi/tab_settings_normal.png differ
diff --git a/代码/手机APP/NAOControl/res/drawable-xxhdpi/tab_weixin_normal.png b/代码/手机APP/NAOControl/res/drawable-xxhdpi/tab_weixin_normal.png
new file mode 100644
index 0000000..b4961c1
Binary files /dev/null and b/代码/手机APP/NAOControl/res/drawable-xxhdpi/tab_weixin_normal.png differ
diff --git a/代码/手机APP/NAOControl/res/drawable-xxhdpi/three_d.PNG b/代码/手机APP/NAOControl/res/drawable-xxhdpi/three_d.PNG
new file mode 100644
index 0000000..4ae0349
Binary files /dev/null and b/代码/手机APP/NAOControl/res/drawable-xxhdpi/three_d.PNG differ
diff --git a/代码/手机APP/NAOControl/res/drawable-xxhdpi/web.PNG b/代码/手机APP/NAOControl/res/drawable-xxhdpi/web.PNG
new file mode 100644
index 0000000..97c683c
Binary files /dev/null and b/代码/手机APP/NAOControl/res/drawable-xxhdpi/web.PNG differ
diff --git a/代码/手机APP/NAOControl/res/drawable/btn_style_one.xml b/代码/手机APP/NAOControl/res/drawable/btn_style_one.xml
new file mode 100644
index 0000000..ddfd0d1
--- /dev/null
+++ b/代码/手机APP/NAOControl/res/drawable/btn_style_one.xml
@@ -0,0 +1,6 @@
+
+
+
+
+
+
\ No newline at end of file
diff --git a/代码/手机APP/NAOControl/res/drawable/btn_style_one_normal.9.png b/代码/手机APP/NAOControl/res/drawable/btn_style_one_normal.9.png
new file mode 100644
index 0000000..19fbad2
Binary files /dev/null and b/代码/手机APP/NAOControl/res/drawable/btn_style_one_normal.9.png differ
diff --git a/代码/手机APP/NAOControl/res/drawable/btn_style_one_pressed.9.png b/代码/手机APP/NAOControl/res/drawable/btn_style_one_pressed.9.png
new file mode 100644
index 0000000..c729b21
Binary files /dev/null and b/代码/手机APP/NAOControl/res/drawable/btn_style_one_pressed.9.png differ
diff --git a/代码/手机APP/NAOControl/res/drawable/btn_style_two.xml b/代码/手机APP/NAOControl/res/drawable/btn_style_two.xml
new file mode 100644
index 0000000..a652d61
--- /dev/null
+++ b/代码/手机APP/NAOControl/res/drawable/btn_style_two.xml
@@ -0,0 +1,6 @@
+
+
+
+
+
+
\ No newline at end of file
diff --git a/代码/手机APP/NAOControl/res/drawable/btn_style_two_normal.9.png b/代码/手机APP/NAOControl/res/drawable/btn_style_two_normal.9.png
new file mode 100644
index 0000000..56617a4
Binary files /dev/null and b/代码/手机APP/NAOControl/res/drawable/btn_style_two_normal.9.png differ
diff --git a/代码/手机APP/NAOControl/res/drawable/btn_style_two_pressed.9.png b/代码/手机APP/NAOControl/res/drawable/btn_style_two_pressed.9.png
new file mode 100644
index 0000000..8e70f54
Binary files /dev/null and b/代码/手机APP/NAOControl/res/drawable/btn_style_two_pressed.9.png differ
diff --git a/代码/手机APP/NAOControl/res/drawable/come_from_facebook.png b/代码/手机APP/NAOControl/res/drawable/come_from_facebook.png
new file mode 100644
index 0000000..dc4ded5
Binary files /dev/null and b/代码/手机APP/NAOControl/res/drawable/come_from_facebook.png differ
diff --git a/代码/手机APP/NAOControl/res/drawable/connect_button_connected.png b/代码/手机APP/NAOControl/res/drawable/connect_button_connected.png
new file mode 100644
index 0000000..95e078e
Binary files /dev/null and b/代码/手机APP/NAOControl/res/drawable/connect_button_connected.png differ
diff --git a/代码/手机APP/NAOControl/res/drawable/connect_button_disconnected.png b/代码/手机APP/NAOControl/res/drawable/connect_button_disconnected.png
new file mode 100644
index 0000000..43bffb8
Binary files /dev/null and b/代码/手机APP/NAOControl/res/drawable/connect_button_disconnected.png differ
diff --git a/代码/手机APP/NAOControl/res/drawable/copyright.jpg b/代码/手机APP/NAOControl/res/drawable/copyright.jpg
new file mode 100644
index 0000000..26485fb
Binary files /dev/null and b/代码/手机APP/NAOControl/res/drawable/copyright.jpg differ
diff --git a/代码/手机APP/NAOControl/res/drawable/copyright1.png b/代码/手机APP/NAOControl/res/drawable/copyright1.png
new file mode 100644
index 0000000..ff94b89
Binary files /dev/null and b/代码/手机APP/NAOControl/res/drawable/copyright1.png differ
diff --git a/代码/手机APP/NAOControl/res/drawable/doorpage_left.png b/代码/手机APP/NAOControl/res/drawable/doorpage_left.png
new file mode 100644
index 0000000..800e103
Binary files /dev/null and b/代码/手机APP/NAOControl/res/drawable/doorpage_left.png differ
diff --git a/代码/手机APP/NAOControl/res/drawable/doorpage_right.png b/代码/手机APP/NAOControl/res/drawable/doorpage_right.png
new file mode 100644
index 0000000..abbe2d2
Binary files /dev/null and b/代码/手机APP/NAOControl/res/drawable/doorpage_right.png differ
diff --git a/代码/手机APP/NAOControl/res/drawable/forward.png b/代码/手机APP/NAOControl/res/drawable/forward.png
new file mode 100644
index 0000000..9af35bf
Binary files /dev/null and b/代码/手机APP/NAOControl/res/drawable/forward.png differ
diff --git a/代码/手机APP/NAOControl/res/drawable/help_button.png b/代码/手机APP/NAOControl/res/drawable/help_button.png
new file mode 100644
index 0000000..0deceea
Binary files /dev/null and b/代码/手机APP/NAOControl/res/drawable/help_button.png differ
diff --git a/代码/手机APP/NAOControl/res/drawable/home_button.png b/代码/手机APP/NAOControl/res/drawable/home_button.png
new file mode 100644
index 0000000..4c3c7ea
Binary files /dev/null and b/代码/手机APP/NAOControl/res/drawable/home_button.png differ
diff --git a/代码/手机APP/NAOControl/res/drawable/ic_action_search.png b/代码/手机APP/NAOControl/res/drawable/ic_action_search.png
new file mode 100644
index 0000000..67de12d
Binary files /dev/null and b/代码/手机APP/NAOControl/res/drawable/ic_action_search.png differ
diff --git a/代码/手机APP/NAOControl/res/drawable/ic_launcher.png b/代码/手机APP/NAOControl/res/drawable/ic_launcher.png
new file mode 100644
index 0000000..9b5d9ea
Binary files /dev/null and b/代码/手机APP/NAOControl/res/drawable/ic_launcher.png differ
diff --git a/代码/手机APP/NAOControl/res/drawable/icon.png b/代码/手机APP/NAOControl/res/drawable/icon.png
new file mode 100644
index 0000000..8074c4c
Binary files /dev/null and b/代码/手机APP/NAOControl/res/drawable/icon.png differ
diff --git a/代码/手机APP/NAOControl/res/drawable/icon_dance.png b/代码/手机APP/NAOControl/res/drawable/icon_dance.png
new file mode 100644
index 0000000..079a168
Binary files /dev/null and b/代码/手机APP/NAOControl/res/drawable/icon_dance.png differ
diff --git a/代码/手机APP/NAOControl/res/drawable/icon_fetchemail.png b/代码/手机APP/NAOControl/res/drawable/icon_fetchemail.png
new file mode 100644
index 0000000..40a3438
Binary files /dev/null and b/代码/手机APP/NAOControl/res/drawable/icon_fetchemail.png differ
diff --git a/代码/手机APP/NAOControl/res/drawable/icon_turnaround.png b/代码/手机APP/NAOControl/res/drawable/icon_turnaround.png
new file mode 100644
index 0000000..c50f2e8
Binary files /dev/null and b/代码/手机APP/NAOControl/res/drawable/icon_turnaround.png differ
diff --git a/代码/手机APP/NAOControl/res/drawable/left.png b/代码/手机APP/NAOControl/res/drawable/left.png
new file mode 100644
index 0000000..9fed1cb
Binary files /dev/null and b/代码/手机APP/NAOControl/res/drawable/left.png differ
diff --git a/代码/手机APP/NAOControl/res/drawable/main_center_button.xml b/代码/手机APP/NAOControl/res/drawable/main_center_button.xml
new file mode 100644
index 0000000..d3daa42
--- /dev/null
+++ b/代码/手机APP/NAOControl/res/drawable/main_center_button.xml
@@ -0,0 +1,4 @@
+
+
diff --git a/代码/手机APP/NAOControl/res/drawable/page_indicator_focused.png b/代码/手机APP/NAOControl/res/drawable/page_indicator_focused.png
new file mode 100644
index 0000000..bab7be5
Binary files /dev/null and b/代码/手机APP/NAOControl/res/drawable/page_indicator_focused.png differ
diff --git a/代码/手机APP/NAOControl/res/drawable/page_indicator_unfocused.png b/代码/手机APP/NAOControl/res/drawable/page_indicator_unfocused.png
new file mode 100644
index 0000000..217b684
Binary files /dev/null and b/代码/手机APP/NAOControl/res/drawable/page_indicator_unfocused.png differ
diff --git a/代码/手机APP/NAOControl/res/drawable/play_active.png b/代码/手机APP/NAOControl/res/drawable/play_active.png
new file mode 100644
index 0000000..123702b
Binary files /dev/null and b/代码/手机APP/NAOControl/res/drawable/play_active.png differ
diff --git a/代码/手机APP/NAOControl/res/drawable/play_disabled.png b/代码/手机APP/NAOControl/res/drawable/play_disabled.png
new file mode 100644
index 0000000..83182ae
Binary files /dev/null and b/代码/手机APP/NAOControl/res/drawable/play_disabled.png differ
diff --git a/代码/手机APP/NAOControl/res/drawable/press_tilt_button.png b/代码/手机APP/NAOControl/res/drawable/press_tilt_button.png
new file mode 100644
index 0000000..71230d9
Binary files /dev/null and b/代码/手机APP/NAOControl/res/drawable/press_tilt_button.png differ
diff --git a/代码/手机APP/NAOControl/res/drawable/puss.xml b/代码/手机APP/NAOControl/res/drawable/puss.xml
new file mode 100644
index 0000000..8f14f1e
--- /dev/null
+++ b/代码/手机APP/NAOControl/res/drawable/puss.xml
@@ -0,0 +1,6 @@
+
+
+
+
+
+
\ No newline at end of file
diff --git a/代码/手机APP/NAOControl/res/drawable/right.png b/代码/手机APP/NAOControl/res/drawable/right.png
new file mode 100644
index 0000000..192a582
Binary files /dev/null and b/代码/手机APP/NAOControl/res/drawable/right.png differ
diff --git a/代码/手机APP/NAOControl/res/drawable/sitdown.png b/代码/手机APP/NAOControl/res/drawable/sitdown.png
new file mode 100644
index 0000000..e48ac9d
Binary files /dev/null and b/代码/手机APP/NAOControl/res/drawable/sitdown.png differ
diff --git a/代码/手机APP/NAOControl/res/drawable/splash.png b/代码/手机APP/NAOControl/res/drawable/splash.png
new file mode 100644
index 0000000..53788bc
Binary files /dev/null and b/代码/手机APP/NAOControl/res/drawable/splash.png differ
diff --git a/代码/手机APP/NAOControl/res/drawable/standup.png b/代码/手机APP/NAOControl/res/drawable/standup.png
new file mode 100644
index 0000000..26a8562
Binary files /dev/null and b/代码/手机APP/NAOControl/res/drawable/standup.png differ
diff --git a/代码/手机APP/NAOControl/res/drawable/tabbg.xml b/代码/手机APP/NAOControl/res/drawable/tabbg.xml
new file mode 100644
index 0000000..ad4d966
--- /dev/null
+++ b/代码/手机APP/NAOControl/res/drawable/tabbg.xml
@@ -0,0 +1,5 @@
+
+
+
+
+
diff --git a/代码/手机APP/NAOControl/res/drawable/viewpage06.jpg b/代码/手机APP/NAOControl/res/drawable/viewpage06.jpg
new file mode 100644
index 0000000..a507cd9
Binary files /dev/null and b/代码/手机APP/NAOControl/res/drawable/viewpage06.jpg differ
diff --git a/代码/手机APP/NAOControl/res/drawable/viewpage07.jpg b/代码/手机APP/NAOControl/res/drawable/viewpage07.jpg
new file mode 100644
index 0000000..4762c7c
Binary files /dev/null and b/代码/手机APP/NAOControl/res/drawable/viewpage07.jpg differ
diff --git a/代码/手机APP/NAOControl/res/drawable/viewpage08.jpg b/代码/手机APP/NAOControl/res/drawable/viewpage08.jpg
new file mode 100644
index 0000000..a887f47
Binary files /dev/null and b/代码/手机APP/NAOControl/res/drawable/viewpage08.jpg differ
diff --git a/代码/手机APP/NAOControl/res/drawable/welcome.jpg b/代码/手机APP/NAOControl/res/drawable/welcome.jpg
new file mode 100644
index 0000000..56a5111
Binary files /dev/null and b/代码/手机APP/NAOControl/res/drawable/welcome.jpg differ
diff --git a/代码/手机APP/NAOControl/res/drawable/whatsnew_page01.jpg b/代码/手机APP/NAOControl/res/drawable/whatsnew_page01.jpg
new file mode 100644
index 0000000..06ab390
Binary files /dev/null and b/代码/手机APP/NAOControl/res/drawable/whatsnew_page01.jpg differ
diff --git a/代码/手机APP/NAOControl/res/drawable/whatsnew_page02.jpg b/代码/手机APP/NAOControl/res/drawable/whatsnew_page02.jpg
new file mode 100644
index 0000000..06ab390
Binary files /dev/null and b/代码/手机APP/NAOControl/res/drawable/whatsnew_page02.jpg differ
diff --git a/代码/手机APP/NAOControl/res/drawable/whatsnew_page03.jpg b/代码/手机APP/NAOControl/res/drawable/whatsnew_page03.jpg
new file mode 100644
index 0000000..06ab390
Binary files /dev/null and b/代码/手机APP/NAOControl/res/drawable/whatsnew_page03.jpg differ
diff --git a/代码/手机APP/NAOControl/res/drawable/whatsnew_page04.jpg b/代码/手机APP/NAOControl/res/drawable/whatsnew_page04.jpg
new file mode 100644
index 0000000..06ab390
Binary files /dev/null and b/代码/手机APP/NAOControl/res/drawable/whatsnew_page04.jpg differ
diff --git a/代码/手机APP/NAOControl/res/drawable/whatsnew_page05.jpg b/代码/手机APP/NAOControl/res/drawable/whatsnew_page05.jpg
new file mode 100644
index 0000000..06ab390
Binary files /dev/null and b/代码/手机APP/NAOControl/res/drawable/whatsnew_page05.jpg differ
diff --git a/代码/手机APP/NAOControl/res/drawable/whatsnew_page06.jpg b/代码/手机APP/NAOControl/res/drawable/whatsnew_page06.jpg
new file mode 100644
index 0000000..06ab390
Binary files /dev/null and b/代码/手机APP/NAOControl/res/drawable/whatsnew_page06.jpg differ
diff --git a/代码/手机APP/NAOControl/res/drawable/whatsnew_page2.jpg b/代码/手机APP/NAOControl/res/drawable/whatsnew_page2.jpg
new file mode 100644
index 0000000..031b6cd
Binary files /dev/null and b/代码/手机APP/NAOControl/res/drawable/whatsnew_page2.jpg differ
diff --git a/代码/手机APP/NAOControl/res/drawable/whatsnew_page3.jpg b/代码/手机APP/NAOControl/res/drawable/whatsnew_page3.jpg
new file mode 100644
index 0000000..9c3eeaf
Binary files /dev/null and b/代码/手机APP/NAOControl/res/drawable/whatsnew_page3.jpg differ
diff --git a/代码/手机APP/NAOControl/res/drawable/whatsnew_page4.jpg b/代码/手机APP/NAOControl/res/drawable/whatsnew_page4.jpg
new file mode 100644
index 0000000..d61556a
Binary files /dev/null and b/代码/手机APP/NAOControl/res/drawable/whatsnew_page4.jpg differ
diff --git a/代码/手机APP/NAOControl/res/drawable/whatsnew_page5.jpg b/代码/手机APP/NAOControl/res/drawable/whatsnew_page5.jpg
new file mode 100644
index 0000000..cb268c0
Binary files /dev/null and b/代码/手机APP/NAOControl/res/drawable/whatsnew_page5.jpg differ
diff --git a/代码/手机APP/NAOControl/res/drawable/whatsnew_start_btn.xml b/代码/手机APP/NAOControl/res/drawable/whatsnew_start_btn.xml
new file mode 100644
index 0000000..1b2dfcc
--- /dev/null
+++ b/代码/手机APP/NAOControl/res/drawable/whatsnew_start_btn.xml
@@ -0,0 +1,6 @@
+
+
+
+
+
+
\ No newline at end of file
diff --git a/代码/手机APP/NAOControl/res/drawable/whatsnew_start_btn_normal.9.png b/代码/手机APP/NAOControl/res/drawable/whatsnew_start_btn_normal.9.png
new file mode 100644
index 0000000..d95e80d
Binary files /dev/null and b/代码/手机APP/NAOControl/res/drawable/whatsnew_start_btn_normal.9.png differ
diff --git a/代码/手机APP/NAOControl/res/drawable/whatsnew_start_btn_pressed.9.png b/代码/手机APP/NAOControl/res/drawable/whatsnew_start_btn_pressed.9.png
new file mode 100644
index 0000000..9fd19d1
Binary files /dev/null and b/代码/手机APP/NAOControl/res/drawable/whatsnew_start_btn_pressed.9.png differ
diff --git a/代码/手机APP/NAOControl/res/layout/activity_library.xml b/代码/手机APP/NAOControl/res/layout/activity_library.xml
new file mode 100644
index 0000000..89cc937
--- /dev/null
+++ b/代码/手机APP/NAOControl/res/layout/activity_library.xml
@@ -0,0 +1,16 @@
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/代码/手机APP/NAOControl/res/layout/activity_main.xml b/代码/手机APP/NAOControl/res/layout/activity_main.xml
new file mode 100644
index 0000000..2a3f95c
--- /dev/null
+++ b/代码/手机APP/NAOControl/res/layout/activity_main.xml
@@ -0,0 +1,55 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/代码/手机APP/NAOControl/res/layout/activity_myborrow.xml b/代码/手机APP/NAOControl/res/layout/activity_myborrow.xml
new file mode 100644
index 0000000..86b7e9a
--- /dev/null
+++ b/代码/手机APP/NAOControl/res/layout/activity_myborrow.xml
@@ -0,0 +1,36 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/代码/手机APP/NAOControl/res/layout/activity_setting.xml b/代码/手机APP/NAOControl/res/layout/activity_setting.xml
new file mode 100644
index 0000000..692eaa3
--- /dev/null
+++ b/代码/手机APP/NAOControl/res/layout/activity_setting.xml
@@ -0,0 +1,14 @@
+
+
+
+
+
+
diff --git a/代码/手机APP/NAOControl/res/layout/bookintrodution.xml b/代码/手机APP/NAOControl/res/layout/bookintrodution.xml
new file mode 100644
index 0000000..74dab9f
--- /dev/null
+++ b/代码/手机APP/NAOControl/res/layout/bookintrodution.xml
@@ -0,0 +1,75 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/代码/手机APP/NAOControl/res/layout/dialog.xml b/代码/手机APP/NAOControl/res/layout/dialog.xml
new file mode 100644
index 0000000..bad140f
--- /dev/null
+++ b/代码/手机APP/NAOControl/res/layout/dialog.xml
@@ -0,0 +1,21 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/代码/手机APP/NAOControl/res/layout/firstpage.xml b/代码/手机APP/NAOControl/res/layout/firstpage.xml
new file mode 100644
index 0000000..27034ed
--- /dev/null
+++ b/代码/手机APP/NAOControl/res/layout/firstpage.xml
@@ -0,0 +1,55 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/代码/手机APP/NAOControl/res/layout/fragment_main.xml b/代码/手机APP/NAOControl/res/layout/fragment_main.xml
new file mode 100644
index 0000000..b9a01b6
--- /dev/null
+++ b/代码/手机APP/NAOControl/res/layout/fragment_main.xml
@@ -0,0 +1,61 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/代码/手机APP/NAOControl/res/layout/home.xml b/代码/手机APP/NAOControl/res/layout/home.xml
new file mode 100644
index 0000000..46fae9b
--- /dev/null
+++ b/代码/手机APP/NAOControl/res/layout/home.xml
@@ -0,0 +1,80 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/代码/手机APP/NAOControl/res/layout/list_item.xml b/代码/手机APP/NAOControl/res/layout/list_item.xml
new file mode 100644
index 0000000..6851415
--- /dev/null
+++ b/代码/手机APP/NAOControl/res/layout/list_item.xml
@@ -0,0 +1,48 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/代码/手机APP/NAOControl/res/layout/list_item1.xml b/代码/手机APP/NAOControl/res/layout/list_item1.xml
new file mode 100644
index 0000000..bf58248
--- /dev/null
+++ b/代码/手机APP/NAOControl/res/layout/list_item1.xml
@@ -0,0 +1,51 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/代码/手机APP/NAOControl/res/layout/searchinfo.xml b/代码/手机APP/NAOControl/res/layout/searchinfo.xml
new file mode 100644
index 0000000..afef3ee
--- /dev/null
+++ b/代码/手机APP/NAOControl/res/layout/searchinfo.xml
@@ -0,0 +1,21 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/代码/手机APP/NAOControl/res/layout/server_configuration.xml b/代码/手机APP/NAOControl/res/layout/server_configuration.xml
new file mode 100644
index 0000000..61154c3
--- /dev/null
+++ b/代码/手机APP/NAOControl/res/layout/server_configuration.xml
@@ -0,0 +1,44 @@
+
+
+
+
+
+
+
+
+
+
+
+
+ //android:text="@string/button_server_connect" />
+
+
\ No newline at end of file
diff --git a/代码/手机APP/NAOControl/res/layout/splash_screen.xml b/代码/手机APP/NAOControl/res/layout/splash_screen.xml
new file mode 100644
index 0000000..9f6ec07
--- /dev/null
+++ b/代码/手机APP/NAOControl/res/layout/splash_screen.xml
@@ -0,0 +1,16 @@
+
+
+
+
+
+
\ No newline at end of file
diff --git a/代码/手机APP/NAOControl/res/layout/strat.xml b/代码/手机APP/NAOControl/res/layout/strat.xml
new file mode 100644
index 0000000..e2ce0bd
--- /dev/null
+++ b/代码/手机APP/NAOControl/res/layout/strat.xml
@@ -0,0 +1,7 @@
+
+
+
\ No newline at end of file
diff --git a/代码/手机APP/NAOControl/res/layout/viewpager01.xml b/代码/手机APP/NAOControl/res/layout/viewpager01.xml
new file mode 100644
index 0000000..59d4b31
--- /dev/null
+++ b/代码/手机APP/NAOControl/res/layout/viewpager01.xml
@@ -0,0 +1,15 @@
+
+
+
+
+
+
\ No newline at end of file
diff --git a/代码/手机APP/NAOControl/res/layout/viewpager02.xml b/代码/手机APP/NAOControl/res/layout/viewpager02.xml
new file mode 100644
index 0000000..570b783
--- /dev/null
+++ b/代码/手机APP/NAOControl/res/layout/viewpager02.xml
@@ -0,0 +1,15 @@
+
+
+
+
+
+
\ No newline at end of file
diff --git a/代码/手机APP/NAOControl/res/layout/viewpager03.xml b/代码/手机APP/NAOControl/res/layout/viewpager03.xml
new file mode 100644
index 0000000..a646452
--- /dev/null
+++ b/代码/手机APP/NAOControl/res/layout/viewpager03.xml
@@ -0,0 +1,15 @@
+
+
+
+
+
+
\ No newline at end of file
diff --git a/代码/手机APP/NAOControl/res/layout/viewpager04.xml b/代码/手机APP/NAOControl/res/layout/viewpager04.xml
new file mode 100644
index 0000000..8b9f398
--- /dev/null
+++ b/代码/手机APP/NAOControl/res/layout/viewpager04.xml
@@ -0,0 +1,15 @@
+
+
+
+
+
+
\ No newline at end of file
diff --git a/代码/手机APP/NAOControl/res/layout/viewpager05.xml b/代码/手机APP/NAOControl/res/layout/viewpager05.xml
new file mode 100644
index 0000000..0b04d33
--- /dev/null
+++ b/代码/手机APP/NAOControl/res/layout/viewpager05.xml
@@ -0,0 +1,26 @@
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/代码/手机APP/NAOControl/res/layout/viewpager06.xml b/代码/手机APP/NAOControl/res/layout/viewpager06.xml
new file mode 100644
index 0000000..4c79514
--- /dev/null
+++ b/代码/手机APP/NAOControl/res/layout/viewpager06.xml
@@ -0,0 +1,26 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/代码/手机APP/NAOControl/res/layout/viewpager07.xml b/代码/手机APP/NAOControl/res/layout/viewpager07.xml
new file mode 100644
index 0000000..8b3027f
--- /dev/null
+++ b/代码/手机APP/NAOControl/res/layout/viewpager07.xml
@@ -0,0 +1,8 @@
+
+
+
+
+
\ No newline at end of file
diff --git a/代码/手机APP/NAOControl/res/layout/viewpager08.xml b/代码/手机APP/NAOControl/res/layout/viewpager08.xml
new file mode 100644
index 0000000..8b3027f
--- /dev/null
+++ b/代码/手机APP/NAOControl/res/layout/viewpager08.xml
@@ -0,0 +1,8 @@
+
+
+
+
+
\ No newline at end of file
diff --git a/代码/手机APP/NAOControl/res/layout/viewpager09.xml b/代码/手机APP/NAOControl/res/layout/viewpager09.xml
new file mode 100644
index 0000000..8b3027f
--- /dev/null
+++ b/代码/手机APP/NAOControl/res/layout/viewpager09.xml
@@ -0,0 +1,8 @@
+
+
+
+
+
\ No newline at end of file
diff --git a/代码/手机APP/NAOControl/res/layout/viewpagers.xml b/代码/手机APP/NAOControl/res/layout/viewpagers.xml
new file mode 100644
index 0000000..f4ded8c
--- /dev/null
+++ b/代码/手机APP/NAOControl/res/layout/viewpagers.xml
@@ -0,0 +1,42 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/代码/手机APP/NAOControl/res/layout/whatnew_animation.xml b/代码/手机APP/NAOControl/res/layout/whatnew_animation.xml
new file mode 100644
index 0000000..5fc42c7
--- /dev/null
+++ b/代码/手机APP/NAOControl/res/layout/whatnew_animation.xml
@@ -0,0 +1,19 @@
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/代码/手机APP/NAOControl/res/menu/main.xml b/代码/手机APP/NAOControl/res/menu/main.xml
new file mode 100644
index 0000000..8e3dd87
--- /dev/null
+++ b/代码/手机APP/NAOControl/res/menu/main.xml
@@ -0,0 +1,36 @@
+
\ No newline at end of file
diff --git a/代码/手机APP/NAOControl/res/values-sw600dp/dimens.xml b/代码/手机APP/NAOControl/res/values-sw600dp/dimens.xml
new file mode 100644
index 0000000..44f01db
--- /dev/null
+++ b/代码/手机APP/NAOControl/res/values-sw600dp/dimens.xml
@@ -0,0 +1,8 @@
+
+
+
+
+
diff --git a/代码/手机APP/NAOControl/res/values-sw720dp-land/dimens.xml b/代码/手机APP/NAOControl/res/values-sw720dp-land/dimens.xml
new file mode 100644
index 0000000..61e3fa8
--- /dev/null
+++ b/代码/手机APP/NAOControl/res/values-sw720dp-land/dimens.xml
@@ -0,0 +1,9 @@
+
+
+
+ 128dp
+
+
diff --git a/代码/手机APP/NAOControl/res/values-v11/styles.xml b/代码/手机APP/NAOControl/res/values-v11/styles.xml
new file mode 100644
index 0000000..1d66f86
--- /dev/null
+++ b/代码/手机APP/NAOControl/res/values-v11/styles.xml
@@ -0,0 +1,26 @@
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/代码/手机APP/NAOControl/res/values-v14/styles.xml b/代码/手机APP/NAOControl/res/values-v14/styles.xml
new file mode 100644
index 0000000..9595207
--- /dev/null
+++ b/代码/手机APP/NAOControl/res/values-v14/styles.xml
@@ -0,0 +1,27 @@
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/代码/手机APP/NAOControl/res/values/attr.xml b/代码/手机APP/NAOControl/res/values/attr.xml
new file mode 100644
index 0000000..bb600d8
--- /dev/null
+++ b/代码/手机APP/NAOControl/res/values/attr.xml
@@ -0,0 +1,16 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/代码/手机APP/NAOControl/res/values/attrs.xml b/代码/手机APP/NAOControl/res/values/attrs.xml
new file mode 100644
index 0000000..ee37df2
--- /dev/null
+++ b/代码/手机APP/NAOControl/res/values/attrs.xml
@@ -0,0 +1,33 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/代码/手机APP/NAOControl/res/values/colors.xml b/代码/手机APP/NAOControl/res/values/colors.xml
new file mode 100644
index 0000000..fd689b4
--- /dev/null
+++ b/代码/手机APP/NAOControl/res/values/colors.xml
@@ -0,0 +1,150 @@
+
+
+#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
+#808080
+#808000
+#800080
+#800000
+#7fffd4
+#7fff00
+#7cfc00
+#7b68ee
+#778899
+#778899
+#708090
+#708090
+#6b8e23
+#6a5acd
+#696969
+#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
+#0000ff
+#0000cd
+#00008b
+#000080
+#000000
+#4FD09E
+
\ No newline at end of file
diff --git a/代码/手机APP/NAOControl/res/values/dialog_fullscreen.xml b/代码/手机APP/NAOControl/res/values/dialog_fullscreen.xml
new file mode 100644
index 0000000..3ffe6d2
--- /dev/null
+++ b/代码/手机APP/NAOControl/res/values/dialog_fullscreen.xml
@@ -0,0 +1,6 @@
+
+
+
\ No newline at end of file
diff --git a/代码/手机APP/NAOControl/res/values/dimens.xml b/代码/手机APP/NAOControl/res/values/dimens.xml
new file mode 100644
index 0000000..55c1e59
--- /dev/null
+++ b/代码/手机APP/NAOControl/res/values/dimens.xml
@@ -0,0 +1,7 @@
+
+
+
+ 16dp
+ 16dp
+
+
diff --git a/代码/手机APP/NAOControl/res/values/strings.xml b/代码/手机APP/NAOControl/res/values/strings.xml
new file mode 100644
index 0000000..c7dd269
--- /dev/null
+++ b/代码/手机APP/NAOControl/res/values/strings.xml
@@ -0,0 +1,95 @@
+
+
+
+
+ 无人值守的图书借阅系统
+ Hello world!
+ SendEmail
+ FetchEmail
+ Search
+ NewsBroadcast
+ Move
+ Dance
+ Starting application:
+
+
+ 连接图书馆机器人
+ Type the IP of NaoServer
+ 登录
+ 请输入用户名
+ 输入密码
+ Invalid IP
+ This app turns your Android smartphone into a steering wheel that controls NAO, the humanoid robot. <br/><br/>
+ <b><u>The robot-app has 2 major components:</u></b><br/>
+ 1. The NAO Remote Control Android app (this app);<br/>
+ 2. The NAO Server desktop app. Get it from www.RobotAppStore.com (full link can be found on app details page at Google Play);
+ <br/><br/>
+ <b><u>How to use it:</u></b><br/>
+ 1. Make sure NAO robot, NAO Server app and the Android device are all connected to the same network.<br/>
+ (you can have them connected to different networks if you have set a proper routing rules on your router);<br/>
+ 2. Turn on NAO, and get his IP address. (Single press on the chest button);<br/>
+ 3. Start NAO Server app.<br/>
+ Type NAO\'s ip into "NAO ip" text box;<br/>
+ Type the ip of the desktop that runs NAO Server app into "Self ip" text box;<br/>
+ Press the "Start Listening" button;<br/>
+ 4. You can see that the status on the NAO Server is changed from "Disconnected" to "Waiting for connection".
+ <br/>If something went wrong, please recheck the values of your ips / available port;<br/>
+ 5. Back to NAO Remote Control, the Android app- Press the "Connect" button;<br/>
+ 6. Type the ip that was inserted into "Self ip" on the NAO Server app, and the port that appears next to it (default 8000);
+ <br/>
+ 7. Press "Connect to the server" button.
+ <br/>If something went wrong and the play button is still disabled, please recheck the values of ip and port;<br/>
+ 8. Press the Play button.<br/><br/>
+ <b><u>Now you can start controlling your NAO:</u></b><br/>
+ 1. Make sure NAO is in sitting position, then press on "Stand Up"– NAO will stand, and then a new button will appear, the "Press and Tilt" button;<br/>
+ 2. To steer the robot, hold your Android device as a wheel and tilt the android right / left back/ forward, while the "Press and Tilt" button is pressed.<br/>
+ NAO robot will follow the same direction;<br/>
+ 3. To stop walking, simply stop pressing the "Press and Tilt" button;<br/>
+ 4. To sit down – just press the "Sit Down" button;<br/><br/>
+ Steer carefully! NAO\'s life is in your hands! This app\'s developers have no responsibility for any damage that can be caused by using the app!<br/>
+ Use at your own risk!<br/>
+ If you lose control on your robot- just turn it off!
+ <br/><br/>
+ You can always contact support@RobotAppStore.com
+ <br/>
+ Have fun!
+
+
+ Settings
+ naoLibrary
+
+ "NAO图书馆\n一个颠覆你借书习惯的手机应用"
+ "第一步——查询图书信息\n找书是如此简单轻松"
+ "第二步——发送借阅请求\n取书就在指尖"
+ "第三步——接受取书反馈\n妈妈再也不用担心我的借书"
+ "NAO,开启新的借书模式"
+ "开始借书"
+
+
+ 意见反馈
+ 发起群聊
+ 添加朋友
+ 扫一扫
+ 搜索
+ 添加
+ 图书馆
+ 我的借书
+ 搜索图书
+ 我
+
\ No newline at end of file
diff --git a/代码/手机APP/NAOControl/res/values/styles.xml b/代码/手机APP/NAOControl/res/values/styles.xml
new file mode 100644
index 0000000..524f178
--- /dev/null
+++ b/代码/手机APP/NAOControl/res/values/styles.xml
@@ -0,0 +1,47 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file