diff --git a/代码/在这里1.0/README.md b/代码/在这里1.0/README.md new file mode 100644 index 0000000..39902b5 --- /dev/null +++ b/代码/在这里1.0/README.md @@ -0,0 +1,34 @@ +校园小菜 +======== + +基于Bmob移动后端的资讯平台--HBUT版(Android) + + +项目简介 +------- + + 校园小菜,一个基于Android的移动App, 旨在整合高校的各类资源, 如兼职,宾馆,餐馆, 学习, KTV, 租车,旅游等, + 通过校园小菜建立起一个比较全面的高校生活圈。初步开发的是针对湖工推出的版本。平台后端基于Bmob平台进行开发,应用 + 已经发布到小米应用商店,已经校园小菜的官网(http://xiaocai.bmob.cn) + + + 之所以开发校园小菜项目,处于以下几个目的 + 1. 通过校园小菜这个项目来提高自己独立开发项目的能力; + 2. 测试Bmob这个平台的能力; + 3. 整合湖工各类资源,服务于高校学生的衣食住行和学习; + +项目版本 +-------- + + v1.5.8 ===== src/1.5.8/Shop + 该版本是根据我自己最初的想法进行开发的,目的是建立一个大的资讯平台,为学生提供第一手校园资讯 + + v1.6.3 ==== src/1.6.3/Shop + 该版本是与小小菜团队其他成员项目讨论以后做的调整,目标进一步缩小,从开发平台转到开发订餐 + + +其他 +---- + 欢迎湖工的IT学子 fork 校园小菜项目. + + diff --git a/代码/在这里1.0/src/1.5.8/Shop.apk b/代码/在这里1.0/src/1.5.8/Shop.apk new file mode 100644 index 0000000..bc8a93c Binary files /dev/null and b/代码/在这里1.0/src/1.5.8/Shop.apk differ diff --git a/代码/在这里1.0/src/1.5.8/Shop/.classpath b/代码/在这里1.0/src/1.5.8/Shop/.classpath new file mode 100644 index 0000000..87bbcb1 --- /dev/null +++ b/代码/在这里1.0/src/1.5.8/Shop/.classpath @@ -0,0 +1,11 @@ + + + + + + + + + + + diff --git a/代码/在这里1.0/src/1.5.8/Shop/.project b/代码/在这里1.0/src/1.5.8/Shop/.project new file mode 100644 index 0000000..b261c40 --- /dev/null +++ b/代码/在这里1.0/src/1.5.8/Shop/.project @@ -0,0 +1,33 @@ + + + Shop + + + + + + com.android.ide.eclipse.adt.ResourceManagerBuilder + + + + + com.android.ide.eclipse.adt.PreCompilerBuilder + + + + + org.eclipse.jdt.core.javabuilder + + + + + com.android.ide.eclipse.adt.ApkBuilder + + + + + + com.android.ide.eclipse.adt.AndroidNature + org.eclipse.jdt.core.javanature + + diff --git a/代码/在这里1.0/src/1.5.8/Shop/.settings/org.eclipse.jdt.core.prefs b/代码/在这里1.0/src/1.5.8/Shop/.settings/org.eclipse.jdt.core.prefs new file mode 100644 index 0000000..b080d2d --- /dev/null +++ b/代码/在这里1.0/src/1.5.8/Shop/.settings/org.eclipse.jdt.core.prefs @@ -0,0 +1,4 @@ +eclipse.preferences.version=1 +org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.6 +org.eclipse.jdt.core.compiler.compliance=1.6 +org.eclipse.jdt.core.compiler.source=1.6 diff --git a/代码/在这里1.0/src/1.5.8/Shop/AndroidManifest.xml b/代码/在这里1.0/src/1.5.8/Shop/AndroidManifest.xml new file mode 100644 index 0000000..800b24c --- /dev/null +++ b/代码/在这里1.0/src/1.5.8/Shop/AndroidManifest.xml @@ -0,0 +1,76 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/代码/在这里1.0/src/1.5.8/Shop/bin/AndroidManifest.xml b/代码/在这里1.0/src/1.5.8/Shop/bin/AndroidManifest.xml new file mode 100644 index 0000000..800b24c --- /dev/null +++ b/代码/在这里1.0/src/1.5.8/Shop/bin/AndroidManifest.xml @@ -0,0 +1,76 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/代码/在这里1.0/src/1.5.8/Shop/bin/Shop.apk b/代码/在这里1.0/src/1.5.8/Shop/bin/Shop.apk new file mode 100644 index 0000000..bc8a93c Binary files /dev/null and b/代码/在这里1.0/src/1.5.8/Shop/bin/Shop.apk differ diff --git a/代码/在这里1.0/src/1.5.8/Shop/bin/classes.dex b/代码/在这里1.0/src/1.5.8/Shop/bin/classes.dex new file mode 100644 index 0000000..e515c04 Binary files /dev/null and b/代码/在这里1.0/src/1.5.8/Shop/bin/classes.dex differ diff --git a/代码/在这里1.0/src/1.5.8/Shop/bin/classes/com/stone/date/TypeDef.class b/代码/在这里1.0/src/1.5.8/Shop/bin/classes/com/stone/date/TypeDef.class new file mode 100644 index 0000000..430835f Binary files /dev/null and b/代码/在这里1.0/src/1.5.8/Shop/bin/classes/com/stone/date/TypeDef.class differ diff --git a/代码/在这里1.0/src/1.5.8/Shop/bin/classes/com/stone/shop/BuildConfig.class b/代码/在这里1.0/src/1.5.8/Shop/bin/classes/com/stone/shop/BuildConfig.class new file mode 100644 index 0000000..1387198 Binary files /dev/null and b/代码/在这里1.0/src/1.5.8/Shop/bin/classes/com/stone/shop/BuildConfig.class differ diff --git a/代码/在这里1.0/src/1.5.8/Shop/bin/classes/com/stone/shop/R$anim.class b/代码/在这里1.0/src/1.5.8/Shop/bin/classes/com/stone/shop/R$anim.class new file mode 100644 index 0000000..302d8ec Binary files /dev/null and b/代码/在这里1.0/src/1.5.8/Shop/bin/classes/com/stone/shop/R$anim.class differ diff --git a/代码/在这里1.0/src/1.5.8/Shop/bin/classes/com/stone/shop/R$attr.class b/代码/在这里1.0/src/1.5.8/Shop/bin/classes/com/stone/shop/R$attr.class new file mode 100644 index 0000000..b1c0a95 Binary files /dev/null and b/代码/在这里1.0/src/1.5.8/Shop/bin/classes/com/stone/shop/R$attr.class differ diff --git a/代码/在这里1.0/src/1.5.8/Shop/bin/classes/com/stone/shop/R$dimen.class b/代码/在这里1.0/src/1.5.8/Shop/bin/classes/com/stone/shop/R$dimen.class new file mode 100644 index 0000000..9aebad5 Binary files /dev/null and b/代码/在这里1.0/src/1.5.8/Shop/bin/classes/com/stone/shop/R$dimen.class differ diff --git a/代码/在这里1.0/src/1.5.8/Shop/bin/classes/com/stone/shop/R$drawable.class b/代码/在这里1.0/src/1.5.8/Shop/bin/classes/com/stone/shop/R$drawable.class new file mode 100644 index 0000000..4a706e2 Binary files /dev/null and b/代码/在这里1.0/src/1.5.8/Shop/bin/classes/com/stone/shop/R$drawable.class differ diff --git a/代码/在这里1.0/src/1.5.8/Shop/bin/classes/com/stone/shop/R$id.class b/代码/在这里1.0/src/1.5.8/Shop/bin/classes/com/stone/shop/R$id.class new file mode 100644 index 0000000..b9a4e80 Binary files /dev/null and b/代码/在这里1.0/src/1.5.8/Shop/bin/classes/com/stone/shop/R$id.class differ diff --git a/代码/在这里1.0/src/1.5.8/Shop/bin/classes/com/stone/shop/R$layout.class b/代码/在这里1.0/src/1.5.8/Shop/bin/classes/com/stone/shop/R$layout.class new file mode 100644 index 0000000..4a053dc Binary files /dev/null and b/代码/在这里1.0/src/1.5.8/Shop/bin/classes/com/stone/shop/R$layout.class differ diff --git a/代码/在这里1.0/src/1.5.8/Shop/bin/classes/com/stone/shop/R$menu.class b/代码/在这里1.0/src/1.5.8/Shop/bin/classes/com/stone/shop/R$menu.class new file mode 100644 index 0000000..9edb897 Binary files /dev/null and b/代码/在这里1.0/src/1.5.8/Shop/bin/classes/com/stone/shop/R$menu.class differ diff --git a/代码/在这里1.0/src/1.5.8/Shop/bin/classes/com/stone/shop/R$string.class b/代码/在这里1.0/src/1.5.8/Shop/bin/classes/com/stone/shop/R$string.class new file mode 100644 index 0000000..7c0abe5 Binary files /dev/null and b/代码/在这里1.0/src/1.5.8/Shop/bin/classes/com/stone/shop/R$string.class differ diff --git a/代码/在这里1.0/src/1.5.8/Shop/bin/classes/com/stone/shop/R$style.class b/代码/在这里1.0/src/1.5.8/Shop/bin/classes/com/stone/shop/R$style.class new file mode 100644 index 0000000..bd8340e Binary files /dev/null and b/代码/在这里1.0/src/1.5.8/Shop/bin/classes/com/stone/shop/R$style.class differ diff --git a/代码/在这里1.0/src/1.5.8/Shop/bin/classes/com/stone/shop/R.class b/代码/在这里1.0/src/1.5.8/Shop/bin/classes/com/stone/shop/R.class new file mode 100644 index 0000000..0a31b19 Binary files /dev/null and b/代码/在这里1.0/src/1.5.8/Shop/bin/classes/com/stone/shop/R.class differ diff --git a/代码/在这里1.0/src/1.5.8/Shop/bin/classes/com/stone/shop/adapter/GoodsHolder.class b/代码/在这里1.0/src/1.5.8/Shop/bin/classes/com/stone/shop/adapter/GoodsHolder.class new file mode 100644 index 0000000..5485bea Binary files /dev/null and b/代码/在这里1.0/src/1.5.8/Shop/bin/classes/com/stone/shop/adapter/GoodsHolder.class differ diff --git a/代码/在这里1.0/src/1.5.8/Shop/bin/classes/com/stone/shop/adapter/GoodsListAdapter.class b/代码/在这里1.0/src/1.5.8/Shop/bin/classes/com/stone/shop/adapter/GoodsListAdapter.class new file mode 100644 index 0000000..b10c9be Binary files /dev/null and b/代码/在这里1.0/src/1.5.8/Shop/bin/classes/com/stone/shop/adapter/GoodsListAdapter.class differ diff --git a/代码/在这里1.0/src/1.5.8/Shop/bin/classes/com/stone/shop/adapter/GridAdapter.class b/代码/在这里1.0/src/1.5.8/Shop/bin/classes/com/stone/shop/adapter/GridAdapter.class new file mode 100644 index 0000000..0006465 Binary files /dev/null and b/代码/在这里1.0/src/1.5.8/Shop/bin/classes/com/stone/shop/adapter/GridAdapter.class differ diff --git a/代码/在这里1.0/src/1.5.8/Shop/bin/classes/com/stone/shop/adapter/ImagePagerAdapter.class b/代码/在这里1.0/src/1.5.8/Shop/bin/classes/com/stone/shop/adapter/ImagePagerAdapter.class new file mode 100644 index 0000000..2f908a5 Binary files /dev/null and b/代码/在这里1.0/src/1.5.8/Shop/bin/classes/com/stone/shop/adapter/ImagePagerAdapter.class differ diff --git a/代码/在这里1.0/src/1.5.8/Shop/bin/classes/com/stone/shop/adapter/NewsHolder.class b/代码/在这里1.0/src/1.5.8/Shop/bin/classes/com/stone/shop/adapter/NewsHolder.class new file mode 100644 index 0000000..2e0aca3 Binary files /dev/null and b/代码/在这里1.0/src/1.5.8/Shop/bin/classes/com/stone/shop/adapter/NewsHolder.class differ diff --git a/代码/在这里1.0/src/1.5.8/Shop/bin/classes/com/stone/shop/adapter/NewsListAdapter.class b/代码/在这里1.0/src/1.5.8/Shop/bin/classes/com/stone/shop/adapter/NewsListAdapter.class new file mode 100644 index 0000000..5d60787 Binary files /dev/null and b/代码/在这里1.0/src/1.5.8/Shop/bin/classes/com/stone/shop/adapter/NewsListAdapter.class differ diff --git a/代码/在这里1.0/src/1.5.8/Shop/bin/classes/com/stone/shop/adapter/SComHolder.class b/代码/在这里1.0/src/1.5.8/Shop/bin/classes/com/stone/shop/adapter/SComHolder.class new file mode 100644 index 0000000..1d74fb9 Binary files /dev/null and b/代码/在这里1.0/src/1.5.8/Shop/bin/classes/com/stone/shop/adapter/SComHolder.class differ diff --git a/代码/在这里1.0/src/1.5.8/Shop/bin/classes/com/stone/shop/adapter/SCommentAdapter.class b/代码/在这里1.0/src/1.5.8/Shop/bin/classes/com/stone/shop/adapter/SCommentAdapter.class new file mode 100644 index 0000000..0aa8ff3 Binary files /dev/null and b/代码/在这里1.0/src/1.5.8/Shop/bin/classes/com/stone/shop/adapter/SCommentAdapter.class differ diff --git a/代码/在这里1.0/src/1.5.8/Shop/bin/classes/com/stone/shop/adapter/ShopHolder.class b/代码/在这里1.0/src/1.5.8/Shop/bin/classes/com/stone/shop/adapter/ShopHolder.class new file mode 100644 index 0000000..32685bc Binary files /dev/null and b/代码/在这里1.0/src/1.5.8/Shop/bin/classes/com/stone/shop/adapter/ShopHolder.class differ diff --git a/代码/在这里1.0/src/1.5.8/Shop/bin/classes/com/stone/shop/adapter/ShopListAdapter.class b/代码/在这里1.0/src/1.5.8/Shop/bin/classes/com/stone/shop/adapter/ShopListAdapter.class new file mode 100644 index 0000000..effa6ee Binary files /dev/null and b/代码/在这里1.0/src/1.5.8/Shop/bin/classes/com/stone/shop/adapter/ShopListAdapter.class differ diff --git a/代码/在这里1.0/src/1.5.8/Shop/bin/classes/com/stone/shop/adapter/ViewPagerAdapter.class b/代码/在这里1.0/src/1.5.8/Shop/bin/classes/com/stone/shop/adapter/ViewPagerAdapter.class new file mode 100644 index 0000000..e125d51 Binary files /dev/null and b/代码/在这里1.0/src/1.5.8/Shop/bin/classes/com/stone/shop/adapter/ViewPagerAdapter.class differ diff --git a/代码/在这里1.0/src/1.5.8/Shop/bin/classes/com/stone/shop/model/Good.class b/代码/在这里1.0/src/1.5.8/Shop/bin/classes/com/stone/shop/model/Good.class new file mode 100644 index 0000000..daed661 Binary files /dev/null and b/代码/在这里1.0/src/1.5.8/Shop/bin/classes/com/stone/shop/model/Good.class differ diff --git a/代码/在这里1.0/src/1.5.8/Shop/bin/classes/com/stone/shop/model/News.class b/代码/在这里1.0/src/1.5.8/Shop/bin/classes/com/stone/shop/model/News.class new file mode 100644 index 0000000..d206387 Binary files /dev/null and b/代码/在这里1.0/src/1.5.8/Shop/bin/classes/com/stone/shop/model/News.class differ diff --git a/代码/在这里1.0/src/1.5.8/Shop/bin/classes/com/stone/shop/model/Order.class b/代码/在这里1.0/src/1.5.8/Shop/bin/classes/com/stone/shop/model/Order.class new file mode 100644 index 0000000..81f60cd Binary files /dev/null and b/代码/在这里1.0/src/1.5.8/Shop/bin/classes/com/stone/shop/model/Order.class differ diff --git a/代码/在这里1.0/src/1.5.8/Shop/bin/classes/com/stone/shop/model/SComment.class b/代码/在这里1.0/src/1.5.8/Shop/bin/classes/com/stone/shop/model/SComment.class new file mode 100644 index 0000000..be7ff20 Binary files /dev/null and b/代码/在这里1.0/src/1.5.8/Shop/bin/classes/com/stone/shop/model/SComment.class differ diff --git a/代码/在这里1.0/src/1.5.8/Shop/bin/classes/com/stone/shop/model/Shop.class b/代码/在这里1.0/src/1.5.8/Shop/bin/classes/com/stone/shop/model/Shop.class new file mode 100644 index 0000000..469f145 Binary files /dev/null and b/代码/在这里1.0/src/1.5.8/Shop/bin/classes/com/stone/shop/model/Shop.class differ diff --git a/代码/在这里1.0/src/1.5.8/Shop/bin/classes/com/stone/shop/model/User.class b/代码/在这里1.0/src/1.5.8/Shop/bin/classes/com/stone/shop/model/User.class new file mode 100644 index 0000000..5c4d08c Binary files /dev/null and b/代码/在这里1.0/src/1.5.8/Shop/bin/classes/com/stone/shop/model/User.class differ diff --git a/代码/在这里1.0/src/1.5.8/Shop/bin/classes/com/stone/shop/view/AboutActivity.class b/代码/在这里1.0/src/1.5.8/Shop/bin/classes/com/stone/shop/view/AboutActivity.class new file mode 100644 index 0000000..a5ddd38 Binary files /dev/null and b/代码/在这里1.0/src/1.5.8/Shop/bin/classes/com/stone/shop/view/AboutActivity.class differ diff --git a/代码/在这里1.0/src/1.5.8/Shop/bin/classes/com/stone/shop/view/BaseActivity.class b/代码/在这里1.0/src/1.5.8/Shop/bin/classes/com/stone/shop/view/BaseActivity.class new file mode 100644 index 0000000..8d5f255 Binary files /dev/null and b/代码/在这里1.0/src/1.5.8/Shop/bin/classes/com/stone/shop/view/BaseActivity.class differ diff --git a/代码/在这里1.0/src/1.5.8/Shop/bin/classes/com/stone/shop/view/CarActivity$1.class b/代码/在这里1.0/src/1.5.8/Shop/bin/classes/com/stone/shop/view/CarActivity$1.class new file mode 100644 index 0000000..a5fd79f Binary files /dev/null and b/代码/在这里1.0/src/1.5.8/Shop/bin/classes/com/stone/shop/view/CarActivity$1.class differ diff --git a/代码/在这里1.0/src/1.5.8/Shop/bin/classes/com/stone/shop/view/CarActivity.class b/代码/在这里1.0/src/1.5.8/Shop/bin/classes/com/stone/shop/view/CarActivity.class new file mode 100644 index 0000000..d828476 Binary files /dev/null and b/代码/在这里1.0/src/1.5.8/Shop/bin/classes/com/stone/shop/view/CarActivity.class differ diff --git a/代码/在这里1.0/src/1.5.8/Shop/bin/classes/com/stone/shop/view/HomeActivity$1.class b/代码/在这里1.0/src/1.5.8/Shop/bin/classes/com/stone/shop/view/HomeActivity$1.class new file mode 100644 index 0000000..886de23 Binary files /dev/null and b/代码/在这里1.0/src/1.5.8/Shop/bin/classes/com/stone/shop/view/HomeActivity$1.class differ diff --git a/代码/在这里1.0/src/1.5.8/Shop/bin/classes/com/stone/shop/view/HomeActivity.class b/代码/在这里1.0/src/1.5.8/Shop/bin/classes/com/stone/shop/view/HomeActivity.class new file mode 100644 index 0000000..48601ca Binary files /dev/null and b/代码/在这里1.0/src/1.5.8/Shop/bin/classes/com/stone/shop/view/HomeActivity.class differ diff --git a/代码/在这里1.0/src/1.5.8/Shop/bin/classes/com/stone/shop/view/LoginActicity$1.class b/代码/在这里1.0/src/1.5.8/Shop/bin/classes/com/stone/shop/view/LoginActicity$1.class new file mode 100644 index 0000000..98b9c00 Binary files /dev/null and b/代码/在这里1.0/src/1.5.8/Shop/bin/classes/com/stone/shop/view/LoginActicity$1.class differ diff --git a/代码/在这里1.0/src/1.5.8/Shop/bin/classes/com/stone/shop/view/LoginActicity.class b/代码/在这里1.0/src/1.5.8/Shop/bin/classes/com/stone/shop/view/LoginActicity.class new file mode 100644 index 0000000..e1e7246 Binary files /dev/null and b/代码/在这里1.0/src/1.5.8/Shop/bin/classes/com/stone/shop/view/LoginActicity.class differ diff --git a/代码/在这里1.0/src/1.5.8/Shop/bin/classes/com/stone/shop/view/MineActivity$1.class b/代码/在这里1.0/src/1.5.8/Shop/bin/classes/com/stone/shop/view/MineActivity$1.class new file mode 100644 index 0000000..392c24a Binary files /dev/null and b/代码/在这里1.0/src/1.5.8/Shop/bin/classes/com/stone/shop/view/MineActivity$1.class differ diff --git a/代码/在这里1.0/src/1.5.8/Shop/bin/classes/com/stone/shop/view/MineActivity.class b/代码/在这里1.0/src/1.5.8/Shop/bin/classes/com/stone/shop/view/MineActivity.class new file mode 100644 index 0000000..8c38f98 Binary files /dev/null and b/代码/在这里1.0/src/1.5.8/Shop/bin/classes/com/stone/shop/view/MineActivity.class differ diff --git a/代码/在这里1.0/src/1.5.8/Shop/bin/classes/com/stone/shop/view/NewsActivity.class b/代码/在这里1.0/src/1.5.8/Shop/bin/classes/com/stone/shop/view/NewsActivity.class new file mode 100644 index 0000000..29f8e74 Binary files /dev/null and b/代码/在这里1.0/src/1.5.8/Shop/bin/classes/com/stone/shop/view/NewsActivity.class differ diff --git a/代码/在这里1.0/src/1.5.8/Shop/bin/classes/com/stone/shop/view/RegisterActivity$1.class b/代码/在这里1.0/src/1.5.8/Shop/bin/classes/com/stone/shop/view/RegisterActivity$1.class new file mode 100644 index 0000000..5744d6b Binary files /dev/null and b/代码/在这里1.0/src/1.5.8/Shop/bin/classes/com/stone/shop/view/RegisterActivity$1.class differ diff --git a/代码/在这里1.0/src/1.5.8/Shop/bin/classes/com/stone/shop/view/RegisterActivity.class b/代码/在这里1.0/src/1.5.8/Shop/bin/classes/com/stone/shop/view/RegisterActivity.class new file mode 100644 index 0000000..28c43ac Binary files /dev/null and b/代码/在这里1.0/src/1.5.8/Shop/bin/classes/com/stone/shop/view/RegisterActivity.class differ diff --git a/代码/在这里1.0/src/1.5.8/Shop/bin/classes/com/stone/shop/view/ShopActivity.class b/代码/在这里1.0/src/1.5.8/Shop/bin/classes/com/stone/shop/view/ShopActivity.class new file mode 100644 index 0000000..53f06f1 Binary files /dev/null and b/代码/在这里1.0/src/1.5.8/Shop/bin/classes/com/stone/shop/view/ShopActivity.class differ diff --git a/代码/在这里1.0/src/1.5.8/Shop/bin/classes/com/stone/shop/view/ShopAllActivity$1.class b/代码/在这里1.0/src/1.5.8/Shop/bin/classes/com/stone/shop/view/ShopAllActivity$1.class new file mode 100644 index 0000000..eaca569 Binary files /dev/null and b/代码/在这里1.0/src/1.5.8/Shop/bin/classes/com/stone/shop/view/ShopAllActivity$1.class differ diff --git a/代码/在这里1.0/src/1.5.8/Shop/bin/classes/com/stone/shop/view/ShopAllActivity.class b/代码/在这里1.0/src/1.5.8/Shop/bin/classes/com/stone/shop/view/ShopAllActivity.class new file mode 100644 index 0000000..a420d31 Binary files /dev/null and b/代码/在这里1.0/src/1.5.8/Shop/bin/classes/com/stone/shop/view/ShopAllActivity.class differ diff --git a/代码/在这里1.0/src/1.5.8/Shop/bin/classes/com/stone/shop/view/ShopItemActivity$1.class b/代码/在这里1.0/src/1.5.8/Shop/bin/classes/com/stone/shop/view/ShopItemActivity$1.class new file mode 100644 index 0000000..dcac5ef Binary files /dev/null and b/代码/在这里1.0/src/1.5.8/Shop/bin/classes/com/stone/shop/view/ShopItemActivity$1.class differ diff --git a/代码/在这里1.0/src/1.5.8/Shop/bin/classes/com/stone/shop/view/ShopItemActivity.class b/代码/在这里1.0/src/1.5.8/Shop/bin/classes/com/stone/shop/view/ShopItemActivity.class new file mode 100644 index 0000000..9aec5d2 Binary files /dev/null and b/代码/在这里1.0/src/1.5.8/Shop/bin/classes/com/stone/shop/view/ShopItemActivity.class differ diff --git a/代码/在这里1.0/src/1.5.8/Shop/bin/classes/com/stone/ui/AutoScrollViewPager$MyHandler.class b/代码/在这里1.0/src/1.5.8/Shop/bin/classes/com/stone/ui/AutoScrollViewPager$MyHandler.class new file mode 100644 index 0000000..75e985d Binary files /dev/null and b/代码/在这里1.0/src/1.5.8/Shop/bin/classes/com/stone/ui/AutoScrollViewPager$MyHandler.class differ diff --git a/代码/在这里1.0/src/1.5.8/Shop/bin/classes/com/stone/ui/AutoScrollViewPager.class b/代码/在这里1.0/src/1.5.8/Shop/bin/classes/com/stone/ui/AutoScrollViewPager.class new file mode 100644 index 0000000..3c31662 Binary files /dev/null and b/代码/在这里1.0/src/1.5.8/Shop/bin/classes/com/stone/ui/AutoScrollViewPager.class differ diff --git a/代码/在这里1.0/src/1.5.8/Shop/bin/classes/com/stone/ui/CustomDurationScroller.class b/代码/在这里1.0/src/1.5.8/Shop/bin/classes/com/stone/ui/CustomDurationScroller.class new file mode 100644 index 0000000..cb8dd98 Binary files /dev/null and b/代码/在这里1.0/src/1.5.8/Shop/bin/classes/com/stone/ui/CustomDurationScroller.class differ diff --git a/代码/在这里1.0/src/1.5.8/Shop/bin/classes/com/stone/ui/ListScrollView.class b/代码/在这里1.0/src/1.5.8/Shop/bin/classes/com/stone/ui/ListScrollView.class new file mode 100644 index 0000000..a1467e5 Binary files /dev/null and b/代码/在这里1.0/src/1.5.8/Shop/bin/classes/com/stone/ui/ListScrollView.class differ diff --git a/代码/在这里1.0/src/1.5.8/Shop/bin/classes/com/stone/ui/MyGridView.class b/代码/在这里1.0/src/1.5.8/Shop/bin/classes/com/stone/ui/MyGridView.class new file mode 100644 index 0000000..7aaf8ed Binary files /dev/null and b/代码/在这里1.0/src/1.5.8/Shop/bin/classes/com/stone/ui/MyGridView.class differ diff --git a/代码/在这里1.0/src/1.5.8/Shop/bin/classes/com/stone/ui/ViewPagerCompat.class b/代码/在这里1.0/src/1.5.8/Shop/bin/classes/com/stone/ui/ViewPagerCompat.class new file mode 100644 index 0000000..ddc619a Binary files /dev/null and b/代码/在这里1.0/src/1.5.8/Shop/bin/classes/com/stone/ui/ViewPagerCompat.class differ diff --git a/代码/在这里1.0/src/1.5.8/Shop/bin/classes/com/stone/util/Util.class b/代码/在这里1.0/src/1.5.8/Shop/bin/classes/com/stone/util/Util.class new file mode 100644 index 0000000..58f75d1 Binary files /dev/null and b/代码/在这里1.0/src/1.5.8/Shop/bin/classes/com/stone/util/Util.class differ diff --git a/代码/在这里1.0/src/1.5.8/Shop/bin/dexedLibs/android-support-v4-56cbf0d5b8cf2bef9079cbeffb62171f.jar b/代码/在这里1.0/src/1.5.8/Shop/bin/dexedLibs/android-support-v4-56cbf0d5b8cf2bef9079cbeffb62171f.jar new file mode 100644 index 0000000..3030336 Binary files /dev/null and b/代码/在这里1.0/src/1.5.8/Shop/bin/dexedLibs/android-support-v4-56cbf0d5b8cf2bef9079cbeffb62171f.jar differ diff --git a/代码/在这里1.0/src/1.5.8/Shop/bin/dexedLibs/bmob_v3.0.2beta-735a16089f123c5760cdaac87607b70a.jar b/代码/在这里1.0/src/1.5.8/Shop/bin/dexedLibs/bmob_v3.0.2beta-735a16089f123c5760cdaac87607b70a.jar new file mode 100644 index 0000000..5227ab8 Binary files /dev/null and b/代码/在这里1.0/src/1.5.8/Shop/bin/dexedLibs/bmob_v3.0.2beta-735a16089f123c5760cdaac87607b70a.jar differ diff --git a/代码/在这里1.0/src/1.5.8/Shop/bin/jarlist.cache b/代码/在这里1.0/src/1.5.8/Shop/bin/jarlist.cache new file mode 100644 index 0000000..0565465 --- /dev/null +++ b/代码/在这里1.0/src/1.5.8/Shop/bin/jarlist.cache @@ -0,0 +1,3 @@ +# cache for current jar dependency. DO NOT EDIT. +# format is +# Encoding is UTF-8 diff --git a/代码/在这里1.0/src/1.5.8/Shop/bin/res/crunch/drawable-hdpi/ic_launcher.png b/代码/在这里1.0/src/1.5.8/Shop/bin/res/crunch/drawable-hdpi/ic_launcher.png new file mode 100644 index 0000000..efa7c5f Binary files /dev/null and b/代码/在这里1.0/src/1.5.8/Shop/bin/res/crunch/drawable-hdpi/ic_launcher.png differ diff --git a/代码/在这里1.0/src/1.5.8/Shop/bin/res/crunch/drawable-mdpi/ic_launcher.png b/代码/在这里1.0/src/1.5.8/Shop/bin/res/crunch/drawable-mdpi/ic_launcher.png new file mode 100644 index 0000000..ec27f2e Binary files /dev/null and b/代码/在这里1.0/src/1.5.8/Shop/bin/res/crunch/drawable-mdpi/ic_launcher.png differ diff --git a/代码/在这里1.0/src/1.5.8/Shop/bin/res/crunch/drawable-xhdpi/ic_launcher.png b/代码/在这里1.0/src/1.5.8/Shop/bin/res/crunch/drawable-xhdpi/ic_launcher.png new file mode 100644 index 0000000..92fc57d Binary files /dev/null and b/代码/在这里1.0/src/1.5.8/Shop/bin/res/crunch/drawable-xhdpi/ic_launcher.png differ diff --git a/代码/在这里1.0/src/1.5.8/Shop/bin/res/crunch/drawable-xxhdpi/ic_launcher.png b/代码/在这里1.0/src/1.5.8/Shop/bin/res/crunch/drawable-xxhdpi/ic_launcher.png new file mode 100644 index 0000000..b6f8f4e Binary files /dev/null and b/代码/在这里1.0/src/1.5.8/Shop/bin/res/crunch/drawable-xxhdpi/ic_launcher.png differ diff --git a/代码/在这里1.0/src/1.5.8/Shop/bin/res/crunch/drawable/checkbox_selected.png b/代码/在这里1.0/src/1.5.8/Shop/bin/res/crunch/drawable/checkbox_selected.png new file mode 100644 index 0000000..54b74dc Binary files /dev/null and b/代码/在这里1.0/src/1.5.8/Shop/bin/res/crunch/drawable/checkbox_selected.png differ diff --git a/代码/在这里1.0/src/1.5.8/Shop/bin/res/crunch/drawable/checkbox_selected_press.png b/代码/在这里1.0/src/1.5.8/Shop/bin/res/crunch/drawable/checkbox_selected_press.png new file mode 100644 index 0000000..6d5756a Binary files /dev/null and b/代码/在这里1.0/src/1.5.8/Shop/bin/res/crunch/drawable/checkbox_selected_press.png differ diff --git a/代码/在这里1.0/src/1.5.8/Shop/bin/res/crunch/drawable/checkbox_unselect.png b/代码/在这里1.0/src/1.5.8/Shop/bin/res/crunch/drawable/checkbox_unselect.png new file mode 100644 index 0000000..9185ada Binary files /dev/null and b/代码/在这里1.0/src/1.5.8/Shop/bin/res/crunch/drawable/checkbox_unselect.png differ diff --git a/代码/在这里1.0/src/1.5.8/Shop/bin/res/crunch/drawable/checkbox_unselect_press.png b/代码/在这里1.0/src/1.5.8/Shop/bin/res/crunch/drawable/checkbox_unselect_press.png new file mode 100644 index 0000000..0bf72e9 Binary files /dev/null and b/代码/在这里1.0/src/1.5.8/Shop/bin/res/crunch/drawable/checkbox_unselect_press.png differ diff --git a/代码/在这里1.0/src/1.5.8/Shop/bin/res/crunch/drawable/ic_1.png b/代码/在这里1.0/src/1.5.8/Shop/bin/res/crunch/drawable/ic_1.png new file mode 100644 index 0000000..f6b9de2 Binary files /dev/null and b/代码/在这里1.0/src/1.5.8/Shop/bin/res/crunch/drawable/ic_1.png differ diff --git a/代码/在这里1.0/src/1.5.8/Shop/bin/res/crunch/drawable/ic_2.png b/代码/在这里1.0/src/1.5.8/Shop/bin/res/crunch/drawable/ic_2.png new file mode 100644 index 0000000..cdc5f24 Binary files /dev/null and b/代码/在这里1.0/src/1.5.8/Shop/bin/res/crunch/drawable/ic_2.png differ diff --git a/代码/在这里1.0/src/1.5.8/Shop/bin/res/crunch/drawable/ic_3.png b/代码/在这里1.0/src/1.5.8/Shop/bin/res/crunch/drawable/ic_3.png new file mode 100644 index 0000000..ead23a9 Binary files /dev/null and b/代码/在这里1.0/src/1.5.8/Shop/bin/res/crunch/drawable/ic_3.png differ diff --git a/代码/在这里1.0/src/1.5.8/Shop/bin/res/crunch/drawable/ic_4.png b/代码/在这里1.0/src/1.5.8/Shop/bin/res/crunch/drawable/ic_4.png new file mode 100644 index 0000000..5d7da50 Binary files /dev/null and b/代码/在这里1.0/src/1.5.8/Shop/bin/res/crunch/drawable/ic_4.png differ diff --git a/代码/在这里1.0/src/1.5.8/Shop/bin/res/crunch/drawable/ic_5.png b/代码/在这里1.0/src/1.5.8/Shop/bin/res/crunch/drawable/ic_5.png new file mode 100644 index 0000000..64a8847 Binary files /dev/null and b/代码/在这里1.0/src/1.5.8/Shop/bin/res/crunch/drawable/ic_5.png differ diff --git a/代码/在这里1.0/src/1.5.8/Shop/bin/res/crunch/drawable/ic_6.png b/代码/在这里1.0/src/1.5.8/Shop/bin/res/crunch/drawable/ic_6.png new file mode 100644 index 0000000..7ec915c Binary files /dev/null and b/代码/在这里1.0/src/1.5.8/Shop/bin/res/crunch/drawable/ic_6.png differ diff --git a/代码/在这里1.0/src/1.5.8/Shop/bin/res/crunch/drawable/ic_7.png b/代码/在这里1.0/src/1.5.8/Shop/bin/res/crunch/drawable/ic_7.png new file mode 100644 index 0000000..1df46b0 Binary files /dev/null and b/代码/在这里1.0/src/1.5.8/Shop/bin/res/crunch/drawable/ic_7.png differ diff --git a/代码/在这里1.0/src/1.5.8/Shop/bin/res/crunch/drawable/ic_8.png b/代码/在这里1.0/src/1.5.8/Shop/bin/res/crunch/drawable/ic_8.png new file mode 100644 index 0000000..8bc6b23 Binary files /dev/null and b/代码/在这里1.0/src/1.5.8/Shop/bin/res/crunch/drawable/ic_8.png differ diff --git a/代码/在这里1.0/src/1.5.8/Shop/bin/res/crunch/drawable/ic_app.png b/代码/在这里1.0/src/1.5.8/Shop/bin/res/crunch/drawable/ic_app.png new file mode 100644 index 0000000..e9c4014 Binary files /dev/null and b/代码/在这里1.0/src/1.5.8/Shop/bin/res/crunch/drawable/ic_app.png differ diff --git a/代码/在这里1.0/src/1.5.8/Shop/bin/res/crunch/drawable/ic_app1.png b/代码/在这里1.0/src/1.5.8/Shop/bin/res/crunch/drawable/ic_app1.png new file mode 100644 index 0000000..7cdee50 Binary files /dev/null and b/代码/在这里1.0/src/1.5.8/Shop/bin/res/crunch/drawable/ic_app1.png differ diff --git a/代码/在这里1.0/src/1.5.8/Shop/bin/res/crunch/drawable/ic_banner1.png b/代码/在这里1.0/src/1.5.8/Shop/bin/res/crunch/drawable/ic_banner1.png new file mode 100644 index 0000000..93e25d3 Binary files /dev/null and b/代码/在这里1.0/src/1.5.8/Shop/bin/res/crunch/drawable/ic_banner1.png differ diff --git a/代码/在这里1.0/src/1.5.8/Shop/bin/res/crunch/drawable/ic_banner_hide.png b/代码/在这里1.0/src/1.5.8/Shop/bin/res/crunch/drawable/ic_banner_hide.png new file mode 100644 index 0000000..860e79e Binary files /dev/null and b/代码/在这里1.0/src/1.5.8/Shop/bin/res/crunch/drawable/ic_banner_hide.png differ diff --git a/代码/在这里1.0/src/1.5.8/Shop/bin/res/crunch/drawable/ic_breakfast.png b/代码/在这里1.0/src/1.5.8/Shop/bin/res/crunch/drawable/ic_breakfast.png new file mode 100644 index 0000000..1bb8b03 Binary files /dev/null and b/代码/在这里1.0/src/1.5.8/Shop/bin/res/crunch/drawable/ic_breakfast.png differ diff --git a/代码/在这里1.0/src/1.5.8/Shop/bin/res/crunch/drawable/ic_car.png b/代码/在这里1.0/src/1.5.8/Shop/bin/res/crunch/drawable/ic_car.png new file mode 100644 index 0000000..83d6810 Binary files /dev/null and b/代码/在这里1.0/src/1.5.8/Shop/bin/res/crunch/drawable/ic_car.png differ diff --git a/代码/在这里1.0/src/1.5.8/Shop/bin/res/crunch/drawable/ic_date.png b/代码/在这里1.0/src/1.5.8/Shop/bin/res/crunch/drawable/ic_date.png new file mode 100644 index 0000000..9df2a0e Binary files /dev/null and b/代码/在这里1.0/src/1.5.8/Shop/bin/res/crunch/drawable/ic_date.png differ diff --git a/代码/在这里1.0/src/1.5.8/Shop/bin/res/crunch/drawable/ic_hbut.png b/代码/在这里1.0/src/1.5.8/Shop/bin/res/crunch/drawable/ic_hbut.png new file mode 100644 index 0000000..775cc41 Binary files /dev/null and b/代码/在这里1.0/src/1.5.8/Shop/bin/res/crunch/drawable/ic_hbut.png differ diff --git a/代码/在这里1.0/src/1.5.8/Shop/bin/res/crunch/drawable/ic_hide.png b/代码/在这里1.0/src/1.5.8/Shop/bin/res/crunch/drawable/ic_hide.png new file mode 100644 index 0000000..ca30710 Binary files /dev/null and b/代码/在这里1.0/src/1.5.8/Shop/bin/res/crunch/drawable/ic_hide.png differ diff --git a/代码/在这里1.0/src/1.5.8/Shop/bin/res/crunch/drawable/ic_loc.png b/代码/在这里1.0/src/1.5.8/Shop/bin/res/crunch/drawable/ic_loc.png new file mode 100644 index 0000000..4590b69 Binary files /dev/null and b/代码/在这里1.0/src/1.5.8/Shop/bin/res/crunch/drawable/ic_loc.png differ diff --git a/代码/在这里1.0/src/1.5.8/Shop/bin/res/crunch/drawable/ic_mine.png b/代码/在这里1.0/src/1.5.8/Shop/bin/res/crunch/drawable/ic_mine.png new file mode 100644 index 0000000..a1727ef Binary files /dev/null and b/代码/在这里1.0/src/1.5.8/Shop/bin/res/crunch/drawable/ic_mine.png differ diff --git a/代码/在这里1.0/src/1.5.8/Shop/bin/res/crunch/drawable/ic_page_indicator.png b/代码/在这里1.0/src/1.5.8/Shop/bin/res/crunch/drawable/ic_page_indicator.png new file mode 100644 index 0000000..ddd68c8 Binary files /dev/null and b/代码/在这里1.0/src/1.5.8/Shop/bin/res/crunch/drawable/ic_page_indicator.png differ diff --git a/代码/在这里1.0/src/1.5.8/Shop/bin/res/crunch/drawable/ic_page_indicator_focused.png b/代码/在这里1.0/src/1.5.8/Shop/bin/res/crunch/drawable/ic_page_indicator_focused.png new file mode 100644 index 0000000..a9a52dc Binary files /dev/null and b/代码/在这里1.0/src/1.5.8/Shop/bin/res/crunch/drawable/ic_page_indicator_focused.png differ diff --git a/代码/在这里1.0/src/1.5.8/Shop/bin/res/crunch/drawable/ic_phone.png b/代码/在这里1.0/src/1.5.8/Shop/bin/res/crunch/drawable/ic_phone.png new file mode 100644 index 0000000..435ae6b Binary files /dev/null and b/代码/在这里1.0/src/1.5.8/Shop/bin/res/crunch/drawable/ic_phone.png differ diff --git a/代码/在这里1.0/src/1.5.8/Shop/bin/res/crunch/drawable/ic_phone2.png b/代码/在这里1.0/src/1.5.8/Shop/bin/res/crunch/drawable/ic_phone2.png new file mode 100644 index 0000000..57ab828 Binary files /dev/null and b/代码/在这里1.0/src/1.5.8/Shop/bin/res/crunch/drawable/ic_phone2.png differ diff --git a/代码/在这里1.0/src/1.5.8/Shop/bin/res/crunch/drawable/ic_phone3.png b/代码/在这里1.0/src/1.5.8/Shop/bin/res/crunch/drawable/ic_phone3.png new file mode 100644 index 0000000..6ce6629 Binary files /dev/null and b/代码/在这里1.0/src/1.5.8/Shop/bin/res/crunch/drawable/ic_phone3.png differ diff --git a/代码/在这里1.0/src/1.5.8/Shop/bin/res/crunch/drawable/ic_sale.png b/代码/在这里1.0/src/1.5.8/Shop/bin/res/crunch/drawable/ic_sale.png new file mode 100644 index 0000000..7a0e775 Binary files /dev/null and b/代码/在这里1.0/src/1.5.8/Shop/bin/res/crunch/drawable/ic_sale.png differ diff --git a/代码/在这里1.0/src/1.5.8/Shop/bin/res/crunch/drawable/ic_search.png b/代码/在这里1.0/src/1.5.8/Shop/bin/res/crunch/drawable/ic_search.png new file mode 100644 index 0000000..8ff6204 Binary files /dev/null and b/代码/在这里1.0/src/1.5.8/Shop/bin/res/crunch/drawable/ic_search.png differ diff --git a/代码/在这里1.0/src/1.5.8/Shop/bin/res/crunch/drawable/ic_shelf_category_divider.png b/代码/在这里1.0/src/1.5.8/Shop/bin/res/crunch/drawable/ic_shelf_category_divider.png new file mode 100644 index 0000000..836688a Binary files /dev/null and b/代码/在这里1.0/src/1.5.8/Shop/bin/res/crunch/drawable/ic_shelf_category_divider.png differ diff --git a/代码/在这里1.0/src/1.5.8/Shop/bin/res/crunch/drawable/ic_shop.png b/代码/在这里1.0/src/1.5.8/Shop/bin/res/crunch/drawable/ic_shop.png new file mode 100644 index 0000000..b51d593 Binary files /dev/null and b/代码/在这里1.0/src/1.5.8/Shop/bin/res/crunch/drawable/ic_shop.png differ diff --git a/代码/在这里1.0/src/1.5.8/Shop/bin/res/crunch/drawable/ic_star_no.png b/代码/在这里1.0/src/1.5.8/Shop/bin/res/crunch/drawable/ic_star_no.png new file mode 100644 index 0000000..37797b9 Binary files /dev/null and b/代码/在这里1.0/src/1.5.8/Shop/bin/res/crunch/drawable/ic_star_no.png differ diff --git a/代码/在这里1.0/src/1.5.8/Shop/bin/res/crunch/drawable/ic_star_yes.png b/代码/在这里1.0/src/1.5.8/Shop/bin/res/crunch/drawable/ic_star_yes.png new file mode 100644 index 0000000..3b3aa73 Binary files /dev/null and b/代码/在这里1.0/src/1.5.8/Shop/bin/res/crunch/drawable/ic_star_yes.png differ diff --git a/代码/在这里1.0/src/1.5.8/Shop/bin/resources.ap_ b/代码/在这里1.0/src/1.5.8/Shop/bin/resources.ap_ new file mode 100644 index 0000000..a8a5743 Binary files /dev/null and b/代码/在这里1.0/src/1.5.8/Shop/bin/resources.ap_ differ diff --git a/代码/在这里1.0/src/1.5.8/Shop/gen/com/stone/shop/BuildConfig.java b/代码/在这里1.0/src/1.5.8/Shop/gen/com/stone/shop/BuildConfig.java new file mode 100644 index 0000000..f1eddbc --- /dev/null +++ b/代码/在这里1.0/src/1.5.8/Shop/gen/com/stone/shop/BuildConfig.java @@ -0,0 +1,6 @@ +/** Automatically generated file. DO NOT MODIFY */ +package com.stone.shop; + +public final class BuildConfig { + public final static boolean DEBUG = true; +} \ No newline at end of file diff --git a/代码/在这里1.0/src/1.5.8/Shop/gen/com/stone/shop/R.java b/代码/在这里1.0/src/1.5.8/Shop/gen/com/stone/shop/R.java new file mode 100644 index 0000000..0682a55 --- /dev/null +++ b/代码/在这里1.0/src/1.5.8/Shop/gen/com/stone/shop/R.java @@ -0,0 +1,240 @@ +/* AUTO-GENERATED FILE. DO NOT MODIFY. + * + * This class was automatically generated by the + * aapt tool from the resource data it found. It + * should not be modified by hand. + */ + +package com.stone.shop; + +public final class R { + public static final class anim { + public static final int cycle_7=0x7f040000; + public static final int scale=0x7f040001; + public static final int shake=0x7f040002; + } + public static final class attr { + } + public static final class dimen { + /** Default screen margins, per the Android Design guidelines. + + Customize dimensions originally defined in res/values/dimens.xml (such as + screen margins) for sw720dp devices (e.g. 10" tablets) in landscape here. + + */ + public static final int activity_horizontal_margin=0x7f050000; + public static final int activity_vertical_margin=0x7f050001; + } + public static final class drawable { + public static final int abs__tab_selected_focused_holo=0x7f020000; + public static final int abs__tab_selected_holo=0x7f020001; + public static final int abs__tab_selected_pressed_holo=0x7f020002; + public static final int abs__tab_unselected_pressed_holo=0x7f020003; + public static final int bg1=0x7f020004; + public static final int bg3=0x7f020005; + public static final int checkbox_bg1=0x7f020006; + public static final int checkbox_selected=0x7f020007; + public static final int checkbox_selected_press=0x7f020008; + public static final int checkbox_unselect=0x7f020009; + public static final int checkbox_unselect_press=0x7f02000a; + public static final int custom_ratingbar=0x7f02000b; + public static final int ic_1=0x7f02000c; + public static final int ic_2=0x7f02000d; + public static final int ic_3=0x7f02000e; + public static final int ic_4=0x7f02000f; + public static final int ic_5=0x7f020010; + public static final int ic_6=0x7f020011; + public static final int ic_7=0x7f020012; + public static final int ic_8=0x7f020013; + public static final int ic_app=0x7f020014; + public static final int ic_app1=0x7f020015; + public static final int ic_banner1=0x7f020016; + public static final int ic_banner_hide=0x7f020017; + public static final int ic_banner_image_default1=0x7f020018; + public static final int ic_banner_image_default11=0x7f020019; + public static final int ic_banner_image_default2=0x7f02001a; + public static final int ic_banner_image_default22=0x7f02001b; + public static final int ic_banner_image_default3=0x7f02001c; + public static final int ic_banner_image_default4=0x7f02001d; + public static final int ic_banner_image_default55=0x7f02001e; + public static final int ic_banner_image_default77=0x7f02001f; + public static final int ic_breakfast=0x7f020020; + public static final int ic_car=0x7f020021; + public static final int ic_date=0x7f020022; + public static final int ic_hbut=0x7f020023; + public static final int ic_hide=0x7f020024; + public static final int ic_launcher=0x7f020025; + public static final int ic_loc=0x7f020026; + public static final int ic_mine=0x7f020027; + public static final int ic_page_indicator=0x7f020028; + public static final int ic_page_indicator_focused=0x7f020029; + public static final int ic_phone=0x7f02002a; + public static final int ic_phone2=0x7f02002b; + public static final int ic_phone3=0x7f02002c; + public static final int ic_sale=0x7f02002d; + public static final int ic_search=0x7f02002e; + public static final int ic_shelf_category_divider=0x7f02002f; + public static final int ic_shop=0x7f020030; + public static final int ic_shop_info_bg=0x7f020031; + public static final int ic_shop_info_bg2=0x7f020032; + public static final int ic_shop_info_bg22=0x7f020033; + public static final int ic_star_no=0x7f020034; + public static final int ic_star_yes=0x7f020035; + public static final int shap_circle=0x7f020036; + public static final int shape_color_frame=0x7f020037; + public static final int shape_grid_item=0x7f020038; + public static final int shape_left_radius_color_square=0x7f020039; + public static final int shape_radius=0x7f02003a; + public static final int shape_radius_color_square=0x7f02003b; + public static final int shape_radius_square=0x7f02003c; + public static final int tab_bg_selector=0x7f02003d; + } + public static final class id { + public static final int action_settings=0x7f090055; + public static final int btn_about=0x7f09001c; + public static final int btn_buy_good=0x7f090038; + public static final int btn_commit=0x7f090054; + public static final int btn_contact=0x7f09001d; + public static final int btn_hide_ads=0x7f090009; + public static final int btn_login=0x7f090012; + public static final int btn_reg_now=0x7f09002a; + public static final int btn_register=0x7f090014; + public static final int btn_share=0x7f09001e; + public static final int cb_rem_psd=0x7f090013; + public static final int et_comfirm_psd=0x7f090025; + public static final int et_commit=0x7f090053; + public static final int et_password=0x7f090010; + public static final int et_phone=0x7f090028; + public static final int et_username=0x7f09000d; + public static final int fl_image_ads=0x7f090007; + public static final int gv_food_class=0x7f09002c; + public static final int gv_gift_class=0x7f09002d; + public static final int gv_out_class=0x7f09002e; + public static final int gv_school_class=0x7f09002b; + public static final int header_shop_all=0x7f09002f; + public static final int imageview=0x7f090047; + public static final int img_call=0x7f09004e; + public static final int img_chooseImage=0x7f090045; + public static final int img_date=0x7f090004; + public static final int img_search=0x7f09003a; + public static final int img_shop=0x7f09003d; + public static final int img_welcome=0x7f090001; + public static final int listScrollView=0x7f090003; + public static final int ll_commit_parent_view=0x7f090052; + public static final int ll_commit_son_view=0x7f090033; + public static final int ll_row1=0x7f09000b; + public static final int ll_row2=0x7f09000e; + public static final int ll_row3=0x7f090011; + public static final int ll_row4=0x7f090026; + public static final int ll_row6=0x7f090029; + public static final int lv_goods_list=0x7f090049; + public static final int lv_news=0x7f09000a; + public static final int lv_shop_all=0x7f090030; + public static final int pagertab=0x7f090032; + public static final int ratingBar1=0x7f09004b; + public static final int rb_rate=0x7f090043; + public static final int relaGrid=0x7f090044; + public static final int rl_welcome=0x7f090000; + public static final int textview=0x7f090048; + public static final int tv_bowl=0x7f090016; + public static final int tv_cademy=0x7f090019; + public static final int tv_chooseText=0x7f090046; + public static final int tv_comfirm_psd=0x7f090024; + public static final int tv_commit_content=0x7f090035; + public static final int tv_commit_title=0x7f090051; + public static final int tv_commit_user=0x7f090034; + public static final int tv_day=0x7f090006; + public static final int tv_dorNum=0x7f09001b; + public static final int tv_dorPart=0x7f09001a; + public static final int tv_good_name=0x7f090036; + public static final int tv_good_price=0x7f090037; + public static final int tv_me=0x7f090015; + public static final int tv_news_author=0x7f090020; + public static final int tv_news_content=0x7f090022; + public static final int tv_news_date=0x7f09003c; + public static final int tv_news_time=0x7f090021; + public static final int tv_news_title=0x7f09001f; + public static final int tv_news_type=0x7f09003b; + public static final int tv_password=0x7f09000f; + public static final int tv_phone=0x7f090027; + public static final int tv_reg_title=0x7f090023; + public static final int tv_school=0x7f090018; + public static final int tv_shop_discount=0x7f090040; + public static final int tv_shop_introduce=0x7f09004f; + public static final int tv_shop_loc=0x7f090042; + public static final int tv_shop_location=0x7f09004c; + public static final int tv_shop_name=0x7f09003e; + public static final int tv_shop_paper=0x7f09003f; + public static final int tv_shop_phone=0x7f09004d; + public static final int tv_shop_promotion=0x7f090050; + public static final int tv_shop_title=0x7f09004a; + public static final int tv_shop_type=0x7f090041; + public static final int tv_title=0x7f090039; + public static final int tv_username=0x7f09000c; + public static final int tv_week=0x7f090005; + public static final int tv_xiaocai=0x7f090017; + public static final int view_pager=0x7f090008; + public static final int viewpager=0x7f090031; + public static final int wv_wsq=0x7f090002; + } + public static final class layout { + public static final int activity_about=0x7f030000; + public static final int activity_base=0x7f030001; + public static final int activity_car=0x7f030002; + public static final int activity_home=0x7f030003; + public static final int activity_login=0x7f030004; + public static final int activity_mine=0x7f030005; + public static final int activity_news=0x7f030006; + public static final int activity_reg=0x7f030007; + public static final int activity_shop=0x7f030008; + public static final int activity_shop_all=0x7f030009; + public static final int activity_shop_item=0x7f03000a; + public static final int commit=0x7f03000b; + public static final int copy_activity_home=0x7f03000c; + public static final int goods_list_item=0x7f03000d; + public static final int header_home=0x7f03000e; + public static final int header_mine=0x7f03000f; + public static final int header_news=0x7f030010; + public static final int header_shop=0x7f030011; + public static final int header_shop_all=0x7f030012; + public static final int news_list_item=0x7f030013; + public static final int scom_list_item=0x7f030014; + public static final int shop_all_list_item=0x7f030015; + public static final int shop_grid_item=0x7f030016; + public static final int tab_widget_item=0x7f030017; + public static final int viewpager_menu=0x7f030018; + public static final int viewpager_shopinfo=0x7f030019; + } + public static final class menu { + public static final int main=0x7f080000; + } + public static final class string { + public static final int action_settings=0x7f060001; + public static final int app_name=0x7f060000; + public static final int hello_world=0x7f060002; + } + public static final class style { + /** + Base application theme for API 11+. This theme completely replaces + AppBaseTheme from res/values/styles.xml on API 11+ devices. + + API 11 theme customizations can go here. + + Base application theme for API 14+. This theme completely replaces + AppBaseTheme from BOTH res/values/styles.xml and + res/values-v11/styles.xml on API 14+ devices. + + API 14 theme customizations can go here. + */ + public static final int AppBaseTheme=0x7f070000; + public static final int AppNoTitleBarTheme=0x7f070003; + public static final int AppTheme=0x7f070002; + public static final int NoTitleBarTheme=0x7f070001; + /** 自定义对话框的样式 + */ + public static final int Theme_dialog=0x7f070004; + /** 自定义RatingBar样式 + */ + public static final int custom_ratingbar_style=0x7f070005; + } +} diff --git a/代码/在这里1.0/src/1.5.8/Shop/ic_launcher-web.png b/代码/在这里1.0/src/1.5.8/Shop/ic_launcher-web.png new file mode 100644 index 0000000..a18cbb4 Binary files /dev/null and b/代码/在这里1.0/src/1.5.8/Shop/ic_launcher-web.png differ diff --git a/代码/在这里1.0/src/1.5.8/Shop/libs/android-support-v4.jar b/代码/在这里1.0/src/1.5.8/Shop/libs/android-support-v4.jar new file mode 100644 index 0000000..9056828 Binary files /dev/null and b/代码/在这里1.0/src/1.5.8/Shop/libs/android-support-v4.jar differ diff --git a/代码/在这里1.0/src/1.5.8/Shop/libs/bmob_v3.0.2beta.jar b/代码/在这里1.0/src/1.5.8/Shop/libs/bmob_v3.0.2beta.jar new file mode 100644 index 0000000..2b853e5 Binary files /dev/null and b/代码/在这里1.0/src/1.5.8/Shop/libs/bmob_v3.0.2beta.jar differ diff --git a/代码/在这里1.0/src/1.5.8/Shop/lint.xml b/代码/在这里1.0/src/1.5.8/Shop/lint.xml new file mode 100644 index 0000000..7cc5ca9 --- /dev/null +++ b/代码/在这里1.0/src/1.5.8/Shop/lint.xml @@ -0,0 +1,36 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/代码/在这里1.0/src/1.5.8/Shop/proguard-project.txt b/代码/在这里1.0/src/1.5.8/Shop/proguard-project.txt new file mode 100644 index 0000000..f2fe155 --- /dev/null +++ b/代码/在这里1.0/src/1.5.8/Shop/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/代码/在这里1.0/src/1.5.8/Shop/project.properties b/代码/在这里1.0/src/1.5.8/Shop/project.properties new file mode 100644 index 0000000..4ab1256 --- /dev/null +++ b/代码/在这里1.0/src/1.5.8/Shop/project.properties @@ -0,0 +1,14 @@ +# 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 diff --git a/代码/在这里1.0/src/1.5.8/Shop/res/anim/cycle_7.xml b/代码/在这里1.0/src/1.5.8/Shop/res/anim/cycle_7.xml new file mode 100644 index 0000000..57932a8 --- /dev/null +++ b/代码/在这里1.0/src/1.5.8/Shop/res/anim/cycle_7.xml @@ -0,0 +1,3 @@ + + diff --git a/代码/在这里1.0/src/1.5.8/Shop/res/anim/scale.xml b/代码/在这里1.0/src/1.5.8/Shop/res/anim/scale.xml new file mode 100644 index 0000000..77cdc91 --- /dev/null +++ b/代码/在这里1.0/src/1.5.8/Shop/res/anim/scale.xml @@ -0,0 +1,25 @@ + + + + + + + diff --git a/代码/在这里1.0/src/1.5.8/Shop/res/anim/shake.xml b/代码/在这里1.0/src/1.5.8/Shop/res/anim/shake.xml new file mode 100644 index 0000000..4352ab2 --- /dev/null +++ b/代码/在这里1.0/src/1.5.8/Shop/res/anim/shake.xml @@ -0,0 +1,33 @@ + + + + + + + + + \ No newline at end of file diff --git a/代码/在这里1.0/src/1.5.8/Shop/res/drawable-hdpi/ic_launcher.png b/代码/在这里1.0/src/1.5.8/Shop/res/drawable-hdpi/ic_launcher.png new file mode 100644 index 0000000..288b665 Binary files /dev/null and b/代码/在这里1.0/src/1.5.8/Shop/res/drawable-hdpi/ic_launcher.png differ diff --git a/代码/在这里1.0/src/1.5.8/Shop/res/drawable-mdpi/ic_launcher.png b/代码/在这里1.0/src/1.5.8/Shop/res/drawable-mdpi/ic_launcher.png new file mode 100644 index 0000000..6ae570b Binary files /dev/null and b/代码/在这里1.0/src/1.5.8/Shop/res/drawable-mdpi/ic_launcher.png differ diff --git a/代码/在这里1.0/src/1.5.8/Shop/res/drawable-xhdpi/ic_launcher.png b/代码/在这里1.0/src/1.5.8/Shop/res/drawable-xhdpi/ic_launcher.png new file mode 100644 index 0000000..d4fb7cd Binary files /dev/null and b/代码/在这里1.0/src/1.5.8/Shop/res/drawable-xhdpi/ic_launcher.png differ diff --git a/代码/在这里1.0/src/1.5.8/Shop/res/drawable-xxhdpi/ic_launcher.png b/代码/在这里1.0/src/1.5.8/Shop/res/drawable-xxhdpi/ic_launcher.png new file mode 100644 index 0000000..85a6081 Binary files /dev/null and b/代码/在这里1.0/src/1.5.8/Shop/res/drawable-xxhdpi/ic_launcher.png differ diff --git a/代码/在这里1.0/src/1.5.8/Shop/res/drawable/abs__tab_selected_focused_holo.9.png b/代码/在这里1.0/src/1.5.8/Shop/res/drawable/abs__tab_selected_focused_holo.9.png new file mode 100644 index 0000000..140ebfd Binary files /dev/null and b/代码/在这里1.0/src/1.5.8/Shop/res/drawable/abs__tab_selected_focused_holo.9.png differ diff --git a/代码/在这里1.0/src/1.5.8/Shop/res/drawable/abs__tab_selected_holo.9.png b/代码/在这里1.0/src/1.5.8/Shop/res/drawable/abs__tab_selected_holo.9.png new file mode 100644 index 0000000..a94f098 Binary files /dev/null and b/代码/在这里1.0/src/1.5.8/Shop/res/drawable/abs__tab_selected_holo.9.png differ diff --git a/代码/在这里1.0/src/1.5.8/Shop/res/drawable/abs__tab_selected_pressed_holo.9.png b/代码/在这里1.0/src/1.5.8/Shop/res/drawable/abs__tab_selected_pressed_holo.9.png new file mode 100644 index 0000000..25ec789 Binary files /dev/null and b/代码/在这里1.0/src/1.5.8/Shop/res/drawable/abs__tab_selected_pressed_holo.9.png differ diff --git a/代码/在这里1.0/src/1.5.8/Shop/res/drawable/abs__tab_unselected_pressed_holo.9.png b/代码/在这里1.0/src/1.5.8/Shop/res/drawable/abs__tab_unselected_pressed_holo.9.png new file mode 100644 index 0000000..3e7f9e4 Binary files /dev/null and b/代码/在这里1.0/src/1.5.8/Shop/res/drawable/abs__tab_unselected_pressed_holo.9.png differ diff --git a/代码/在这里1.0/src/1.5.8/Shop/res/drawable/bg1.jpg b/代码/在这里1.0/src/1.5.8/Shop/res/drawable/bg1.jpg new file mode 100644 index 0000000..cbb06e0 Binary files /dev/null and b/代码/在这里1.0/src/1.5.8/Shop/res/drawable/bg1.jpg differ diff --git a/代码/在这里1.0/src/1.5.8/Shop/res/drawable/bg3.jpg b/代码/在这里1.0/src/1.5.8/Shop/res/drawable/bg3.jpg new file mode 100644 index 0000000..69333a7 Binary files /dev/null and b/代码/在这里1.0/src/1.5.8/Shop/res/drawable/bg3.jpg differ diff --git a/代码/在这里1.0/src/1.5.8/Shop/res/drawable/checkbox_bg1.xml b/代码/在这里1.0/src/1.5.8/Shop/res/drawable/checkbox_bg1.xml new file mode 100644 index 0000000..24e98f1 --- /dev/null +++ b/代码/在这里1.0/src/1.5.8/Shop/res/drawable/checkbox_bg1.xml @@ -0,0 +1,9 @@ + + + + + + + + diff --git a/代码/在这里1.0/src/1.5.8/Shop/res/drawable/checkbox_selected.png b/代码/在这里1.0/src/1.5.8/Shop/res/drawable/checkbox_selected.png new file mode 100644 index 0000000..54b74dc Binary files /dev/null and b/代码/在这里1.0/src/1.5.8/Shop/res/drawable/checkbox_selected.png differ diff --git a/代码/在这里1.0/src/1.5.8/Shop/res/drawable/checkbox_selected_press.png b/代码/在这里1.0/src/1.5.8/Shop/res/drawable/checkbox_selected_press.png new file mode 100644 index 0000000..6d5756a Binary files /dev/null and b/代码/在这里1.0/src/1.5.8/Shop/res/drawable/checkbox_selected_press.png differ diff --git a/代码/在这里1.0/src/1.5.8/Shop/res/drawable/checkbox_unselect.png b/代码/在这里1.0/src/1.5.8/Shop/res/drawable/checkbox_unselect.png new file mode 100644 index 0000000..9185ada Binary files /dev/null and b/代码/在这里1.0/src/1.5.8/Shop/res/drawable/checkbox_unselect.png differ diff --git a/代码/在这里1.0/src/1.5.8/Shop/res/drawable/checkbox_unselect_press.png b/代码/在这里1.0/src/1.5.8/Shop/res/drawable/checkbox_unselect_press.png new file mode 100644 index 0000000..0bf72e9 Binary files /dev/null and b/代码/在这里1.0/src/1.5.8/Shop/res/drawable/checkbox_unselect_press.png differ diff --git a/代码/在这里1.0/src/1.5.8/Shop/res/drawable/custom_ratingbar.xml b/代码/在这里1.0/src/1.5.8/Shop/res/drawable/custom_ratingbar.xml new file mode 100644 index 0000000..ab2cf58 --- /dev/null +++ b/代码/在这里1.0/src/1.5.8/Shop/res/drawable/custom_ratingbar.xml @@ -0,0 +1,15 @@ + + + + + + + + + \ No newline at end of file diff --git a/代码/在这里1.0/src/1.5.8/Shop/res/drawable/ic_1.png b/代码/在这里1.0/src/1.5.8/Shop/res/drawable/ic_1.png new file mode 100644 index 0000000..9ccc4da Binary files /dev/null and b/代码/在这里1.0/src/1.5.8/Shop/res/drawable/ic_1.png differ diff --git a/代码/在这里1.0/src/1.5.8/Shop/res/drawable/ic_2.png b/代码/在这里1.0/src/1.5.8/Shop/res/drawable/ic_2.png new file mode 100644 index 0000000..bc9f9ff Binary files /dev/null and b/代码/在这里1.0/src/1.5.8/Shop/res/drawable/ic_2.png differ diff --git a/代码/在这里1.0/src/1.5.8/Shop/res/drawable/ic_3.png b/代码/在这里1.0/src/1.5.8/Shop/res/drawable/ic_3.png new file mode 100644 index 0000000..1192560 Binary files /dev/null and b/代码/在这里1.0/src/1.5.8/Shop/res/drawable/ic_3.png differ diff --git a/代码/在这里1.0/src/1.5.8/Shop/res/drawable/ic_4.png b/代码/在这里1.0/src/1.5.8/Shop/res/drawable/ic_4.png new file mode 100644 index 0000000..f151b25 Binary files /dev/null and b/代码/在这里1.0/src/1.5.8/Shop/res/drawable/ic_4.png differ diff --git a/代码/在这里1.0/src/1.5.8/Shop/res/drawable/ic_5.png b/代码/在这里1.0/src/1.5.8/Shop/res/drawable/ic_5.png new file mode 100644 index 0000000..32e9ab3 Binary files /dev/null and b/代码/在这里1.0/src/1.5.8/Shop/res/drawable/ic_5.png differ diff --git a/代码/在这里1.0/src/1.5.8/Shop/res/drawable/ic_6.png b/代码/在这里1.0/src/1.5.8/Shop/res/drawable/ic_6.png new file mode 100644 index 0000000..4172b94 Binary files /dev/null and b/代码/在这里1.0/src/1.5.8/Shop/res/drawable/ic_6.png differ diff --git a/代码/在这里1.0/src/1.5.8/Shop/res/drawable/ic_7.png b/代码/在这里1.0/src/1.5.8/Shop/res/drawable/ic_7.png new file mode 100644 index 0000000..ccfabb4 Binary files /dev/null and b/代码/在这里1.0/src/1.5.8/Shop/res/drawable/ic_7.png differ diff --git a/代码/在这里1.0/src/1.5.8/Shop/res/drawable/ic_8.png b/代码/在这里1.0/src/1.5.8/Shop/res/drawable/ic_8.png new file mode 100644 index 0000000..609d322 Binary files /dev/null and b/代码/在这里1.0/src/1.5.8/Shop/res/drawable/ic_8.png differ diff --git a/代码/在这里1.0/src/1.5.8/Shop/res/drawable/ic_app.png b/代码/在这里1.0/src/1.5.8/Shop/res/drawable/ic_app.png new file mode 100644 index 0000000..77df0ed Binary files /dev/null and b/代码/在这里1.0/src/1.5.8/Shop/res/drawable/ic_app.png differ diff --git a/代码/在这里1.0/src/1.5.8/Shop/res/drawable/ic_app1.png b/代码/在这里1.0/src/1.5.8/Shop/res/drawable/ic_app1.png new file mode 100644 index 0000000..5e0a4a9 Binary files /dev/null and b/代码/在这里1.0/src/1.5.8/Shop/res/drawable/ic_app1.png differ diff --git a/代码/在这里1.0/src/1.5.8/Shop/res/drawable/ic_banner1.png b/代码/在这里1.0/src/1.5.8/Shop/res/drawable/ic_banner1.png new file mode 100644 index 0000000..769c54c Binary files /dev/null and b/代码/在这里1.0/src/1.5.8/Shop/res/drawable/ic_banner1.png differ diff --git a/代码/在这里1.0/src/1.5.8/Shop/res/drawable/ic_banner_hide.png b/代码/在这里1.0/src/1.5.8/Shop/res/drawable/ic_banner_hide.png new file mode 100644 index 0000000..ff669ae Binary files /dev/null and b/代码/在这里1.0/src/1.5.8/Shop/res/drawable/ic_banner_hide.png differ diff --git a/代码/在这里1.0/src/1.5.8/Shop/res/drawable/ic_banner_image_default1.png b/代码/在这里1.0/src/1.5.8/Shop/res/drawable/ic_banner_image_default1.png new file mode 100644 index 0000000..5f4b680 Binary files /dev/null and b/代码/在这里1.0/src/1.5.8/Shop/res/drawable/ic_banner_image_default1.png differ diff --git a/代码/在这里1.0/src/1.5.8/Shop/res/drawable/ic_banner_image_default11.png b/代码/在这里1.0/src/1.5.8/Shop/res/drawable/ic_banner_image_default11.png new file mode 100644 index 0000000..48b457e Binary files /dev/null and b/代码/在这里1.0/src/1.5.8/Shop/res/drawable/ic_banner_image_default11.png differ diff --git a/代码/在这里1.0/src/1.5.8/Shop/res/drawable/ic_banner_image_default2.png b/代码/在这里1.0/src/1.5.8/Shop/res/drawable/ic_banner_image_default2.png new file mode 100644 index 0000000..51cdab6 Binary files /dev/null and b/代码/在这里1.0/src/1.5.8/Shop/res/drawable/ic_banner_image_default2.png differ diff --git a/代码/在这里1.0/src/1.5.8/Shop/res/drawable/ic_banner_image_default22.png b/代码/在这里1.0/src/1.5.8/Shop/res/drawable/ic_banner_image_default22.png new file mode 100644 index 0000000..90c6304 Binary files /dev/null and b/代码/在这里1.0/src/1.5.8/Shop/res/drawable/ic_banner_image_default22.png differ diff --git a/代码/在这里1.0/src/1.5.8/Shop/res/drawable/ic_banner_image_default3.png b/代码/在这里1.0/src/1.5.8/Shop/res/drawable/ic_banner_image_default3.png new file mode 100644 index 0000000..9c265c7 Binary files /dev/null and b/代码/在这里1.0/src/1.5.8/Shop/res/drawable/ic_banner_image_default3.png differ diff --git a/代码/在这里1.0/src/1.5.8/Shop/res/drawable/ic_banner_image_default4.png b/代码/在这里1.0/src/1.5.8/Shop/res/drawable/ic_banner_image_default4.png new file mode 100644 index 0000000..a2a3229 Binary files /dev/null and b/代码/在这里1.0/src/1.5.8/Shop/res/drawable/ic_banner_image_default4.png differ diff --git a/代码/在这里1.0/src/1.5.8/Shop/res/drawable/ic_banner_image_default55.png b/代码/在这里1.0/src/1.5.8/Shop/res/drawable/ic_banner_image_default55.png new file mode 100644 index 0000000..4ce9b4f Binary files /dev/null and b/代码/在这里1.0/src/1.5.8/Shop/res/drawable/ic_banner_image_default55.png differ diff --git a/代码/在这里1.0/src/1.5.8/Shop/res/drawable/ic_banner_image_default77.png b/代码/在这里1.0/src/1.5.8/Shop/res/drawable/ic_banner_image_default77.png new file mode 100644 index 0000000..49bda9c Binary files /dev/null and b/代码/在这里1.0/src/1.5.8/Shop/res/drawable/ic_banner_image_default77.png differ diff --git a/代码/在这里1.0/src/1.5.8/Shop/res/drawable/ic_breakfast.png b/代码/在这里1.0/src/1.5.8/Shop/res/drawable/ic_breakfast.png new file mode 100644 index 0000000..82a0eae Binary files /dev/null and b/代码/在这里1.0/src/1.5.8/Shop/res/drawable/ic_breakfast.png differ diff --git a/代码/在这里1.0/src/1.5.8/Shop/res/drawable/ic_car.png b/代码/在这里1.0/src/1.5.8/Shop/res/drawable/ic_car.png new file mode 100644 index 0000000..f6e6b53 Binary files /dev/null and b/代码/在这里1.0/src/1.5.8/Shop/res/drawable/ic_car.png differ diff --git a/代码/在这里1.0/src/1.5.8/Shop/res/drawable/ic_date.png b/代码/在这里1.0/src/1.5.8/Shop/res/drawable/ic_date.png new file mode 100644 index 0000000..1ce7f73 Binary files /dev/null and b/代码/在这里1.0/src/1.5.8/Shop/res/drawable/ic_date.png differ diff --git a/代码/在这里1.0/src/1.5.8/Shop/res/drawable/ic_hbut.png b/代码/在这里1.0/src/1.5.8/Shop/res/drawable/ic_hbut.png new file mode 100644 index 0000000..dfc211b Binary files /dev/null and b/代码/在这里1.0/src/1.5.8/Shop/res/drawable/ic_hbut.png differ diff --git a/代码/在这里1.0/src/1.5.8/Shop/res/drawable/ic_hide.png b/代码/在这里1.0/src/1.5.8/Shop/res/drawable/ic_hide.png new file mode 100644 index 0000000..f6b6fb9 Binary files /dev/null and b/代码/在这里1.0/src/1.5.8/Shop/res/drawable/ic_hide.png differ diff --git a/代码/在这里1.0/src/1.5.8/Shop/res/drawable/ic_loc.png b/代码/在这里1.0/src/1.5.8/Shop/res/drawable/ic_loc.png new file mode 100644 index 0000000..080c76a Binary files /dev/null and b/代码/在这里1.0/src/1.5.8/Shop/res/drawable/ic_loc.png differ diff --git a/代码/在这里1.0/src/1.5.8/Shop/res/drawable/ic_mine.png b/代码/在这里1.0/src/1.5.8/Shop/res/drawable/ic_mine.png new file mode 100644 index 0000000..08e701b Binary files /dev/null and b/代码/在这里1.0/src/1.5.8/Shop/res/drawable/ic_mine.png differ diff --git a/代码/在这里1.0/src/1.5.8/Shop/res/drawable/ic_page_indicator.png b/代码/在这里1.0/src/1.5.8/Shop/res/drawable/ic_page_indicator.png new file mode 100644 index 0000000..6204a24 Binary files /dev/null and b/代码/在这里1.0/src/1.5.8/Shop/res/drawable/ic_page_indicator.png differ diff --git a/代码/在这里1.0/src/1.5.8/Shop/res/drawable/ic_page_indicator_focused.png b/代码/在这里1.0/src/1.5.8/Shop/res/drawable/ic_page_indicator_focused.png new file mode 100644 index 0000000..f75c2e1 Binary files /dev/null and b/代码/在这里1.0/src/1.5.8/Shop/res/drawable/ic_page_indicator_focused.png differ diff --git a/代码/在这里1.0/src/1.5.8/Shop/res/drawable/ic_phone.png b/代码/在这里1.0/src/1.5.8/Shop/res/drawable/ic_phone.png new file mode 100644 index 0000000..91d3d2b Binary files /dev/null and b/代码/在这里1.0/src/1.5.8/Shop/res/drawable/ic_phone.png differ diff --git a/代码/在这里1.0/src/1.5.8/Shop/res/drawable/ic_phone2.png b/代码/在这里1.0/src/1.5.8/Shop/res/drawable/ic_phone2.png new file mode 100644 index 0000000..19c6769 Binary files /dev/null and b/代码/在这里1.0/src/1.5.8/Shop/res/drawable/ic_phone2.png differ diff --git a/代码/在这里1.0/src/1.5.8/Shop/res/drawable/ic_phone3.png b/代码/在这里1.0/src/1.5.8/Shop/res/drawable/ic_phone3.png new file mode 100644 index 0000000..c3c55dc Binary files /dev/null and b/代码/在这里1.0/src/1.5.8/Shop/res/drawable/ic_phone3.png differ diff --git a/代码/在这里1.0/src/1.5.8/Shop/res/drawable/ic_sale.png b/代码/在这里1.0/src/1.5.8/Shop/res/drawable/ic_sale.png new file mode 100644 index 0000000..1c4518e Binary files /dev/null and b/代码/在这里1.0/src/1.5.8/Shop/res/drawable/ic_sale.png differ diff --git a/代码/在这里1.0/src/1.5.8/Shop/res/drawable/ic_search.png b/代码/在这里1.0/src/1.5.8/Shop/res/drawable/ic_search.png new file mode 100644 index 0000000..9f6df03 Binary files /dev/null and b/代码/在这里1.0/src/1.5.8/Shop/res/drawable/ic_search.png differ diff --git a/代码/在这里1.0/src/1.5.8/Shop/res/drawable/ic_shelf_category_divider.png b/代码/在这里1.0/src/1.5.8/Shop/res/drawable/ic_shelf_category_divider.png new file mode 100644 index 0000000..836688a Binary files /dev/null and b/代码/在这里1.0/src/1.5.8/Shop/res/drawable/ic_shelf_category_divider.png differ diff --git a/代码/在这里1.0/src/1.5.8/Shop/res/drawable/ic_shop.png b/代码/在这里1.0/src/1.5.8/Shop/res/drawable/ic_shop.png new file mode 100644 index 0000000..129e2c2 Binary files /dev/null and b/代码/在这里1.0/src/1.5.8/Shop/res/drawable/ic_shop.png differ diff --git a/代码/在这里1.0/src/1.5.8/Shop/res/drawable/ic_shop_info_bg.jpg b/代码/在这里1.0/src/1.5.8/Shop/res/drawable/ic_shop_info_bg.jpg new file mode 100644 index 0000000..2d84e7c Binary files /dev/null and b/代码/在这里1.0/src/1.5.8/Shop/res/drawable/ic_shop_info_bg.jpg differ diff --git a/代码/在这里1.0/src/1.5.8/Shop/res/drawable/ic_shop_info_bg2.jpg b/代码/在这里1.0/src/1.5.8/Shop/res/drawable/ic_shop_info_bg2.jpg new file mode 100644 index 0000000..566f0e1 Binary files /dev/null and b/代码/在这里1.0/src/1.5.8/Shop/res/drawable/ic_shop_info_bg2.jpg differ diff --git a/代码/在这里1.0/src/1.5.8/Shop/res/drawable/ic_shop_info_bg22.jpg b/代码/在这里1.0/src/1.5.8/Shop/res/drawable/ic_shop_info_bg22.jpg new file mode 100644 index 0000000..9ec3fd3 Binary files /dev/null and b/代码/在这里1.0/src/1.5.8/Shop/res/drawable/ic_shop_info_bg22.jpg differ diff --git a/代码/在这里1.0/src/1.5.8/Shop/res/drawable/ic_star_no.png b/代码/在这里1.0/src/1.5.8/Shop/res/drawable/ic_star_no.png new file mode 100644 index 0000000..303c979 Binary files /dev/null and b/代码/在这里1.0/src/1.5.8/Shop/res/drawable/ic_star_no.png differ diff --git a/代码/在这里1.0/src/1.5.8/Shop/res/drawable/ic_star_yes.png b/代码/在这里1.0/src/1.5.8/Shop/res/drawable/ic_star_yes.png new file mode 100644 index 0000000..add85d5 Binary files /dev/null and b/代码/在这里1.0/src/1.5.8/Shop/res/drawable/ic_star_yes.png differ diff --git a/代码/在这里1.0/src/1.5.8/Shop/res/drawable/shap_circle.xml b/代码/在这里1.0/src/1.5.8/Shop/res/drawable/shap_circle.xml new file mode 100644 index 0000000..a980ec9 --- /dev/null +++ b/代码/在这里1.0/src/1.5.8/Shop/res/drawable/shap_circle.xml @@ -0,0 +1,16 @@ + + + + + + + + + + + + + diff --git a/代码/在这里1.0/src/1.5.8/Shop/res/drawable/shape_color_frame.xml b/代码/在这里1.0/src/1.5.8/Shop/res/drawable/shape_color_frame.xml new file mode 100644 index 0000000..43ddd6e --- /dev/null +++ b/代码/在这里1.0/src/1.5.8/Shop/res/drawable/shape_color_frame.xml @@ -0,0 +1,13 @@ + + + + + + + + + diff --git a/代码/在这里1.0/src/1.5.8/Shop/res/drawable/shape_grid_item.xml b/代码/在这里1.0/src/1.5.8/Shop/res/drawable/shape_grid_item.xml new file mode 100644 index 0000000..eeb0114 --- /dev/null +++ b/代码/在这里1.0/src/1.5.8/Shop/res/drawable/shape_grid_item.xml @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/代码/在这里1.0/src/1.5.8/Shop/res/drawable/shape_left_radius_color_square.xml b/代码/在这里1.0/src/1.5.8/Shop/res/drawable/shape_left_radius_color_square.xml new file mode 100644 index 0000000..85378c7 --- /dev/null +++ b/代码/在这里1.0/src/1.5.8/Shop/res/drawable/shape_left_radius_color_square.xml @@ -0,0 +1,13 @@ + + + + + + + + diff --git a/代码/在这里1.0/src/1.5.8/Shop/res/drawable/shape_radius.xml b/代码/在这里1.0/src/1.5.8/Shop/res/drawable/shape_radius.xml new file mode 100644 index 0000000..ac0596b --- /dev/null +++ b/代码/在这里1.0/src/1.5.8/Shop/res/drawable/shape_radius.xml @@ -0,0 +1,7 @@ + + + + + + diff --git a/代码/在这里1.0/src/1.5.8/Shop/res/drawable/shape_radius_color_square.xml b/代码/在这里1.0/src/1.5.8/Shop/res/drawable/shape_radius_color_square.xml new file mode 100644 index 0000000..e374328 --- /dev/null +++ b/代码/在这里1.0/src/1.5.8/Shop/res/drawable/shape_radius_color_square.xml @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/代码/在这里1.0/src/1.5.8/Shop/res/drawable/shape_radius_square.xml b/代码/在这里1.0/src/1.5.8/Shop/res/drawable/shape_radius_square.xml new file mode 100644 index 0000000..041ac07 --- /dev/null +++ b/代码/在这里1.0/src/1.5.8/Shop/res/drawable/shape_radius_square.xml @@ -0,0 +1,10 @@ + + + + + + + + + diff --git a/代码/在这里1.0/src/1.5.8/Shop/res/drawable/tab_bg_selector.xml b/代码/在这里1.0/src/1.5.8/Shop/res/drawable/tab_bg_selector.xml new file mode 100644 index 0000000..8efcdbf --- /dev/null +++ b/代码/在这里1.0/src/1.5.8/Shop/res/drawable/tab_bg_selector.xml @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/代码/在这里1.0/src/1.5.8/Shop/res/layout/activity_about.xml b/代码/在这里1.0/src/1.5.8/Shop/res/layout/activity_about.xml new file mode 100644 index 0000000..6489133 --- /dev/null +++ b/代码/在这里1.0/src/1.5.8/Shop/res/layout/activity_about.xml @@ -0,0 +1,63 @@ + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/代码/在这里1.0/src/1.5.8/Shop/res/layout/activity_base.xml b/代码/在这里1.0/src/1.5.8/Shop/res/layout/activity_base.xml new file mode 100644 index 0000000..660a411 --- /dev/null +++ b/代码/在这里1.0/src/1.5.8/Shop/res/layout/activity_base.xml @@ -0,0 +1,28 @@ + + + + + + + + + + + + + + \ No newline at end of file diff --git a/代码/在这里1.0/src/1.5.8/Shop/res/layout/activity_car.xml b/代码/在这里1.0/src/1.5.8/Shop/res/layout/activity_car.xml new file mode 100644 index 0000000..42a5665 --- /dev/null +++ b/代码/在这里1.0/src/1.5.8/Shop/res/layout/activity_car.xml @@ -0,0 +1,23 @@ + + + + + + + + + diff --git a/代码/在这里1.0/src/1.5.8/Shop/res/layout/activity_home.xml b/代码/在这里1.0/src/1.5.8/Shop/res/layout/activity_home.xml new file mode 100644 index 0000000..357f2fc --- /dev/null +++ b/代码/在这里1.0/src/1.5.8/Shop/res/layout/activity_home.xml @@ -0,0 +1,128 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/代码/在这里1.0/src/1.5.8/Shop/res/layout/activity_login.xml b/代码/在这里1.0/src/1.5.8/Shop/res/layout/activity_login.xml new file mode 100644 index 0000000..8e9936b --- /dev/null +++ b/代码/在这里1.0/src/1.5.8/Shop/res/layout/activity_login.xml @@ -0,0 +1,158 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +