diff --git a/代码/Shop_by_qinjiaming/Shop/.DS_Store b/代码/Shop_by_qinjiaming/Shop/.DS_Store new file mode 100644 index 0000000..5008ddf Binary files /dev/null and b/代码/Shop_by_qinjiaming/Shop/.DS_Store differ diff --git a/代码/Shop_by_qinjiaming/Shop/.classpath b/代码/Shop_by_qinjiaming/Shop/.classpath new file mode 100644 index 0000000..0461652 --- /dev/null +++ b/代码/Shop_by_qinjiaming/Shop/.classpath @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/代码/Shop_by_qinjiaming/Shop/.project b/代码/Shop_by_qinjiaming/Shop/.project new file mode 100644 index 0000000..b261c40 --- /dev/null +++ b/代码/Shop_by_qinjiaming/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/代码/Shop_by_qinjiaming/Shop/.settings/org.eclipse.core.resources.prefs b/代码/Shop_by_qinjiaming/Shop/.settings/org.eclipse.core.resources.prefs new file mode 100644 index 0000000..99f26c0 --- /dev/null +++ b/代码/Shop_by_qinjiaming/Shop/.settings/org.eclipse.core.resources.prefs @@ -0,0 +1,2 @@ +eclipse.preferences.version=1 +encoding/=UTF-8 diff --git a/代码/Shop_by_qinjiaming/Shop/.settings/org.eclipse.jdt.core.prefs b/代码/Shop_by_qinjiaming/Shop/.settings/org.eclipse.jdt.core.prefs new file mode 100644 index 0000000..ef8a789 --- /dev/null +++ b/代码/Shop_by_qinjiaming/Shop/.settings/org.eclipse.jdt.core.prefs @@ -0,0 +1,12 @@ +eclipse.preferences.version=1 +org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled +org.eclipse.jdt.core.compiler.codegen.methodParameters=do not generate +org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.6 +org.eclipse.jdt.core.compiler.codegen.unusedLocal=preserve +org.eclipse.jdt.core.compiler.compliance=1.6 +org.eclipse.jdt.core.compiler.debug.lineNumber=generate +org.eclipse.jdt.core.compiler.debug.localVariable=generate +org.eclipse.jdt.core.compiler.debug.sourceFile=generate +org.eclipse.jdt.core.compiler.problem.assertIdentifier=error +org.eclipse.jdt.core.compiler.problem.enumIdentifier=error +org.eclipse.jdt.core.compiler.source=1.6 diff --git a/代码/Shop_by_qinjiaming/Shop/AndroidManifest.xml b/代码/Shop_by_qinjiaming/Shop/AndroidManifest.xml new file mode 100644 index 0000000..c328205 --- /dev/null +++ b/代码/Shop_by_qinjiaming/Shop/AndroidManifest.xml @@ -0,0 +1,180 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/代码/Shop_by_qinjiaming/Shop/bin/AndroidManifest.xml b/代码/Shop_by_qinjiaming/Shop/bin/AndroidManifest.xml new file mode 100644 index 0000000..c328205 --- /dev/null +++ b/代码/Shop_by_qinjiaming/Shop/bin/AndroidManifest.xml @@ -0,0 +1,180 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/代码/Shop_by_qinjiaming/Shop/bin/Shop.apk b/代码/Shop_by_qinjiaming/Shop/bin/Shop.apk new file mode 100644 index 0000000..c773fa7 Binary files /dev/null and b/代码/Shop_by_qinjiaming/Shop/bin/Shop.apk differ diff --git a/代码/Shop_by_qinjiaming/Shop/bin/classes.dex b/代码/Shop_by_qinjiaming/Shop/bin/classes.dex new file mode 100644 index 0000000..10b25f7 Binary files /dev/null and b/代码/Shop_by_qinjiaming/Shop/bin/classes.dex differ diff --git a/代码/Shop_by_qinjiaming/Shop/bin/classes/com/stone/date/MessageDef.class b/代码/Shop_by_qinjiaming/Shop/bin/classes/com/stone/date/MessageDef.class new file mode 100644 index 0000000..03ba3f4 Binary files /dev/null and b/代码/Shop_by_qinjiaming/Shop/bin/classes/com/stone/date/MessageDef.class differ diff --git a/代码/Shop_by_qinjiaming/Shop/bin/classes/com/stone/date/TypeDef.class b/代码/Shop_by_qinjiaming/Shop/bin/classes/com/stone/date/TypeDef.class new file mode 100644 index 0000000..e9a0266 Binary files /dev/null and b/代码/Shop_by_qinjiaming/Shop/bin/classes/com/stone/date/TypeDef.class differ diff --git a/代码/Shop_by_qinjiaming/Shop/bin/classes/com/stone/shop/BuildConfig.class b/代码/Shop_by_qinjiaming/Shop/bin/classes/com/stone/shop/BuildConfig.class new file mode 100644 index 0000000..a60aa18 Binary files /dev/null and b/代码/Shop_by_qinjiaming/Shop/bin/classes/com/stone/shop/BuildConfig.class differ diff --git a/代码/Shop_by_qinjiaming/Shop/bin/classes/com/stone/shop/R$anim.class b/代码/Shop_by_qinjiaming/Shop/bin/classes/com/stone/shop/R$anim.class new file mode 100644 index 0000000..baef04a Binary files /dev/null and b/代码/Shop_by_qinjiaming/Shop/bin/classes/com/stone/shop/R$anim.class differ diff --git a/代码/Shop_by_qinjiaming/Shop/bin/classes/com/stone/shop/R$attr.class b/代码/Shop_by_qinjiaming/Shop/bin/classes/com/stone/shop/R$attr.class new file mode 100644 index 0000000..7810667 Binary files /dev/null and b/代码/Shop_by_qinjiaming/Shop/bin/classes/com/stone/shop/R$attr.class differ diff --git a/代码/Shop_by_qinjiaming/Shop/bin/classes/com/stone/shop/R$dimen.class b/代码/Shop_by_qinjiaming/Shop/bin/classes/com/stone/shop/R$dimen.class new file mode 100644 index 0000000..a116610 Binary files /dev/null and b/代码/Shop_by_qinjiaming/Shop/bin/classes/com/stone/shop/R$dimen.class differ diff --git a/代码/Shop_by_qinjiaming/Shop/bin/classes/com/stone/shop/R$drawable.class b/代码/Shop_by_qinjiaming/Shop/bin/classes/com/stone/shop/R$drawable.class new file mode 100644 index 0000000..26b303f Binary files /dev/null and b/代码/Shop_by_qinjiaming/Shop/bin/classes/com/stone/shop/R$drawable.class differ diff --git a/代码/Shop_by_qinjiaming/Shop/bin/classes/com/stone/shop/R$id.class b/代码/Shop_by_qinjiaming/Shop/bin/classes/com/stone/shop/R$id.class new file mode 100644 index 0000000..27172b3 Binary files /dev/null and b/代码/Shop_by_qinjiaming/Shop/bin/classes/com/stone/shop/R$id.class differ diff --git a/代码/Shop_by_qinjiaming/Shop/bin/classes/com/stone/shop/R$layout.class b/代码/Shop_by_qinjiaming/Shop/bin/classes/com/stone/shop/R$layout.class new file mode 100644 index 0000000..76242f5 Binary files /dev/null and b/代码/Shop_by_qinjiaming/Shop/bin/classes/com/stone/shop/R$layout.class differ diff --git a/代码/Shop_by_qinjiaming/Shop/bin/classes/com/stone/shop/R$menu.class b/代码/Shop_by_qinjiaming/Shop/bin/classes/com/stone/shop/R$menu.class new file mode 100644 index 0000000..ccb8802 Binary files /dev/null and b/代码/Shop_by_qinjiaming/Shop/bin/classes/com/stone/shop/R$menu.class differ diff --git a/代码/Shop_by_qinjiaming/Shop/bin/classes/com/stone/shop/R$string.class b/代码/Shop_by_qinjiaming/Shop/bin/classes/com/stone/shop/R$string.class new file mode 100644 index 0000000..4ff8d51 Binary files /dev/null and b/代码/Shop_by_qinjiaming/Shop/bin/classes/com/stone/shop/R$string.class differ diff --git a/代码/Shop_by_qinjiaming/Shop/bin/classes/com/stone/shop/R$style.class b/代码/Shop_by_qinjiaming/Shop/bin/classes/com/stone/shop/R$style.class new file mode 100644 index 0000000..e96a325 Binary files /dev/null and b/代码/Shop_by_qinjiaming/Shop/bin/classes/com/stone/shop/R$style.class differ diff --git a/代码/Shop_by_qinjiaming/Shop/bin/classes/com/stone/shop/R.class b/代码/Shop_by_qinjiaming/Shop/bin/classes/com/stone/shop/R.class new file mode 100644 index 0000000..364c278 Binary files /dev/null and b/代码/Shop_by_qinjiaming/Shop/bin/classes/com/stone/shop/R.class differ diff --git a/代码/Shop_by_qinjiaming/Shop/bin/classes/com/stone/shop/adapter/BXTListAdapter.class b/代码/Shop_by_qinjiaming/Shop/bin/classes/com/stone/shop/adapter/BXTListAdapter.class new file mode 100644 index 0000000..bda0f44 Binary files /dev/null and b/代码/Shop_by_qinjiaming/Shop/bin/classes/com/stone/shop/adapter/BXTListAdapter.class differ diff --git a/代码/Shop_by_qinjiaming/Shop/bin/classes/com/stone/shop/adapter/BXTNewsHolder.class b/代码/Shop_by_qinjiaming/Shop/bin/classes/com/stone/shop/adapter/BXTNewsHolder.class new file mode 100644 index 0000000..6cce15b Binary files /dev/null and b/代码/Shop_by_qinjiaming/Shop/bin/classes/com/stone/shop/adapter/BXTNewsHolder.class differ diff --git a/代码/Shop_by_qinjiaming/Shop/bin/classes/com/stone/shop/adapter/ClassroomAdapter$ViewHolder.class b/代码/Shop_by_qinjiaming/Shop/bin/classes/com/stone/shop/adapter/ClassroomAdapter$ViewHolder.class new file mode 100644 index 0000000..a3ab554 Binary files /dev/null and b/代码/Shop_by_qinjiaming/Shop/bin/classes/com/stone/shop/adapter/ClassroomAdapter$ViewHolder.class differ diff --git a/代码/Shop_by_qinjiaming/Shop/bin/classes/com/stone/shop/adapter/ClassroomAdapter.class b/代码/Shop_by_qinjiaming/Shop/bin/classes/com/stone/shop/adapter/ClassroomAdapter.class new file mode 100644 index 0000000..239b63e Binary files /dev/null and b/代码/Shop_by_qinjiaming/Shop/bin/classes/com/stone/shop/adapter/ClassroomAdapter.class differ diff --git a/代码/Shop_by_qinjiaming/Shop/bin/classes/com/stone/shop/adapter/GoodsHolder.class b/代码/Shop_by_qinjiaming/Shop/bin/classes/com/stone/shop/adapter/GoodsHolder.class new file mode 100644 index 0000000..87eba83 Binary files /dev/null and b/代码/Shop_by_qinjiaming/Shop/bin/classes/com/stone/shop/adapter/GoodsHolder.class differ diff --git a/代码/Shop_by_qinjiaming/Shop/bin/classes/com/stone/shop/adapter/GoodsListAdapter.class b/代码/Shop_by_qinjiaming/Shop/bin/classes/com/stone/shop/adapter/GoodsListAdapter.class new file mode 100644 index 0000000..0b130d6 Binary files /dev/null and b/代码/Shop_by_qinjiaming/Shop/bin/classes/com/stone/shop/adapter/GoodsListAdapter.class differ diff --git a/代码/Shop_by_qinjiaming/Shop/bin/classes/com/stone/shop/adapter/GridAdapter.class b/代码/Shop_by_qinjiaming/Shop/bin/classes/com/stone/shop/adapter/GridAdapter.class new file mode 100644 index 0000000..824325b Binary files /dev/null and b/代码/Shop_by_qinjiaming/Shop/bin/classes/com/stone/shop/adapter/GridAdapter.class differ diff --git a/代码/Shop_by_qinjiaming/Shop/bin/classes/com/stone/shop/adapter/ImagePagerAdapter.class b/代码/Shop_by_qinjiaming/Shop/bin/classes/com/stone/shop/adapter/ImagePagerAdapter.class new file mode 100644 index 0000000..406845a Binary files /dev/null and b/代码/Shop_by_qinjiaming/Shop/bin/classes/com/stone/shop/adapter/ImagePagerAdapter.class differ diff --git a/代码/Shop_by_qinjiaming/Shop/bin/classes/com/stone/shop/adapter/MineListAdapter.class b/代码/Shop_by_qinjiaming/Shop/bin/classes/com/stone/shop/adapter/MineListAdapter.class new file mode 100644 index 0000000..a7f8ee8 Binary files /dev/null and b/代码/Shop_by_qinjiaming/Shop/bin/classes/com/stone/shop/adapter/MineListAdapter.class differ diff --git a/代码/Shop_by_qinjiaming/Shop/bin/classes/com/stone/shop/adapter/MineListHolder.class b/代码/Shop_by_qinjiaming/Shop/bin/classes/com/stone/shop/adapter/MineListHolder.class new file mode 100644 index 0000000..54d6d16 Binary files /dev/null and b/代码/Shop_by_qinjiaming/Shop/bin/classes/com/stone/shop/adapter/MineListHolder.class differ diff --git a/代码/Shop_by_qinjiaming/Shop/bin/classes/com/stone/shop/adapter/MineSoftAdapter.class b/代码/Shop_by_qinjiaming/Shop/bin/classes/com/stone/shop/adapter/MineSoftAdapter.class new file mode 100644 index 0000000..7d476ed Binary files /dev/null and b/代码/Shop_by_qinjiaming/Shop/bin/classes/com/stone/shop/adapter/MineSoftAdapter.class differ diff --git a/代码/Shop_by_qinjiaming/Shop/bin/classes/com/stone/shop/adapter/MineSoftHolder.class b/代码/Shop_by_qinjiaming/Shop/bin/classes/com/stone/shop/adapter/MineSoftHolder.class new file mode 100644 index 0000000..7b3a8cf Binary files /dev/null and b/代码/Shop_by_qinjiaming/Shop/bin/classes/com/stone/shop/adapter/MineSoftHolder.class differ diff --git a/代码/Shop_by_qinjiaming/Shop/bin/classes/com/stone/shop/adapter/NewsHolder.class b/代码/Shop_by_qinjiaming/Shop/bin/classes/com/stone/shop/adapter/NewsHolder.class new file mode 100644 index 0000000..9ad2a32 Binary files /dev/null and b/代码/Shop_by_qinjiaming/Shop/bin/classes/com/stone/shop/adapter/NewsHolder.class differ diff --git a/代码/Shop_by_qinjiaming/Shop/bin/classes/com/stone/shop/adapter/NewsListAdapter.class b/代码/Shop_by_qinjiaming/Shop/bin/classes/com/stone/shop/adapter/NewsListAdapter.class new file mode 100644 index 0000000..d1d1b10 Binary files /dev/null and b/代码/Shop_by_qinjiaming/Shop/bin/classes/com/stone/shop/adapter/NewsListAdapter.class differ diff --git a/代码/Shop_by_qinjiaming/Shop/bin/classes/com/stone/shop/adapter/OrderInfoHolder.class b/代码/Shop_by_qinjiaming/Shop/bin/classes/com/stone/shop/adapter/OrderInfoHolder.class new file mode 100644 index 0000000..bebeb7e Binary files /dev/null and b/代码/Shop_by_qinjiaming/Shop/bin/classes/com/stone/shop/adapter/OrderInfoHolder.class differ diff --git a/代码/Shop_by_qinjiaming/Shop/bin/classes/com/stone/shop/adapter/OrderInfoListAdapter.class b/代码/Shop_by_qinjiaming/Shop/bin/classes/com/stone/shop/adapter/OrderInfoListAdapter.class new file mode 100644 index 0000000..c8b29d3 Binary files /dev/null and b/代码/Shop_by_qinjiaming/Shop/bin/classes/com/stone/shop/adapter/OrderInfoListAdapter.class differ diff --git a/代码/Shop_by_qinjiaming/Shop/bin/classes/com/stone/shop/adapter/SComHolder.class b/代码/Shop_by_qinjiaming/Shop/bin/classes/com/stone/shop/adapter/SComHolder.class new file mode 100644 index 0000000..1ffb324 Binary files /dev/null and b/代码/Shop_by_qinjiaming/Shop/bin/classes/com/stone/shop/adapter/SComHolder.class differ diff --git a/代码/Shop_by_qinjiaming/Shop/bin/classes/com/stone/shop/adapter/SCommentAdapter.class b/代码/Shop_by_qinjiaming/Shop/bin/classes/com/stone/shop/adapter/SCommentAdapter.class new file mode 100644 index 0000000..02ef821 Binary files /dev/null and b/代码/Shop_by_qinjiaming/Shop/bin/classes/com/stone/shop/adapter/SCommentAdapter.class differ diff --git a/代码/Shop_by_qinjiaming/Shop/bin/classes/com/stone/shop/adapter/ShopHolder.class b/代码/Shop_by_qinjiaming/Shop/bin/classes/com/stone/shop/adapter/ShopHolder.class new file mode 100644 index 0000000..8a29968 Binary files /dev/null and b/代码/Shop_by_qinjiaming/Shop/bin/classes/com/stone/shop/adapter/ShopHolder.class differ diff --git a/代码/Shop_by_qinjiaming/Shop/bin/classes/com/stone/shop/adapter/ShopListAdapter.class b/代码/Shop_by_qinjiaming/Shop/bin/classes/com/stone/shop/adapter/ShopListAdapter.class new file mode 100644 index 0000000..5b3e4fd Binary files /dev/null and b/代码/Shop_by_qinjiaming/Shop/bin/classes/com/stone/shop/adapter/ShopListAdapter.class differ diff --git a/代码/Shop_by_qinjiaming/Shop/bin/classes/com/stone/shop/adapter/ViewPagerAdapter.class b/代码/Shop_by_qinjiaming/Shop/bin/classes/com/stone/shop/adapter/ViewPagerAdapter.class new file mode 100644 index 0000000..3393c92 Binary files /dev/null and b/代码/Shop_by_qinjiaming/Shop/bin/classes/com/stone/shop/adapter/ViewPagerAdapter.class differ diff --git a/代码/Shop_by_qinjiaming/Shop/bin/classes/com/stone/shop/model/BXTNews.class b/代码/Shop_by_qinjiaming/Shop/bin/classes/com/stone/shop/model/BXTNews.class new file mode 100644 index 0000000..7366c85 Binary files /dev/null and b/代码/Shop_by_qinjiaming/Shop/bin/classes/com/stone/shop/model/BXTNews.class differ diff --git a/代码/Shop_by_qinjiaming/Shop/bin/classes/com/stone/shop/model/Classroom.class b/代码/Shop_by_qinjiaming/Shop/bin/classes/com/stone/shop/model/Classroom.class new file mode 100644 index 0000000..f017001 Binary files /dev/null and b/代码/Shop_by_qinjiaming/Shop/bin/classes/com/stone/shop/model/Classroom.class differ diff --git a/代码/Shop_by_qinjiaming/Shop/bin/classes/com/stone/shop/model/FeedBack.class b/代码/Shop_by_qinjiaming/Shop/bin/classes/com/stone/shop/model/FeedBack.class new file mode 100644 index 0000000..b2d976a Binary files /dev/null and b/代码/Shop_by_qinjiaming/Shop/bin/classes/com/stone/shop/model/FeedBack.class differ diff --git a/代码/Shop_by_qinjiaming/Shop/bin/classes/com/stone/shop/model/Good.class b/代码/Shop_by_qinjiaming/Shop/bin/classes/com/stone/shop/model/Good.class new file mode 100644 index 0000000..2b24314 Binary files /dev/null and b/代码/Shop_by_qinjiaming/Shop/bin/classes/com/stone/shop/model/Good.class differ diff --git a/代码/Shop_by_qinjiaming/Shop/bin/classes/com/stone/shop/model/LuckyUser.class b/代码/Shop_by_qinjiaming/Shop/bin/classes/com/stone/shop/model/LuckyUser.class new file mode 100644 index 0000000..5192a54 Binary files /dev/null and b/代码/Shop_by_qinjiaming/Shop/bin/classes/com/stone/shop/model/LuckyUser.class differ diff --git a/代码/Shop_by_qinjiaming/Shop/bin/classes/com/stone/shop/model/News.class b/代码/Shop_by_qinjiaming/Shop/bin/classes/com/stone/shop/model/News.class new file mode 100644 index 0000000..ba007e4 Binary files /dev/null and b/代码/Shop_by_qinjiaming/Shop/bin/classes/com/stone/shop/model/News.class differ diff --git a/代码/Shop_by_qinjiaming/Shop/bin/classes/com/stone/shop/model/Order.class b/代码/Shop_by_qinjiaming/Shop/bin/classes/com/stone/shop/model/Order.class new file mode 100644 index 0000000..a741339 Binary files /dev/null and b/代码/Shop_by_qinjiaming/Shop/bin/classes/com/stone/shop/model/Order.class differ diff --git a/代码/Shop_by_qinjiaming/Shop/bin/classes/com/stone/shop/model/Reservation.class b/代码/Shop_by_qinjiaming/Shop/bin/classes/com/stone/shop/model/Reservation.class new file mode 100644 index 0000000..9ea2943 Binary files /dev/null and b/代码/Shop_by_qinjiaming/Shop/bin/classes/com/stone/shop/model/Reservation.class differ diff --git a/代码/Shop_by_qinjiaming/Shop/bin/classes/com/stone/shop/model/SComment.class b/代码/Shop_by_qinjiaming/Shop/bin/classes/com/stone/shop/model/SComment.class new file mode 100644 index 0000000..b5b29f3 Binary files /dev/null and b/代码/Shop_by_qinjiaming/Shop/bin/classes/com/stone/shop/model/SComment.class differ diff --git a/代码/Shop_by_qinjiaming/Shop/bin/classes/com/stone/shop/model/Shop.class b/代码/Shop_by_qinjiaming/Shop/bin/classes/com/stone/shop/model/Shop.class new file mode 100644 index 0000000..4bed9a3 Binary files /dev/null and b/代码/Shop_by_qinjiaming/Shop/bin/classes/com/stone/shop/model/Shop.class differ diff --git a/代码/Shop_by_qinjiaming/Shop/bin/classes/com/stone/shop/model/User.class b/代码/Shop_by_qinjiaming/Shop/bin/classes/com/stone/shop/model/User.class new file mode 100644 index 0000000..7b58200 Binary files /dev/null and b/代码/Shop_by_qinjiaming/Shop/bin/classes/com/stone/shop/model/User.class differ diff --git a/代码/Shop_by_qinjiaming/Shop/bin/classes/com/stone/shop/view/AboutActivity.class b/代码/Shop_by_qinjiaming/Shop/bin/classes/com/stone/shop/view/AboutActivity.class new file mode 100644 index 0000000..0068828 Binary files /dev/null and b/代码/Shop_by_qinjiaming/Shop/bin/classes/com/stone/shop/view/AboutActivity.class differ diff --git a/代码/Shop_by_qinjiaming/Shop/bin/classes/com/stone/shop/view/AwardActivity.class b/代码/Shop_by_qinjiaming/Shop/bin/classes/com/stone/shop/view/AwardActivity.class new file mode 100644 index 0000000..61c8220 Binary files /dev/null and b/代码/Shop_by_qinjiaming/Shop/bin/classes/com/stone/shop/view/AwardActivity.class differ diff --git a/代码/Shop_by_qinjiaming/Shop/bin/classes/com/stone/shop/view/BXTActivity.class b/代码/Shop_by_qinjiaming/Shop/bin/classes/com/stone/shop/view/BXTActivity.class new file mode 100644 index 0000000..89af891 Binary files /dev/null and b/代码/Shop_by_qinjiaming/Shop/bin/classes/com/stone/shop/view/BXTActivity.class differ diff --git a/代码/Shop_by_qinjiaming/Shop/bin/classes/com/stone/shop/view/BXTNewsActivity.class b/代码/Shop_by_qinjiaming/Shop/bin/classes/com/stone/shop/view/BXTNewsActivity.class new file mode 100644 index 0000000..d68aff9 Binary files /dev/null and b/代码/Shop_by_qinjiaming/Shop/bin/classes/com/stone/shop/view/BXTNewsActivity.class differ diff --git a/代码/Shop_by_qinjiaming/Shop/bin/classes/com/stone/shop/view/BaseActivity.class b/代码/Shop_by_qinjiaming/Shop/bin/classes/com/stone/shop/view/BaseActivity.class new file mode 100644 index 0000000..73b16bd Binary files /dev/null and b/代码/Shop_by_qinjiaming/Shop/bin/classes/com/stone/shop/view/BaseActivity.class differ diff --git a/代码/Shop_by_qinjiaming/Shop/bin/classes/com/stone/shop/view/ClassroomActivity.class b/代码/Shop_by_qinjiaming/Shop/bin/classes/com/stone/shop/view/ClassroomActivity.class new file mode 100644 index 0000000..7a70f13 Binary files /dev/null and b/代码/Shop_by_qinjiaming/Shop/bin/classes/com/stone/shop/view/ClassroomActivity.class differ diff --git a/代码/Shop_by_qinjiaming/Shop/bin/classes/com/stone/shop/view/FeedBackActivity.class b/代码/Shop_by_qinjiaming/Shop/bin/classes/com/stone/shop/view/FeedBackActivity.class new file mode 100644 index 0000000..4be82ce Binary files /dev/null and b/代码/Shop_by_qinjiaming/Shop/bin/classes/com/stone/shop/view/FeedBackActivity.class differ diff --git a/代码/Shop_by_qinjiaming/Shop/bin/classes/com/stone/shop/view/HomeActivity.class b/代码/Shop_by_qinjiaming/Shop/bin/classes/com/stone/shop/view/HomeActivity.class new file mode 100644 index 0000000..e66b504 Binary files /dev/null and b/代码/Shop_by_qinjiaming/Shop/bin/classes/com/stone/shop/view/HomeActivity.class differ diff --git a/代码/Shop_by_qinjiaming/Shop/bin/classes/com/stone/shop/view/LibraryReservationActivity.class b/代码/Shop_by_qinjiaming/Shop/bin/classes/com/stone/shop/view/LibraryReservationActivity.class new file mode 100644 index 0000000..0fc1255 Binary files /dev/null and b/代码/Shop_by_qinjiaming/Shop/bin/classes/com/stone/shop/view/LibraryReservationActivity.class differ diff --git a/代码/Shop_by_qinjiaming/Shop/bin/classes/com/stone/shop/view/LoginActivity$BaseUiListener.class b/代码/Shop_by_qinjiaming/Shop/bin/classes/com/stone/shop/view/LoginActivity$BaseUiListener.class new file mode 100644 index 0000000..f77985b Binary files /dev/null and b/代码/Shop_by_qinjiaming/Shop/bin/classes/com/stone/shop/view/LoginActivity$BaseUiListener.class differ diff --git a/代码/Shop_by_qinjiaming/Shop/bin/classes/com/stone/shop/view/LoginActivity.class b/代码/Shop_by_qinjiaming/Shop/bin/classes/com/stone/shop/view/LoginActivity.class new file mode 100644 index 0000000..4cc0faf Binary files /dev/null and b/代码/Shop_by_qinjiaming/Shop/bin/classes/com/stone/shop/view/LoginActivity.class differ diff --git a/代码/Shop_by_qinjiaming/Shop/bin/classes/com/stone/shop/view/MineActivity.class b/代码/Shop_by_qinjiaming/Shop/bin/classes/com/stone/shop/view/MineActivity.class new file mode 100644 index 0000000..1937260 Binary files /dev/null and b/代码/Shop_by_qinjiaming/Shop/bin/classes/com/stone/shop/view/MineActivity.class differ diff --git a/代码/Shop_by_qinjiaming/Shop/bin/classes/com/stone/shop/view/MineInfoActivity.class b/代码/Shop_by_qinjiaming/Shop/bin/classes/com/stone/shop/view/MineInfoActivity.class new file mode 100644 index 0000000..7dc581b Binary files /dev/null and b/代码/Shop_by_qinjiaming/Shop/bin/classes/com/stone/shop/view/MineInfoActivity.class differ diff --git a/代码/Shop_by_qinjiaming/Shop/bin/classes/com/stone/shop/view/MineInfoEditActivity.class b/代码/Shop_by_qinjiaming/Shop/bin/classes/com/stone/shop/view/MineInfoEditActivity.class new file mode 100644 index 0000000..797f2cc Binary files /dev/null and b/代码/Shop_by_qinjiaming/Shop/bin/classes/com/stone/shop/view/MineInfoEditActivity.class differ diff --git a/代码/Shop_by_qinjiaming/Shop/bin/classes/com/stone/shop/view/MineSoftActivity.class b/代码/Shop_by_qinjiaming/Shop/bin/classes/com/stone/shop/view/MineSoftActivity.class new file mode 100644 index 0000000..88ba29b Binary files /dev/null and b/代码/Shop_by_qinjiaming/Shop/bin/classes/com/stone/shop/view/MineSoftActivity.class differ diff --git a/代码/Shop_by_qinjiaming/Shop/bin/classes/com/stone/shop/view/NewsActivity.class b/代码/Shop_by_qinjiaming/Shop/bin/classes/com/stone/shop/view/NewsActivity.class new file mode 100644 index 0000000..4476639 Binary files /dev/null and b/代码/Shop_by_qinjiaming/Shop/bin/classes/com/stone/shop/view/NewsActivity.class differ diff --git a/代码/Shop_by_qinjiaming/Shop/bin/classes/com/stone/shop/view/OrderActivity.class b/代码/Shop_by_qinjiaming/Shop/bin/classes/com/stone/shop/view/OrderActivity.class new file mode 100644 index 0000000..04227b7 Binary files /dev/null and b/代码/Shop_by_qinjiaming/Shop/bin/classes/com/stone/shop/view/OrderActivity.class differ diff --git a/代码/Shop_by_qinjiaming/Shop/bin/classes/com/stone/shop/view/OrderInfoActivity.class b/代码/Shop_by_qinjiaming/Shop/bin/classes/com/stone/shop/view/OrderInfoActivity.class new file mode 100644 index 0000000..ee3adaa Binary files /dev/null and b/代码/Shop_by_qinjiaming/Shop/bin/classes/com/stone/shop/view/OrderInfoActivity.class differ diff --git a/代码/Shop_by_qinjiaming/Shop/bin/classes/com/stone/shop/view/RegisterActivity.class b/代码/Shop_by_qinjiaming/Shop/bin/classes/com/stone/shop/view/RegisterActivity.class new file mode 100644 index 0000000..99debdd Binary files /dev/null and b/代码/Shop_by_qinjiaming/Shop/bin/classes/com/stone/shop/view/RegisterActivity.class differ diff --git a/代码/Shop_by_qinjiaming/Shop/bin/classes/com/stone/shop/view/ReservationActivity.class b/代码/Shop_by_qinjiaming/Shop/bin/classes/com/stone/shop/view/ReservationActivity.class new file mode 100644 index 0000000..b2de7c3 Binary files /dev/null and b/代码/Shop_by_qinjiaming/Shop/bin/classes/com/stone/shop/view/ReservationActivity.class differ diff --git a/代码/Shop_by_qinjiaming/Shop/bin/classes/com/stone/shop/view/ShopActivity.class b/代码/Shop_by_qinjiaming/Shop/bin/classes/com/stone/shop/view/ShopActivity.class new file mode 100644 index 0000000..5c85b82 Binary files /dev/null and b/代码/Shop_by_qinjiaming/Shop/bin/classes/com/stone/shop/view/ShopActivity.class differ diff --git a/代码/Shop_by_qinjiaming/Shop/bin/classes/com/stone/shop/view/ShopAllActivity.class b/代码/Shop_by_qinjiaming/Shop/bin/classes/com/stone/shop/view/ShopAllActivity.class new file mode 100644 index 0000000..f990dfa Binary files /dev/null and b/代码/Shop_by_qinjiaming/Shop/bin/classes/com/stone/shop/view/ShopAllActivity.class differ diff --git a/代码/Shop_by_qinjiaming/Shop/bin/classes/com/stone/shop/view/ShopItemActivity.class b/代码/Shop_by_qinjiaming/Shop/bin/classes/com/stone/shop/view/ShopItemActivity.class new file mode 100644 index 0000000..b6f3072 Binary files /dev/null and b/代码/Shop_by_qinjiaming/Shop/bin/classes/com/stone/shop/view/ShopItemActivity.class differ diff --git a/代码/Shop_by_qinjiaming/Shop/bin/classes/com/stone/shop/view/SplashActivity.class b/代码/Shop_by_qinjiaming/Shop/bin/classes/com/stone/shop/view/SplashActivity.class new file mode 100644 index 0000000..3f33f4f Binary files /dev/null and b/代码/Shop_by_qinjiaming/Shop/bin/classes/com/stone/shop/view/SplashActivity.class differ diff --git a/代码/Shop_by_qinjiaming/Shop/bin/classes/com/stone/shop/view/UserInfoActivity.class b/代码/Shop_by_qinjiaming/Shop/bin/classes/com/stone/shop/view/UserInfoActivity.class new file mode 100644 index 0000000..526be95 Binary files /dev/null and b/代码/Shop_by_qinjiaming/Shop/bin/classes/com/stone/shop/view/UserInfoActivity.class differ diff --git a/代码/Shop_by_qinjiaming/Shop/bin/classes/com/stone/shop/view/WsqActivity.class b/代码/Shop_by_qinjiaming/Shop/bin/classes/com/stone/shop/view/WsqActivity.class new file mode 100644 index 0000000..590cd44 Binary files /dev/null and b/代码/Shop_by_qinjiaming/Shop/bin/classes/com/stone/shop/view/WsqActivity.class differ diff --git a/代码/Shop_by_qinjiaming/Shop/bin/classes/com/stone/shop/view/old/OldAboutActivity.class b/代码/Shop_by_qinjiaming/Shop/bin/classes/com/stone/shop/view/old/OldAboutActivity.class new file mode 100644 index 0000000..9a8ab4e Binary files /dev/null and b/代码/Shop_by_qinjiaming/Shop/bin/classes/com/stone/shop/view/old/OldAboutActivity.class differ diff --git a/代码/Shop_by_qinjiaming/Shop/bin/classes/com/stone/shop/view/old/OldMineActivity.class b/代码/Shop_by_qinjiaming/Shop/bin/classes/com/stone/shop/view/old/OldMineActivity.class new file mode 100644 index 0000000..c4700b4 Binary files /dev/null and b/代码/Shop_by_qinjiaming/Shop/bin/classes/com/stone/shop/view/old/OldMineActivity.class differ diff --git a/代码/Shop_by_qinjiaming/Shop/bin/classes/com/stone/ui/AutoScrollViewPager$MyHandler.class b/代码/Shop_by_qinjiaming/Shop/bin/classes/com/stone/ui/AutoScrollViewPager$MyHandler.class new file mode 100644 index 0000000..7dac7f2 Binary files /dev/null and b/代码/Shop_by_qinjiaming/Shop/bin/classes/com/stone/ui/AutoScrollViewPager$MyHandler.class differ diff --git a/代码/Shop_by_qinjiaming/Shop/bin/classes/com/stone/ui/AutoScrollViewPager.class b/代码/Shop_by_qinjiaming/Shop/bin/classes/com/stone/ui/AutoScrollViewPager.class new file mode 100644 index 0000000..37297fc Binary files /dev/null and b/代码/Shop_by_qinjiaming/Shop/bin/classes/com/stone/ui/AutoScrollViewPager.class differ diff --git a/代码/Shop_by_qinjiaming/Shop/bin/classes/com/stone/ui/CustomDurationScroller.class b/代码/Shop_by_qinjiaming/Shop/bin/classes/com/stone/ui/CustomDurationScroller.class new file mode 100644 index 0000000..dc00f82 Binary files /dev/null and b/代码/Shop_by_qinjiaming/Shop/bin/classes/com/stone/ui/CustomDurationScroller.class differ diff --git a/代码/Shop_by_qinjiaming/Shop/bin/classes/com/stone/ui/DateTimePickDialogUtil$DateTimeListener.class b/代码/Shop_by_qinjiaming/Shop/bin/classes/com/stone/ui/DateTimePickDialogUtil$DateTimeListener.class new file mode 100644 index 0000000..024d3a5 Binary files /dev/null and b/代码/Shop_by_qinjiaming/Shop/bin/classes/com/stone/ui/DateTimePickDialogUtil$DateTimeListener.class differ diff --git a/代码/Shop_by_qinjiaming/Shop/bin/classes/com/stone/ui/DateTimePickDialogUtil.class b/代码/Shop_by_qinjiaming/Shop/bin/classes/com/stone/ui/DateTimePickDialogUtil.class new file mode 100644 index 0000000..d3e5f2e Binary files /dev/null and b/代码/Shop_by_qinjiaming/Shop/bin/classes/com/stone/ui/DateTimePickDialogUtil.class differ diff --git a/代码/Shop_by_qinjiaming/Shop/bin/classes/com/stone/ui/DialogOrder$OrderDialogListener.class b/代码/Shop_by_qinjiaming/Shop/bin/classes/com/stone/ui/DialogOrder$OrderDialogListener.class new file mode 100644 index 0000000..de6a4cf Binary files /dev/null and b/代码/Shop_by_qinjiaming/Shop/bin/classes/com/stone/ui/DialogOrder$OrderDialogListener.class differ diff --git a/代码/Shop_by_qinjiaming/Shop/bin/classes/com/stone/ui/DialogOrder.class b/代码/Shop_by_qinjiaming/Shop/bin/classes/com/stone/ui/DialogOrder.class new file mode 100644 index 0000000..5ad2445 Binary files /dev/null and b/代码/Shop_by_qinjiaming/Shop/bin/classes/com/stone/ui/DialogOrder.class differ diff --git a/代码/Shop_by_qinjiaming/Shop/bin/classes/com/stone/ui/ListScrollView.class b/代码/Shop_by_qinjiaming/Shop/bin/classes/com/stone/ui/ListScrollView.class new file mode 100644 index 0000000..36b5da8 Binary files /dev/null and b/代码/Shop_by_qinjiaming/Shop/bin/classes/com/stone/ui/ListScrollView.class differ diff --git a/代码/Shop_by_qinjiaming/Shop/bin/classes/com/stone/ui/MyGridView.class b/代码/Shop_by_qinjiaming/Shop/bin/classes/com/stone/ui/MyGridView.class new file mode 100644 index 0000000..73d8fe1 Binary files /dev/null and b/代码/Shop_by_qinjiaming/Shop/bin/classes/com/stone/ui/MyGridView.class differ diff --git a/代码/Shop_by_qinjiaming/Shop/bin/classes/com/stone/ui/ViewPagerCompat.class b/代码/Shop_by_qinjiaming/Shop/bin/classes/com/stone/ui/ViewPagerCompat.class new file mode 100644 index 0000000..7d1c679 Binary files /dev/null and b/代码/Shop_by_qinjiaming/Shop/bin/classes/com/stone/ui/ViewPagerCompat.class differ diff --git a/代码/Shop_by_qinjiaming/Shop/bin/classes/com/stone/util/Util.class b/代码/Shop_by_qinjiaming/Shop/bin/classes/com/stone/util/Util.class new file mode 100644 index 0000000..61132cd Binary files /dev/null and b/代码/Shop_by_qinjiaming/Shop/bin/classes/com/stone/util/Util.class differ diff --git a/代码/Shop_by_qinjiaming/Shop/bin/dexedLibs/android-support-v4-648ea4e7f6d0fa45bb52edd92b1ac983.jar b/代码/Shop_by_qinjiaming/Shop/bin/dexedLibs/android-support-v4-648ea4e7f6d0fa45bb52edd92b1ac983.jar new file mode 100644 index 0000000..e10bb64 Binary files /dev/null and b/代码/Shop_by_qinjiaming/Shop/bin/dexedLibs/android-support-v4-648ea4e7f6d0fa45bb52edd92b1ac983.jar differ diff --git a/代码/Shop_by_qinjiaming/Shop/bin/dexedLibs/bmobPush_0.1beta-2c8cf7ac085ee0e116557766aea15194.jar b/代码/Shop_by_qinjiaming/Shop/bin/dexedLibs/bmobPush_0.1beta-2c8cf7ac085ee0e116557766aea15194.jar new file mode 100644 index 0000000..e9b8224 Binary files /dev/null and b/代码/Shop_by_qinjiaming/Shop/bin/dexedLibs/bmobPush_0.1beta-2c8cf7ac085ee0e116557766aea15194.jar differ diff --git a/代码/Shop_by_qinjiaming/Shop/bin/dexedLibs/bmob_v3.1.0beta-6814ce07df97831ee0a0e3cf272508ec.jar b/代码/Shop_by_qinjiaming/Shop/bin/dexedLibs/bmob_v3.1.0beta-6814ce07df97831ee0a0e3cf272508ec.jar new file mode 100644 index 0000000..583be11 Binary files /dev/null and b/代码/Shop_by_qinjiaming/Shop/bin/dexedLibs/bmob_v3.1.0beta-6814ce07df97831ee0a0e3cf272508ec.jar differ diff --git a/代码/Shop_by_qinjiaming/Shop/bin/dexedLibs/mta-sdk-1.6.2-30258b520fdbeacbaf6da52c750822d4.jar b/代码/Shop_by_qinjiaming/Shop/bin/dexedLibs/mta-sdk-1.6.2-30258b520fdbeacbaf6da52c750822d4.jar new file mode 100644 index 0000000..26de36d Binary files /dev/null and b/代码/Shop_by_qinjiaming/Shop/bin/dexedLibs/mta-sdk-1.6.2-30258b520fdbeacbaf6da52c750822d4.jar differ diff --git a/代码/Shop_by_qinjiaming/Shop/bin/dexedLibs/open_sdk_r5756-8a3d61ef452a3782e9d7fbc05269a8ef.jar b/代码/Shop_by_qinjiaming/Shop/bin/dexedLibs/open_sdk_r5756-8a3d61ef452a3782e9d7fbc05269a8ef.jar new file mode 100644 index 0000000..b88f7eb Binary files /dev/null and b/代码/Shop_by_qinjiaming/Shop/bin/dexedLibs/open_sdk_r5756-8a3d61ef452a3782e9d7fbc05269a8ef.jar differ diff --git a/代码/Shop_by_qinjiaming/Shop/bin/jarlist.cache b/代码/Shop_by_qinjiaming/Shop/bin/jarlist.cache new file mode 100644 index 0000000..0565465 --- /dev/null +++ b/代码/Shop_by_qinjiaming/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/代码/Shop_by_qinjiaming/Shop/bin/proguard.txt b/代码/Shop_by_qinjiaming/Shop/bin/proguard.txt new file mode 100644 index 0000000..eafe13e --- /dev/null +++ b/代码/Shop_by_qinjiaming/Shop/bin/proguard.txt @@ -0,0 +1,114 @@ +# view res/layout/activity_shop_item.xml #generated:12 +-keep class android.support.v4.view.PagerTabStrip { (...); } + +# view AndroidManifest.xml #generated:145 +-keep class com.stone.shop.view.AboutActivity { (...); } + +# view AndroidManifest.xml #generated:109 +-keep class com.stone.shop.view.AwardActivity { (...); } + +# view AndroidManifest.xml #generated:151 +-keep class com.stone.shop.view.BXTActivity { (...); } + +# view AndroidManifest.xml #generated:155 +-keep class com.stone.shop.view.BXTNewsActivity { (...); } + +# view AndroidManifest.xml #generated:65 +-keep class com.stone.shop.view.BaseActivity { (...); } + +# view AndroidManifest.xml #generated:73 +-keep class com.stone.shop.view.ClassroomActivity { (...); } + +# view AndroidManifest.xml #generated:133 +-keep class com.stone.shop.view.FeedBackActivity { (...); } + +# view AndroidManifest.xml #generated:101 +-keep class com.stone.shop.view.HomeActivity { (...); } + +# view AndroidManifest.xml #generated:69 +-keep class com.stone.shop.view.LoginActivity { (...); } + +# view AndroidManifest.xml #generated:113 +-keep class com.stone.shop.view.MineActivity { (...); } + +# view AndroidManifest.xml #generated:121 +-keep class com.stone.shop.view.MineInfoActivity { (...); } + +# view AndroidManifest.xml #generated:125 +-keep class com.stone.shop.view.MineInfoEditActivity { (...); } + +# view AndroidManifest.xml #generated:129 +-keep class com.stone.shop.view.MineSoftActivity { (...); } + +# view AndroidManifest.xml #generated:141 +-keep class com.stone.shop.view.NewsActivity { (...); } + +# view AndroidManifest.xml #generated:93 +-keep class com.stone.shop.view.OrderActivity { (...); } + +# view AndroidManifest.xml #generated:97 +-keep class com.stone.shop.view.OrderInfoActivity { (...); } + +# view AndroidManifest.xml #generated:77 +-keep class com.stone.shop.view.RegisterActivity { (...); } + +# view AndroidManifest.xml #generated:117 +-keep class com.stone.shop.view.ReservationActivity { (...); } + +# view AndroidManifest.xml #generated:81 +-keep class com.stone.shop.view.ShopActivity { (...); } + +# view AndroidManifest.xml #generated:85 +-keep class com.stone.shop.view.ShopAllActivity { (...); } + +# view AndroidManifest.xml #generated:89 +-keep class com.stone.shop.view.ShopItemActivity { (...); } + +# view AndroidManifest.xml #generated:56 +-keep class com.stone.shop.view.SplashActivity { (...); } + +# view AndroidManifest.xml #generated:105 +-keep class com.stone.shop.view.WsqActivity { (...); } + +# view AndroidManifest.xml #generated:137 +-keep class com.stone.shop.view.old.OldMineActivity { (...); } + +# view res/layout/activity_home.xml #generated:85 +-keep class com.stone.ui.AutoScrollViewPager { (...); } + +# view res/layout/activity_home.xml #generated:12 +-keep class com.stone.ui.ListScrollView { (...); } + +# view res/layout/activity_shop.xml #generated:128 +# view res/layout/activity_shop.xml #generated:160 +# view res/layout/activity_shop.xml #generated:47 +# view res/layout/activity_shop.xml #generated:88 +-keep class com.stone.ui.MyGridView { (...); } + +# view res/layout/activity_shop_item.xml #generated:6 +-keep class com.stone.ui.ViewPagerCompat { (...); } + +# view AndroidManifest.xml #generated:173 +-keep class com.tencent.connect.common.AssistActivity { (...); } + +# view AndroidManifest.xml #generated:159 +-keep class com.tencent.tauth.AuthActivity { (...); } + +# onClick res/layout/header_mine_info.xml #generated:8 +-keepclassmembers class * { *** clickBack(...); } + +# onClick res/layout/header_mine_info_edit.xml #generated:8 +-keepclassmembers class * { *** clickCancel(...); } + +# onClick res/layout/header_mine_info.xml #generated:32 +-keepclassmembers class * { *** clickEdit(...); } + +# onClick res/layout/header_feedback.xml #generated:8 +-keepclassmembers class * { *** clickFeedBack(...); } + +# onClick res/layout/header_mine_info_edit.xml #generated:32 +-keepclassmembers class * { *** clickSave(...); } + +# onClick res/layout/header_soft.xml #generated:8 +-keepclassmembers class * { *** clickSoftBack(...); } + diff --git a/代码/Shop_by_qinjiaming/Shop/bin/res/crunch/drawable/btn_green_normal.png b/代码/Shop_by_qinjiaming/Shop/bin/res/crunch/drawable/btn_green_normal.png new file mode 100644 index 0000000..b3f82a9 Binary files /dev/null and b/代码/Shop_by_qinjiaming/Shop/bin/res/crunch/drawable/btn_green_normal.png differ diff --git a/代码/Shop_by_qinjiaming/Shop/bin/res/crunch/drawable/btn_green_pressed.png b/代码/Shop_by_qinjiaming/Shop/bin/res/crunch/drawable/btn_green_pressed.png new file mode 100644 index 0000000..d54cb65 Binary files /dev/null and b/代码/Shop_by_qinjiaming/Shop/bin/res/crunch/drawable/btn_green_pressed.png differ diff --git a/代码/Shop_by_qinjiaming/Shop/bin/res/crunch/drawable/checkbox_selected.png b/代码/Shop_by_qinjiaming/Shop/bin/res/crunch/drawable/checkbox_selected.png new file mode 100644 index 0000000..59a4760 Binary files /dev/null and b/代码/Shop_by_qinjiaming/Shop/bin/res/crunch/drawable/checkbox_selected.png differ diff --git a/代码/Shop_by_qinjiaming/Shop/bin/res/crunch/drawable/checkbox_selected_press.png b/代码/Shop_by_qinjiaming/Shop/bin/res/crunch/drawable/checkbox_selected_press.png new file mode 100644 index 0000000..c9c464c Binary files /dev/null and b/代码/Shop_by_qinjiaming/Shop/bin/res/crunch/drawable/checkbox_selected_press.png differ diff --git a/代码/Shop_by_qinjiaming/Shop/bin/res/crunch/drawable/checkbox_unselect.png b/代码/Shop_by_qinjiaming/Shop/bin/res/crunch/drawable/checkbox_unselect.png new file mode 100644 index 0000000..6566e07 Binary files /dev/null and b/代码/Shop_by_qinjiaming/Shop/bin/res/crunch/drawable/checkbox_unselect.png differ diff --git a/代码/Shop_by_qinjiaming/Shop/bin/res/crunch/drawable/checkbox_unselect_press.png b/代码/Shop_by_qinjiaming/Shop/bin/res/crunch/drawable/checkbox_unselect_press.png new file mode 100644 index 0000000..c8dbe40 Binary files /dev/null and b/代码/Shop_by_qinjiaming/Shop/bin/res/crunch/drawable/checkbox_unselect_press.png differ diff --git a/代码/Shop_by_qinjiaming/Shop/bin/res/crunch/drawable/ic_1.png b/代码/Shop_by_qinjiaming/Shop/bin/res/crunch/drawable/ic_1.png new file mode 100644 index 0000000..a6c4ff3 Binary files /dev/null and b/代码/Shop_by_qinjiaming/Shop/bin/res/crunch/drawable/ic_1.png differ diff --git a/代码/Shop_by_qinjiaming/Shop/bin/res/crunch/drawable/ic_2.png b/代码/Shop_by_qinjiaming/Shop/bin/res/crunch/drawable/ic_2.png new file mode 100644 index 0000000..5010305 Binary files /dev/null and b/代码/Shop_by_qinjiaming/Shop/bin/res/crunch/drawable/ic_2.png differ diff --git a/代码/Shop_by_qinjiaming/Shop/bin/res/crunch/drawable/ic_3.png b/代码/Shop_by_qinjiaming/Shop/bin/res/crunch/drawable/ic_3.png new file mode 100644 index 0000000..bd0a6dc Binary files /dev/null and b/代码/Shop_by_qinjiaming/Shop/bin/res/crunch/drawable/ic_3.png differ diff --git a/代码/Shop_by_qinjiaming/Shop/bin/res/crunch/drawable/ic_5.png b/代码/Shop_by_qinjiaming/Shop/bin/res/crunch/drawable/ic_5.png new file mode 100644 index 0000000..fc8a37d Binary files /dev/null and b/代码/Shop_by_qinjiaming/Shop/bin/res/crunch/drawable/ic_5.png differ diff --git a/代码/Shop_by_qinjiaming/Shop/bin/res/crunch/drawable/ic_6.png b/代码/Shop_by_qinjiaming/Shop/bin/res/crunch/drawable/ic_6.png new file mode 100644 index 0000000..941abb9 Binary files /dev/null and b/代码/Shop_by_qinjiaming/Shop/bin/res/crunch/drawable/ic_6.png differ diff --git a/代码/Shop_by_qinjiaming/Shop/bin/res/crunch/drawable/ic_7.png b/代码/Shop_by_qinjiaming/Shop/bin/res/crunch/drawable/ic_7.png new file mode 100644 index 0000000..f132646 Binary files /dev/null and b/代码/Shop_by_qinjiaming/Shop/bin/res/crunch/drawable/ic_7.png differ diff --git a/代码/Shop_by_qinjiaming/Shop/bin/res/crunch/drawable/ic_8.png b/代码/Shop_by_qinjiaming/Shop/bin/res/crunch/drawable/ic_8.png new file mode 100644 index 0000000..d6cf0f0 Binary files /dev/null and b/代码/Shop_by_qinjiaming/Shop/bin/res/crunch/drawable/ic_8.png differ diff --git a/代码/Shop_by_qinjiaming/Shop/bin/res/crunch/drawable/ic_breakfast.png b/代码/Shop_by_qinjiaming/Shop/bin/res/crunch/drawable/ic_breakfast.png new file mode 100644 index 0000000..2bc04b4 Binary files /dev/null and b/代码/Shop_by_qinjiaming/Shop/bin/res/crunch/drawable/ic_breakfast.png differ diff --git a/代码/Shop_by_qinjiaming/Shop/bin/res/crunch/drawable/ic_car.png b/代码/Shop_by_qinjiaming/Shop/bin/res/crunch/drawable/ic_car.png new file mode 100644 index 0000000..83d6810 Binary files /dev/null and b/代码/Shop_by_qinjiaming/Shop/bin/res/crunch/drawable/ic_car.png differ diff --git a/代码/Shop_by_qinjiaming/Shop/bin/res/crunch/drawable/ic_date.png b/代码/Shop_by_qinjiaming/Shop/bin/res/crunch/drawable/ic_date.png new file mode 100644 index 0000000..9df2a0e Binary files /dev/null and b/代码/Shop_by_qinjiaming/Shop/bin/res/crunch/drawable/ic_date.png differ diff --git a/代码/Shop_by_qinjiaming/Shop/bin/res/crunch/drawable/ic_hbut.png b/代码/Shop_by_qinjiaming/Shop/bin/res/crunch/drawable/ic_hbut.png new file mode 100644 index 0000000..775cc41 Binary files /dev/null and b/代码/Shop_by_qinjiaming/Shop/bin/res/crunch/drawable/ic_hbut.png differ diff --git a/代码/Shop_by_qinjiaming/Shop/bin/res/crunch/drawable/ic_hide.png b/代码/Shop_by_qinjiaming/Shop/bin/res/crunch/drawable/ic_hide.png new file mode 100644 index 0000000..ca30710 Binary files /dev/null and b/代码/Shop_by_qinjiaming/Shop/bin/res/crunch/drawable/ic_hide.png differ diff --git a/代码/Shop_by_qinjiaming/Shop/bin/res/crunch/drawable/ic_loc.png b/代码/Shop_by_qinjiaming/Shop/bin/res/crunch/drawable/ic_loc.png new file mode 100644 index 0000000..b2e74dc Binary files /dev/null and b/代码/Shop_by_qinjiaming/Shop/bin/res/crunch/drawable/ic_loc.png differ diff --git a/代码/Shop_by_qinjiaming/Shop/bin/res/crunch/drawable/ic_menu_copy_holo_light.png b/代码/Shop_by_qinjiaming/Shop/bin/res/crunch/drawable/ic_menu_copy_holo_light.png new file mode 100644 index 0000000..7fc9af0 Binary files /dev/null and b/代码/Shop_by_qinjiaming/Shop/bin/res/crunch/drawable/ic_menu_copy_holo_light.png differ diff --git a/代码/Shop_by_qinjiaming/Shop/bin/res/crunch/drawable/ic_menu_find_holo_light.png b/代码/Shop_by_qinjiaming/Shop/bin/res/crunch/drawable/ic_menu_find_holo_light.png new file mode 100644 index 0000000..e8a9f98 Binary files /dev/null and b/代码/Shop_by_qinjiaming/Shop/bin/res/crunch/drawable/ic_menu_find_holo_light.png differ diff --git a/代码/Shop_by_qinjiaming/Shop/bin/res/crunch/drawable/ic_menu_info_details.png b/代码/Shop_by_qinjiaming/Shop/bin/res/crunch/drawable/ic_menu_info_details.png new file mode 100644 index 0000000..eaf9443 Binary files /dev/null and b/代码/Shop_by_qinjiaming/Shop/bin/res/crunch/drawable/ic_menu_info_details.png differ diff --git a/代码/Shop_by_qinjiaming/Shop/bin/res/crunch/drawable/ic_menu_myplaces.png b/代码/Shop_by_qinjiaming/Shop/bin/res/crunch/drawable/ic_menu_myplaces.png new file mode 100644 index 0000000..2692e0b Binary files /dev/null and b/代码/Shop_by_qinjiaming/Shop/bin/res/crunch/drawable/ic_menu_myplaces.png differ diff --git a/代码/Shop_by_qinjiaming/Shop/bin/res/crunch/drawable/ic_menu_notifications.png b/代码/Shop_by_qinjiaming/Shop/bin/res/crunch/drawable/ic_menu_notifications.png new file mode 100644 index 0000000..684dd2e Binary files /dev/null and b/代码/Shop_by_qinjiaming/Shop/bin/res/crunch/drawable/ic_menu_notifications.png differ diff --git a/代码/Shop_by_qinjiaming/Shop/bin/res/crunch/drawable/ic_menu_share.png b/代码/Shop_by_qinjiaming/Shop/bin/res/crunch/drawable/ic_menu_share.png new file mode 100644 index 0000000..ad2d66d Binary files /dev/null and b/代码/Shop_by_qinjiaming/Shop/bin/res/crunch/drawable/ic_menu_share.png differ diff --git a/代码/Shop_by_qinjiaming/Shop/bin/res/crunch/drawable/ic_mine.png b/代码/Shop_by_qinjiaming/Shop/bin/res/crunch/drawable/ic_mine.png new file mode 100644 index 0000000..a1727ef Binary files /dev/null and b/代码/Shop_by_qinjiaming/Shop/bin/res/crunch/drawable/ic_mine.png differ diff --git a/代码/Shop_by_qinjiaming/Shop/bin/res/crunch/drawable/ic_page_indicator.png b/代码/Shop_by_qinjiaming/Shop/bin/res/crunch/drawable/ic_page_indicator.png new file mode 100644 index 0000000..84a19a8 Binary files /dev/null and b/代码/Shop_by_qinjiaming/Shop/bin/res/crunch/drawable/ic_page_indicator.png differ diff --git a/代码/Shop_by_qinjiaming/Shop/bin/res/crunch/drawable/ic_page_indicator_focused.png b/代码/Shop_by_qinjiaming/Shop/bin/res/crunch/drawable/ic_page_indicator_focused.png new file mode 100644 index 0000000..3faf9a6 Binary files /dev/null and b/代码/Shop_by_qinjiaming/Shop/bin/res/crunch/drawable/ic_page_indicator_focused.png differ diff --git a/代码/Shop_by_qinjiaming/Shop/bin/res/crunch/drawable/ic_phone.png b/代码/Shop_by_qinjiaming/Shop/bin/res/crunch/drawable/ic_phone.png new file mode 100644 index 0000000..aacbb6f Binary files /dev/null and b/代码/Shop_by_qinjiaming/Shop/bin/res/crunch/drawable/ic_phone.png differ diff --git a/代码/Shop_by_qinjiaming/Shop/bin/res/crunch/drawable/ic_phone2.png b/代码/Shop_by_qinjiaming/Shop/bin/res/crunch/drawable/ic_phone2.png new file mode 100644 index 0000000..52055b8 Binary files /dev/null and b/代码/Shop_by_qinjiaming/Shop/bin/res/crunch/drawable/ic_phone2.png differ diff --git a/代码/Shop_by_qinjiaming/Shop/bin/res/crunch/drawable/ic_phone3.png b/代码/Shop_by_qinjiaming/Shop/bin/res/crunch/drawable/ic_phone3.png new file mode 100644 index 0000000..6acfc0b Binary files /dev/null and b/代码/Shop_by_qinjiaming/Shop/bin/res/crunch/drawable/ic_phone3.png differ diff --git a/代码/Shop_by_qinjiaming/Shop/bin/res/crunch/drawable/ic_sale.png b/代码/Shop_by_qinjiaming/Shop/bin/res/crunch/drawable/ic_sale.png new file mode 100644 index 0000000..7a0e775 Binary files /dev/null and b/代码/Shop_by_qinjiaming/Shop/bin/res/crunch/drawable/ic_sale.png differ diff --git a/代码/Shop_by_qinjiaming/Shop/bin/res/crunch/drawable/ic_search.png b/代码/Shop_by_qinjiaming/Shop/bin/res/crunch/drawable/ic_search.png new file mode 100644 index 0000000..a733499 Binary files /dev/null and b/代码/Shop_by_qinjiaming/Shop/bin/res/crunch/drawable/ic_search.png differ diff --git a/代码/Shop_by_qinjiaming/Shop/bin/res/crunch/drawable/ic_shelf_category_divider.png b/代码/Shop_by_qinjiaming/Shop/bin/res/crunch/drawable/ic_shelf_category_divider.png new file mode 100644 index 0000000..836688a Binary files /dev/null and b/代码/Shop_by_qinjiaming/Shop/bin/res/crunch/drawable/ic_shelf_category_divider.png differ diff --git a/代码/Shop_by_qinjiaming/Shop/bin/res/crunch/drawable/ic_shop.png b/代码/Shop_by_qinjiaming/Shop/bin/res/crunch/drawable/ic_shop.png new file mode 100644 index 0000000..b51d593 Binary files /dev/null and b/代码/Shop_by_qinjiaming/Shop/bin/res/crunch/drawable/ic_shop.png differ diff --git a/代码/Shop_by_qinjiaming/Shop/bin/res/crunch/drawable/ic_star_no.png b/代码/Shop_by_qinjiaming/Shop/bin/res/crunch/drawable/ic_star_no.png new file mode 100644 index 0000000..7b4db74 Binary files /dev/null and b/代码/Shop_by_qinjiaming/Shop/bin/res/crunch/drawable/ic_star_no.png differ diff --git a/代码/Shop_by_qinjiaming/Shop/bin/res/crunch/drawable/ic_star_yes.png b/代码/Shop_by_qinjiaming/Shop/bin/res/crunch/drawable/ic_star_yes.png new file mode 100644 index 0000000..7343288 Binary files /dev/null and b/代码/Shop_by_qinjiaming/Shop/bin/res/crunch/drawable/ic_star_yes.png differ diff --git a/代码/Shop_by_qinjiaming/Shop/bin/res/crunch/drawable/login_button.png b/代码/Shop_by_qinjiaming/Shop/bin/res/crunch/drawable/login_button.png new file mode 100644 index 0000000..535dbf0 Binary files /dev/null and b/代码/Shop_by_qinjiaming/Shop/bin/res/crunch/drawable/login_button.png differ diff --git a/代码/Shop_by_qinjiaming/Shop/bin/res/crunch/drawable/login_button_select.png b/代码/Shop_by_qinjiaming/Shop/bin/res/crunch/drawable/login_button_select.png new file mode 100644 index 0000000..5a17161 Binary files /dev/null and b/代码/Shop_by_qinjiaming/Shop/bin/res/crunch/drawable/login_button_select.png differ diff --git a/代码/Shop_by_qinjiaming/Shop/bin/res/crunch/drawable/qq.png b/代码/Shop_by_qinjiaming/Shop/bin/res/crunch/drawable/qq.png new file mode 100644 index 0000000..8510143 Binary files /dev/null and b/代码/Shop_by_qinjiaming/Shop/bin/res/crunch/drawable/qq.png differ diff --git a/代码/Shop_by_qinjiaming/Shop/bin/resources.ap_ b/代码/Shop_by_qinjiaming/Shop/bin/resources.ap_ new file mode 100644 index 0000000..8ed3bf4 Binary files /dev/null and b/代码/Shop_by_qinjiaming/Shop/bin/resources.ap_ differ diff --git a/代码/Shop_by_qinjiaming/Shop/gen/com/stone/shop/BuildConfig.java b/代码/Shop_by_qinjiaming/Shop/gen/com/stone/shop/BuildConfig.java new file mode 100644 index 0000000..f1eddbc --- /dev/null +++ b/代码/Shop_by_qinjiaming/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/代码/Shop_by_qinjiaming/Shop/gen/com/stone/shop/R.java b/代码/Shop_by_qinjiaming/Shop/gen/com/stone/shop/R.java new file mode 100644 index 0000000..f9fafd7 --- /dev/null +++ b/代码/Shop_by_qinjiaming/Shop/gen/com/stone/shop/R.java @@ -0,0 +1,368 @@ +/* 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 btn_green_normal=0x7f020006; + public static final int btn_green_pressed=0x7f020007; + public static final int checkbox_bg1=0x7f020008; + public static final int checkbox_selected=0x7f020009; + public static final int checkbox_selected_press=0x7f02000a; + public static final int checkbox_unselect=0x7f02000b; + public static final int checkbox_unselect_press=0x7f02000c; + public static final int custom_ratingbar=0x7f02000d; + public static final int ic_1=0x7f02000e; + public static final int ic_2=0x7f02000f; + public static final int ic_3=0x7f020010; + public static final int ic_41=0x7f020011; + public static final int ic_42=0x7f020012; + public static final int ic_5=0x7f020013; + public static final int ic_6=0x7f020014; + public static final int ic_7=0x7f020015; + public static final int ic_8=0x7f020016; + public static final int ic_app=0x7f020017; + public static final int ic_app1=0x7f020018; + public static final int ic_banner1=0x7f020019; + public static final int ic_banner_hide=0x7f02001a; + public static final int ic_banner_image_default1=0x7f02001b; + public static final int ic_banner_image_default11=0x7f02001c; + public static final int ic_banner_image_default2=0x7f02001d; + public static final int ic_banner_image_default22=0x7f02001e; + public static final int ic_banner_image_default3=0x7f02001f; + public static final int ic_banner_image_default4=0x7f020020; + public static final int ic_banner_image_default55=0x7f020021; + public static final int ic_banner_image_default77=0x7f020022; + public static final int ic_breakfast=0x7f020023; + public static final int ic_car=0x7f020024; + public static final int ic_date=0x7f020025; + public static final int ic_hbut=0x7f020026; + public static final int ic_hide=0x7f020027; + public static final int ic_launcher=0x7f020028; + public static final int ic_loc=0x7f020029; + public static final int ic_menu_copy_holo_light=0x7f02002a; + public static final int ic_menu_find_holo_light=0x7f02002b; + public static final int ic_menu_info_details=0x7f02002c; + public static final int ic_menu_myplaces=0x7f02002d; + public static final int ic_menu_notifications=0x7f02002e; + public static final int ic_menu_share=0x7f02002f; + public static final int ic_mine=0x7f020030; + public static final int ic_page_indicator=0x7f020031; + public static final int ic_page_indicator_focused=0x7f020032; + public static final int ic_phone=0x7f020033; + public static final int ic_phone2=0x7f020034; + public static final int ic_phone3=0x7f020035; + public static final int ic_sale=0x7f020036; + public static final int ic_search=0x7f020037; + public static final int ic_shelf_category_divider=0x7f020038; + public static final int ic_shop=0x7f020039; + public static final int ic_shop_info_bg=0x7f02003a; + public static final int ic_shop_info_bg2=0x7f02003b; + public static final int ic_shop_info_bg22=0x7f02003c; + public static final int ic_star_no=0x7f02003d; + public static final int ic_star_yes=0x7f02003e; + public static final int login_button=0x7f02003f; + public static final int login_button_select=0x7f020040; + public static final int qq=0x7f020041; + public static final int shap_circle=0x7f020042; + public static final int shap_divider=0x7f020043; + public static final int shape_color_frame=0x7f020044; + public static final int shape_grid_item=0x7f020045; + public static final int shape_left_radius_color_square=0x7f020046; + public static final int shape_radius=0x7f020047; + public static final int shape_radius_color_square=0x7f020048; + public static final int shape_radius_square=0x7f020049; + public static final int splash=0x7f02004a; + public static final int star_img1=0x7f02004b; + public static final int star_img2=0x7f02004c; + public static final int star_img3=0x7f02004d; + public static final int star_img4=0x7f02004e; + public static final int star_img5=0x7f02004f; + public static final int tab_bg_selector=0x7f020050; + public static final int welcome_background=0x7f020051; + } + public static final class id { + public static final int action_settings=0x7f09009f; + public static final int btn_about=0x7f090042; + public static final int btn_add_good=0x7f09006b; + public static final int btn_add_news=0x7f09006c; + public static final int btn_add_shop=0x7f09006a; + public static final int btn_buy_good=0x7f090079; + public static final int btn_commit=0x7f09009e; + public static final int btn_contact=0x7f090043; + public static final int btn_dlg_ok=0x7f090075; + public static final int btn_feedback_submit=0x7f090011; + public static final int btn_hide_ads=0x7f090018; + public static final int btn_login=0x7f090021; + public static final int btn_look_goods=0x7f090068; + public static final int btn_look_news=0x7f090069; + public static final int btn_look_shops=0x7f090067; + public static final int btn_look_users=0x7f090066; + public static final int btn_order_count_less=0x7f09004b; + public static final int btn_order_count_more=0x7f09004d; + public static final int btn_order_submit=0x7f090052; + public static final int btn_qq=0x7f090025; + public static final int btn_reg_now=0x7f09005b; + public static final int btn_register=0x7f090024; + public static final int btn_set_time=0x7f09004f; + public static final int btn_share=0x7f090044; + public static final int cancel=0x7f0900a1; + public static final int cb_rem_psd=0x7f090023; + public static final int datepicker=0x7f090073; + public static final int et_award_new=0x7f090002; + public static final int et_award_old=0x7f090003; + public static final int et_comfirm_psd=0x7f090056; + public static final int et_commit=0x7f09009d; + public static final int et_feedback_content=0x7f090010; + public static final int et_mineinfo_cademy=0x7f090036; + public static final int et_mineinfo_dornum=0x7f090038; + public static final int et_mineinfo_dorpart=0x7f090037; + public static final int et_mineinfo_phone=0x7f090039; + public static final int et_mineinfo_qq=0x7f09003a; + public static final int et_mineinfo_school=0x7f090035; + public static final int et_mineinfo_username=0x7f090034; + public static final int et_order_phone=0x7f090050; + public static final int et_order_words=0x7f090051; + public static final int et_password=0x7f09001f; + public static final int et_phone=0x7f090059; + public static final int et_username=0x7f09001c; + public static final int fl_image_ads=0x7f090016; + public static final int gv_classroom=0x7f09000f; + public static final int gv_food_class=0x7f09005e; + public static final int gv_gift_class=0x7f09005d; + public static final int gv_out_class=0x7f09005f; + public static final int gv_school_class=0x7f09005c; + public static final int header_shop_all=0x7f090060; + public static final int imageview=0x7f090091; + public static final int img_call=0x7f090098; + public static final int img_chooseImage=0x7f090090; + public static final int img_date=0x7f090013; + public static final int img_item=0x7f090080; + public static final int img_search=0x7f09007e; + public static final int img_shop=0x7f090089; + public static final int img_welcome=0x7f090001; + public static final int listScrollView=0x7f090012; + public static final int ll_commit_parent_view=0x7f09009c; + public static final int ll_commit_son_view=0x7f090070; + public static final int ll_row1=0x7f09001a; + public static final int ll_row2=0x7f09001d; + public static final int ll_row3=0x7f090020; + public static final int ll_row4=0x7f090057; + public static final int ll_row6=0x7f09005a; + public static final int lv_bxt_news=0x7f090004; + public static final int lv_goods_list=0x7f090093; + public static final int lv_mine_about=0x7f09002c; + public static final int lv_mine_order=0x7f09002b; + public static final int lv_mine_soft=0x7f090064; + public static final int lv_mine_user=0x7f09002a; + public static final int lv_news=0x7f090019; + public static final int lv_order_info=0x7f090053; + public static final int lv_shop_all=0x7f090061; + public static final int modify=0x7f0900a0; + public static final int new_login_btn=0x7f090026; + public static final int pagertab=0x7f090063; + public static final int ratingBar1=0x7f090095; + public static final int rb_rate=0x7f09008f; + public static final int relaGrid=0x7f09007a; + public static final int rl_last=0x7f090022; + public static final int rl_splash=0x7f090065; + public static final int rl_welcome=0x7f090000; + public static final int sp_bxt_header=0x7f09007c; + public static final int textview=0x7f090092; + public static final int timepicker=0x7f090074; + public static final int tp_dlg_time=0x7f090076; + public static final int tv_bowl=0x7f09003c; + public static final int tv_bxt_news_holder1=0x7f09000a; + public static final int tv_bxt_news_holder2=0x7f09000b; + public static final int tv_bxt_news_item_title=0x7f09006f; + public static final int tv_bxt_news_loc=0x7f090009; + public static final int tv_bxt_news_point=0x7f09000c; + public static final int tv_bxt_news_speaker=0x7f090007; + public static final int tv_bxt_news_speaker_info=0x7f09000d; + public static final int tv_bxt_news_time=0x7f090008; + public static final int tv_bxt_news_title=0x7f090005; + public static final int tv_bxt_news_topic=0x7f090006; + public static final int tv_cademy=0x7f09003f; + public static final int tv_chooseText=0x7f09007b; + public static final int tv_comfirm_psd=0x7f090055; + public static final int tv_commit_content=0x7f090072; + public static final int tv_commit_title=0x7f09009b; + public static final int tv_commit_user=0x7f090071; + public static final int tv_day=0x7f090015; + public static final int tv_dorNum=0x7f090041; + public static final int tv_dorPart=0x7f090040; + public static final int tv_edit=0x7f09007d; + public static final int tv_good_name=0x7f090077; + public static final int tv_good_price=0x7f090078; + public static final int tv_item_content=0x7f090082; + public static final int tv_item_name=0x7f090081; + public static final int tv_me=0x7f09003b; + public static final int tv_mineinfo_cademy=0x7f09002f; + public static final int tv_mineinfo_dornum=0x7f090031; + public static final int tv_mineinfo_dorpart=0x7f090030; + public static final int tv_mineinfo_phone=0x7f090032; + public static final int tv_mineinfo_qq=0x7f090033; + public static final int tv_mineinfo_school=0x7f09002e; + public static final int tv_mineinfo_username=0x7f09002d; + public static final int tv_news_author=0x7f090046; + public static final int tv_news_content=0x7f090048; + public static final int tv_news_date=0x7f090084; + public static final int tv_news_time=0x7f090047; + public static final int tv_news_title=0x7f090045; + public static final int tv_news_type=0x7f090083; + public static final int tv_order_count=0x7f09004c; + public static final int tv_order_good=0x7f09004a; + public static final int tv_order_info_good_name=0x7f090085; + public static final int tv_order_info_price=0x7f090087; + public static final int tv_order_info_shop_name=0x7f090086; + public static final int tv_order_info_state=0x7f090088; + public static final int tv_order_shop=0x7f090049; + public static final int tv_order_time=0x7f09004e; + public static final int tv_password=0x7f09001e; + public static final int tv_phone=0x7f090058; + public static final int tv_reg_title=0x7f090054; + public static final int tv_res=0x7f09006e; + public static final int tv_room=0x7f09007f; + public static final int tv_school=0x7f09003e; + public static final int tv_shop_discount=0x7f09008c; + public static final int tv_shop_introduce=0x7f090099; + public static final int tv_shop_loc=0x7f09008e; + public static final int tv_shop_location=0x7f090096; + public static final int tv_shop_name=0x7f09008a; + public static final int tv_shop_paper=0x7f09008b; + public static final int tv_shop_phone=0x7f090097; + public static final int tv_shop_promotion=0x7f09009a; + public static final int tv_shop_title=0x7f090094; + public static final int tv_shop_type=0x7f09008d; + public static final int tv_title=0x7f09006d; + public static final int tv_username=0x7f09001b; + public static final int tv_week=0x7f090014; + public static final int tv_xiaocai=0x7f09003d; + public static final int user_callback=0x7f090029; + public static final int user_logo=0x7f090028; + public static final int user_nickname=0x7f090027; + public static final int view_pager=0x7f090017; + public static final int viewpager=0x7f090062; + public static final int wv_wsq=0x7f09000e; + } + public static final class layout { + public static final int activity_about=0x7f030000; + public static final int activity_award=0x7f030001; + public static final int activity_base=0x7f030002; + public static final int activity_bxt=0x7f030003; + public static final int activity_bxt_news=0x7f030004; + public static final int activity_car=0x7f030005; + public static final int activity_classroom=0x7f030006; + public static final int activity_feedback=0x7f030007; + public static final int activity_home=0x7f030008; + public static final int activity_login=0x7f030009; + public static final int activity_mine=0x7f03000a; + public static final int activity_mine_info=0x7f03000b; + public static final int activity_mine_info_edit=0x7f03000c; + public static final int activity_mine_old=0x7f03000d; + public static final int activity_news=0x7f03000e; + public static final int activity_order=0x7f03000f; + public static final int activity_order_info=0x7f030010; + public static final int activity_reg=0x7f030011; + public static final int activity_shop=0x7f030012; + public static final int activity_shop_all=0x7f030013; + public static final int activity_shop_item=0x7f030014; + public static final int activity_soft=0x7f030015; + public static final int activity_splash=0x7f030016; + public static final int activity_test=0x7f030017; + public static final int activity_userinfo=0x7f030018; + public static final int bxt_list_item=0x7f030019; + public static final int commit=0x7f03001a; + public static final int common_datetime=0x7f03001b; + public static final int dlg_order_settime=0x7f03001c; + public static final int goods_list_item=0x7f03001d; + public static final int gv_item_classroom=0x7f03001e; + public static final int header_award=0x7f03001f; + public static final int header_bxt=0x7f030020; + public static final int header_bxt_news=0x7f030021; + public static final int header_feedback=0x7f030022; + public static final int header_home=0x7f030023; + public static final int header_mine=0x7f030024; + public static final int header_mine_info=0x7f030025; + public static final int header_mine_info_edit=0x7f030026; + public static final int header_news=0x7f030027; + public static final int header_order=0x7f030028; + public static final int header_order_info=0x7f030029; + public static final int header_shop=0x7f03002a; + public static final int header_shop_all=0x7f03002b; + public static final int header_soft=0x7f03002c; + public static final int layout_reservation=0x7f03002d; + public static final int mine_list_item=0x7f03002e; + public static final int mine_soft_list_item=0x7f03002f; + public static final int news_list_item=0x7f030030; + public static final int order_info_list_item=0x7f030031; + public static final int popmenu=0x7f030032; + public static final int scom_list_item=0x7f030033; + public static final int shop_all_list_item=0x7f030034; + public static final int shop_grid_item=0x7f030035; + public static final int tab_widget_item=0x7f030036; + public static final int viewpager_menu=0x7f030037; + public static final int viewpager_shopinfo=0x7f030038; + } + public static final class menu { + public static final int main=0x7f080000; + public static final int popup=0x7f080001; + } + 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=0x7f070001; + /** 自定义对话框的样式 + */ + public static final int MyDialog=0x7f070004; + public static final int NoTitleBarTheme=0x7f070002; + /** 自定义RatingBar样式 + */ + public static final int custom_ratingbar_style=0x7f070005; + } +} diff --git a/代码/Shop_by_qinjiaming/Shop/ic_launcher-web.png b/代码/Shop_by_qinjiaming/Shop/ic_launcher-web.png new file mode 100644 index 0000000..e53f92f Binary files /dev/null and b/代码/Shop_by_qinjiaming/Shop/ic_launcher-web.png differ diff --git a/代码/Shop_by_qinjiaming/Shop/libs/android-support-v4.jar b/代码/Shop_by_qinjiaming/Shop/libs/android-support-v4.jar new file mode 100644 index 0000000..9056828 Binary files /dev/null and b/代码/Shop_by_qinjiaming/Shop/libs/android-support-v4.jar differ diff --git a/代码/Shop_by_qinjiaming/Shop/libs/bmobPush_0.1beta.jar b/代码/Shop_by_qinjiaming/Shop/libs/bmobPush_0.1beta.jar new file mode 100644 index 0000000..1d64f33 Binary files /dev/null and b/代码/Shop_by_qinjiaming/Shop/libs/bmobPush_0.1beta.jar differ diff --git a/代码/Shop_by_qinjiaming/Shop/libs/bmob_v3.1.0beta.jar b/代码/Shop_by_qinjiaming/Shop/libs/bmob_v3.1.0beta.jar new file mode 100644 index 0000000..1882b21 Binary files /dev/null and b/代码/Shop_by_qinjiaming/Shop/libs/bmob_v3.1.0beta.jar differ diff --git a/代码/Shop_by_qinjiaming/Shop/libs/mta-sdk-1.6.2.jar b/代码/Shop_by_qinjiaming/Shop/libs/mta-sdk-1.6.2.jar new file mode 100644 index 0000000..49b7787 Binary files /dev/null and b/代码/Shop_by_qinjiaming/Shop/libs/mta-sdk-1.6.2.jar differ diff --git a/代码/Shop_by_qinjiaming/Shop/libs/open_sdk_r5756.jar b/代码/Shop_by_qinjiaming/Shop/libs/open_sdk_r5756.jar new file mode 100644 index 0000000..72daab6 Binary files /dev/null and b/代码/Shop_by_qinjiaming/Shop/libs/open_sdk_r5756.jar differ diff --git a/代码/Shop_by_qinjiaming/Shop/lint.xml b/代码/Shop_by_qinjiaming/Shop/lint.xml new file mode 100644 index 0000000..9d72abb --- /dev/null +++ b/代码/Shop_by_qinjiaming/Shop/lint.xml @@ -0,0 +1,75 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/代码/Shop_by_qinjiaming/Shop/proguard-project.txt b/代码/Shop_by_qinjiaming/Shop/proguard-project.txt new file mode 100644 index 0000000..f2fe155 --- /dev/null +++ b/代码/Shop_by_qinjiaming/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/代码/Shop_by_qinjiaming/Shop/project.properties b/代码/Shop_by_qinjiaming/Shop/project.properties new file mode 100644 index 0000000..17bdc51 --- /dev/null +++ b/代码/Shop_by_qinjiaming/Shop/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-18 +proguard.config=proguard.cfg diff --git a/代码/Shop_by_qinjiaming/Shop/res/anim/cycle_7.xml b/代码/Shop_by_qinjiaming/Shop/res/anim/cycle_7.xml new file mode 100644 index 0000000..57932a8 --- /dev/null +++ b/代码/Shop_by_qinjiaming/Shop/res/anim/cycle_7.xml @@ -0,0 +1,3 @@ + + diff --git a/代码/Shop_by_qinjiaming/Shop/res/anim/scale.xml b/代码/Shop_by_qinjiaming/Shop/res/anim/scale.xml new file mode 100644 index 0000000..77cdc91 --- /dev/null +++ b/代码/Shop_by_qinjiaming/Shop/res/anim/scale.xml @@ -0,0 +1,25 @@ + + + + + + + diff --git a/代码/Shop_by_qinjiaming/Shop/res/anim/shake.xml b/代码/Shop_by_qinjiaming/Shop/res/anim/shake.xml new file mode 100644 index 0000000..4352ab2 --- /dev/null +++ b/代码/Shop_by_qinjiaming/Shop/res/anim/shake.xml @@ -0,0 +1,33 @@ + + + + + + + + + \ No newline at end of file diff --git a/代码/Shop_by_qinjiaming/Shop/res/drawable-hdpi/ic_launcher.png b/代码/Shop_by_qinjiaming/Shop/res/drawable-hdpi/ic_launcher.png new file mode 100644 index 0000000..e53f92f Binary files /dev/null and b/代码/Shop_by_qinjiaming/Shop/res/drawable-hdpi/ic_launcher.png differ diff --git a/代码/Shop_by_qinjiaming/Shop/res/drawable-mdpi/ic_launcher.png b/代码/Shop_by_qinjiaming/Shop/res/drawable-mdpi/ic_launcher.png new file mode 100644 index 0000000..e53f92f Binary files /dev/null and b/代码/Shop_by_qinjiaming/Shop/res/drawable-mdpi/ic_launcher.png differ diff --git a/代码/Shop_by_qinjiaming/Shop/res/drawable-xhdpi/ic_launcher.png b/代码/Shop_by_qinjiaming/Shop/res/drawable-xhdpi/ic_launcher.png new file mode 100644 index 0000000..e53f92f Binary files /dev/null and b/代码/Shop_by_qinjiaming/Shop/res/drawable-xhdpi/ic_launcher.png differ diff --git a/代码/Shop_by_qinjiaming/Shop/res/drawable-xxhdpi/ic_launcher.png b/代码/Shop_by_qinjiaming/Shop/res/drawable-xxhdpi/ic_launcher.png new file mode 100644 index 0000000..e53f92f Binary files /dev/null and b/代码/Shop_by_qinjiaming/Shop/res/drawable-xxhdpi/ic_launcher.png differ diff --git a/代码/Shop_by_qinjiaming/Shop/res/drawable/abs__tab_selected_focused_holo.9.png b/代码/Shop_by_qinjiaming/Shop/res/drawable/abs__tab_selected_focused_holo.9.png new file mode 100644 index 0000000..140ebfd Binary files /dev/null and b/代码/Shop_by_qinjiaming/Shop/res/drawable/abs__tab_selected_focused_holo.9.png differ diff --git a/代码/Shop_by_qinjiaming/Shop/res/drawable/abs__tab_selected_holo.9.png b/代码/Shop_by_qinjiaming/Shop/res/drawable/abs__tab_selected_holo.9.png new file mode 100644 index 0000000..a94f098 Binary files /dev/null and b/代码/Shop_by_qinjiaming/Shop/res/drawable/abs__tab_selected_holo.9.png differ diff --git a/代码/Shop_by_qinjiaming/Shop/res/drawable/abs__tab_selected_pressed_holo.9.png b/代码/Shop_by_qinjiaming/Shop/res/drawable/abs__tab_selected_pressed_holo.9.png new file mode 100644 index 0000000..25ec789 Binary files /dev/null and b/代码/Shop_by_qinjiaming/Shop/res/drawable/abs__tab_selected_pressed_holo.9.png differ diff --git a/代码/Shop_by_qinjiaming/Shop/res/drawable/abs__tab_unselected_pressed_holo.9.png b/代码/Shop_by_qinjiaming/Shop/res/drawable/abs__tab_unselected_pressed_holo.9.png new file mode 100644 index 0000000..3e7f9e4 Binary files /dev/null and b/代码/Shop_by_qinjiaming/Shop/res/drawable/abs__tab_unselected_pressed_holo.9.png differ diff --git a/代码/Shop_by_qinjiaming/Shop/res/drawable/bg1.jpg b/代码/Shop_by_qinjiaming/Shop/res/drawable/bg1.jpg new file mode 100644 index 0000000..cbb06e0 Binary files /dev/null and b/代码/Shop_by_qinjiaming/Shop/res/drawable/bg1.jpg differ diff --git a/代码/Shop_by_qinjiaming/Shop/res/drawable/bg3.jpg b/代码/Shop_by_qinjiaming/Shop/res/drawable/bg3.jpg new file mode 100644 index 0000000..69333a7 Binary files /dev/null and b/代码/Shop_by_qinjiaming/Shop/res/drawable/bg3.jpg differ diff --git a/代码/Shop_by_qinjiaming/Shop/res/drawable/btn_green_normal.png b/代码/Shop_by_qinjiaming/Shop/res/drawable/btn_green_normal.png new file mode 100644 index 0000000..3297518 Binary files /dev/null and b/代码/Shop_by_qinjiaming/Shop/res/drawable/btn_green_normal.png differ diff --git a/代码/Shop_by_qinjiaming/Shop/res/drawable/btn_green_pressed.png b/代码/Shop_by_qinjiaming/Shop/res/drawable/btn_green_pressed.png new file mode 100644 index 0000000..a2c1e43 Binary files /dev/null and b/代码/Shop_by_qinjiaming/Shop/res/drawable/btn_green_pressed.png differ diff --git a/代码/Shop_by_qinjiaming/Shop/res/drawable/checkbox_bg1.xml b/代码/Shop_by_qinjiaming/Shop/res/drawable/checkbox_bg1.xml new file mode 100644 index 0000000..24e98f1 --- /dev/null +++ b/代码/Shop_by_qinjiaming/Shop/res/drawable/checkbox_bg1.xml @@ -0,0 +1,9 @@ + + + + + + + + diff --git a/代码/Shop_by_qinjiaming/Shop/res/drawable/checkbox_selected.png b/代码/Shop_by_qinjiaming/Shop/res/drawable/checkbox_selected.png new file mode 100644 index 0000000..54b74dc Binary files /dev/null and b/代码/Shop_by_qinjiaming/Shop/res/drawable/checkbox_selected.png differ diff --git a/代码/Shop_by_qinjiaming/Shop/res/drawable/checkbox_selected_press.png b/代码/Shop_by_qinjiaming/Shop/res/drawable/checkbox_selected_press.png new file mode 100644 index 0000000..6d5756a Binary files /dev/null and b/代码/Shop_by_qinjiaming/Shop/res/drawable/checkbox_selected_press.png differ diff --git a/代码/Shop_by_qinjiaming/Shop/res/drawable/checkbox_unselect.png b/代码/Shop_by_qinjiaming/Shop/res/drawable/checkbox_unselect.png new file mode 100644 index 0000000..9185ada Binary files /dev/null and b/代码/Shop_by_qinjiaming/Shop/res/drawable/checkbox_unselect.png differ diff --git a/代码/Shop_by_qinjiaming/Shop/res/drawable/checkbox_unselect_press.png b/代码/Shop_by_qinjiaming/Shop/res/drawable/checkbox_unselect_press.png new file mode 100644 index 0000000..0bf72e9 Binary files /dev/null and b/代码/Shop_by_qinjiaming/Shop/res/drawable/checkbox_unselect_press.png differ diff --git a/代码/Shop_by_qinjiaming/Shop/res/drawable/custom_ratingbar.xml b/代码/Shop_by_qinjiaming/Shop/res/drawable/custom_ratingbar.xml new file mode 100644 index 0000000..ab2cf58 --- /dev/null +++ b/代码/Shop_by_qinjiaming/Shop/res/drawable/custom_ratingbar.xml @@ -0,0 +1,15 @@ + + + + + + + + + \ No newline at end of file diff --git a/代码/Shop_by_qinjiaming/Shop/res/drawable/ic_1.png b/代码/Shop_by_qinjiaming/Shop/res/drawable/ic_1.png new file mode 100644 index 0000000..9ccc4da Binary files /dev/null and b/代码/Shop_by_qinjiaming/Shop/res/drawable/ic_1.png differ diff --git a/代码/Shop_by_qinjiaming/Shop/res/drawable/ic_2.png b/代码/Shop_by_qinjiaming/Shop/res/drawable/ic_2.png new file mode 100644 index 0000000..bc9f9ff Binary files /dev/null and b/代码/Shop_by_qinjiaming/Shop/res/drawable/ic_2.png differ diff --git a/代码/Shop_by_qinjiaming/Shop/res/drawable/ic_3.png b/代码/Shop_by_qinjiaming/Shop/res/drawable/ic_3.png new file mode 100644 index 0000000..1192560 Binary files /dev/null and b/代码/Shop_by_qinjiaming/Shop/res/drawable/ic_3.png differ diff --git a/代码/Shop_by_qinjiaming/Shop/res/drawable/ic_41.png b/代码/Shop_by_qinjiaming/Shop/res/drawable/ic_41.png new file mode 100644 index 0000000..2809275 Binary files /dev/null and b/代码/Shop_by_qinjiaming/Shop/res/drawable/ic_41.png differ diff --git a/代码/Shop_by_qinjiaming/Shop/res/drawable/ic_42.png b/代码/Shop_by_qinjiaming/Shop/res/drawable/ic_42.png new file mode 100644 index 0000000..c4c3fe5 Binary files /dev/null and b/代码/Shop_by_qinjiaming/Shop/res/drawable/ic_42.png differ diff --git a/代码/Shop_by_qinjiaming/Shop/res/drawable/ic_5.png b/代码/Shop_by_qinjiaming/Shop/res/drawable/ic_5.png new file mode 100644 index 0000000..32e9ab3 Binary files /dev/null and b/代码/Shop_by_qinjiaming/Shop/res/drawable/ic_5.png differ diff --git a/代码/Shop_by_qinjiaming/Shop/res/drawable/ic_6.png b/代码/Shop_by_qinjiaming/Shop/res/drawable/ic_6.png new file mode 100644 index 0000000..4172b94 Binary files /dev/null and b/代码/Shop_by_qinjiaming/Shop/res/drawable/ic_6.png differ diff --git a/代码/Shop_by_qinjiaming/Shop/res/drawable/ic_7.png b/代码/Shop_by_qinjiaming/Shop/res/drawable/ic_7.png new file mode 100644 index 0000000..ccfabb4 Binary files /dev/null and b/代码/Shop_by_qinjiaming/Shop/res/drawable/ic_7.png differ diff --git a/代码/Shop_by_qinjiaming/Shop/res/drawable/ic_8.png b/代码/Shop_by_qinjiaming/Shop/res/drawable/ic_8.png new file mode 100644 index 0000000..609d322 Binary files /dev/null and b/代码/Shop_by_qinjiaming/Shop/res/drawable/ic_8.png differ diff --git a/代码/Shop_by_qinjiaming/Shop/res/drawable/ic_app.png b/代码/Shop_by_qinjiaming/Shop/res/drawable/ic_app.png new file mode 100644 index 0000000..cb4a403 Binary files /dev/null and b/代码/Shop_by_qinjiaming/Shop/res/drawable/ic_app.png differ diff --git a/代码/Shop_by_qinjiaming/Shop/res/drawable/ic_app1.png b/代码/Shop_by_qinjiaming/Shop/res/drawable/ic_app1.png new file mode 100644 index 0000000..e53f92f Binary files /dev/null and b/代码/Shop_by_qinjiaming/Shop/res/drawable/ic_app1.png differ diff --git a/代码/Shop_by_qinjiaming/Shop/res/drawable/ic_banner1.png b/代码/Shop_by_qinjiaming/Shop/res/drawable/ic_banner1.png new file mode 100644 index 0000000..e53f92f Binary files /dev/null and b/代码/Shop_by_qinjiaming/Shop/res/drawable/ic_banner1.png differ diff --git a/代码/Shop_by_qinjiaming/Shop/res/drawable/ic_banner_hide.png b/代码/Shop_by_qinjiaming/Shop/res/drawable/ic_banner_hide.png new file mode 100644 index 0000000..cb4a403 Binary files /dev/null and b/代码/Shop_by_qinjiaming/Shop/res/drawable/ic_banner_hide.png differ diff --git a/代码/Shop_by_qinjiaming/Shop/res/drawable/ic_banner_image_default1.png b/代码/Shop_by_qinjiaming/Shop/res/drawable/ic_banner_image_default1.png new file mode 100644 index 0000000..5f4b680 Binary files /dev/null and b/代码/Shop_by_qinjiaming/Shop/res/drawable/ic_banner_image_default1.png differ diff --git a/代码/Shop_by_qinjiaming/Shop/res/drawable/ic_banner_image_default11.png b/代码/Shop_by_qinjiaming/Shop/res/drawable/ic_banner_image_default11.png new file mode 100644 index 0000000..48b457e Binary files /dev/null and b/代码/Shop_by_qinjiaming/Shop/res/drawable/ic_banner_image_default11.png differ diff --git a/代码/Shop_by_qinjiaming/Shop/res/drawable/ic_banner_image_default2.png b/代码/Shop_by_qinjiaming/Shop/res/drawable/ic_banner_image_default2.png new file mode 100644 index 0000000..51cdab6 Binary files /dev/null and b/代码/Shop_by_qinjiaming/Shop/res/drawable/ic_banner_image_default2.png differ diff --git a/代码/Shop_by_qinjiaming/Shop/res/drawable/ic_banner_image_default22.png b/代码/Shop_by_qinjiaming/Shop/res/drawable/ic_banner_image_default22.png new file mode 100644 index 0000000..90c6304 Binary files /dev/null and b/代码/Shop_by_qinjiaming/Shop/res/drawable/ic_banner_image_default22.png differ diff --git a/代码/Shop_by_qinjiaming/Shop/res/drawable/ic_banner_image_default3.png b/代码/Shop_by_qinjiaming/Shop/res/drawable/ic_banner_image_default3.png new file mode 100644 index 0000000..9c265c7 Binary files /dev/null and b/代码/Shop_by_qinjiaming/Shop/res/drawable/ic_banner_image_default3.png differ diff --git a/代码/Shop_by_qinjiaming/Shop/res/drawable/ic_banner_image_default4.png b/代码/Shop_by_qinjiaming/Shop/res/drawable/ic_banner_image_default4.png new file mode 100644 index 0000000..a2a3229 Binary files /dev/null and b/代码/Shop_by_qinjiaming/Shop/res/drawable/ic_banner_image_default4.png differ diff --git a/代码/Shop_by_qinjiaming/Shop/res/drawable/ic_banner_image_default55.png b/代码/Shop_by_qinjiaming/Shop/res/drawable/ic_banner_image_default55.png new file mode 100644 index 0000000..4ce9b4f Binary files /dev/null and b/代码/Shop_by_qinjiaming/Shop/res/drawable/ic_banner_image_default55.png differ diff --git a/代码/Shop_by_qinjiaming/Shop/res/drawable/ic_banner_image_default77.png b/代码/Shop_by_qinjiaming/Shop/res/drawable/ic_banner_image_default77.png new file mode 100644 index 0000000..49bda9c Binary files /dev/null and b/代码/Shop_by_qinjiaming/Shop/res/drawable/ic_banner_image_default77.png differ diff --git a/代码/Shop_by_qinjiaming/Shop/res/drawable/ic_breakfast.png b/代码/Shop_by_qinjiaming/Shop/res/drawable/ic_breakfast.png new file mode 100644 index 0000000..82a0eae Binary files /dev/null and b/代码/Shop_by_qinjiaming/Shop/res/drawable/ic_breakfast.png differ diff --git a/代码/Shop_by_qinjiaming/Shop/res/drawable/ic_car.png b/代码/Shop_by_qinjiaming/Shop/res/drawable/ic_car.png new file mode 100644 index 0000000..f6e6b53 Binary files /dev/null and b/代码/Shop_by_qinjiaming/Shop/res/drawable/ic_car.png differ diff --git a/代码/Shop_by_qinjiaming/Shop/res/drawable/ic_date.png b/代码/Shop_by_qinjiaming/Shop/res/drawable/ic_date.png new file mode 100644 index 0000000..1ce7f73 Binary files /dev/null and b/代码/Shop_by_qinjiaming/Shop/res/drawable/ic_date.png differ diff --git a/代码/Shop_by_qinjiaming/Shop/res/drawable/ic_hbut.png b/代码/Shop_by_qinjiaming/Shop/res/drawable/ic_hbut.png new file mode 100644 index 0000000..dfc211b Binary files /dev/null and b/代码/Shop_by_qinjiaming/Shop/res/drawable/ic_hbut.png differ diff --git a/代码/Shop_by_qinjiaming/Shop/res/drawable/ic_hide.png b/代码/Shop_by_qinjiaming/Shop/res/drawable/ic_hide.png new file mode 100644 index 0000000..f6b6fb9 Binary files /dev/null and b/代码/Shop_by_qinjiaming/Shop/res/drawable/ic_hide.png differ diff --git a/代码/Shop_by_qinjiaming/Shop/res/drawable/ic_loc.png b/代码/Shop_by_qinjiaming/Shop/res/drawable/ic_loc.png new file mode 100644 index 0000000..080c76a Binary files /dev/null and b/代码/Shop_by_qinjiaming/Shop/res/drawable/ic_loc.png differ diff --git a/代码/Shop_by_qinjiaming/Shop/res/drawable/ic_menu_copy_holo_light.png b/代码/Shop_by_qinjiaming/Shop/res/drawable/ic_menu_copy_holo_light.png new file mode 100644 index 0000000..0dd8865 Binary files /dev/null and b/代码/Shop_by_qinjiaming/Shop/res/drawable/ic_menu_copy_holo_light.png differ diff --git a/代码/Shop_by_qinjiaming/Shop/res/drawable/ic_menu_find_holo_light.png b/代码/Shop_by_qinjiaming/Shop/res/drawable/ic_menu_find_holo_light.png new file mode 100644 index 0000000..efee6df Binary files /dev/null and b/代码/Shop_by_qinjiaming/Shop/res/drawable/ic_menu_find_holo_light.png differ diff --git a/代码/Shop_by_qinjiaming/Shop/res/drawable/ic_menu_info_details.png b/代码/Shop_by_qinjiaming/Shop/res/drawable/ic_menu_info_details.png new file mode 100644 index 0000000..6a7a1e9 Binary files /dev/null and b/代码/Shop_by_qinjiaming/Shop/res/drawable/ic_menu_info_details.png differ diff --git a/代码/Shop_by_qinjiaming/Shop/res/drawable/ic_menu_myplaces.png b/代码/Shop_by_qinjiaming/Shop/res/drawable/ic_menu_myplaces.png new file mode 100644 index 0000000..ade7532 Binary files /dev/null and b/代码/Shop_by_qinjiaming/Shop/res/drawable/ic_menu_myplaces.png differ diff --git a/代码/Shop_by_qinjiaming/Shop/res/drawable/ic_menu_notifications.png b/代码/Shop_by_qinjiaming/Shop/res/drawable/ic_menu_notifications.png new file mode 100644 index 0000000..ded4323 Binary files /dev/null and b/代码/Shop_by_qinjiaming/Shop/res/drawable/ic_menu_notifications.png differ diff --git a/代码/Shop_by_qinjiaming/Shop/res/drawable/ic_menu_share.png b/代码/Shop_by_qinjiaming/Shop/res/drawable/ic_menu_share.png new file mode 100644 index 0000000..2837615 Binary files /dev/null and b/代码/Shop_by_qinjiaming/Shop/res/drawable/ic_menu_share.png differ diff --git a/代码/Shop_by_qinjiaming/Shop/res/drawable/ic_mine.png b/代码/Shop_by_qinjiaming/Shop/res/drawable/ic_mine.png new file mode 100644 index 0000000..08e701b Binary files /dev/null and b/代码/Shop_by_qinjiaming/Shop/res/drawable/ic_mine.png differ diff --git a/代码/Shop_by_qinjiaming/Shop/res/drawable/ic_page_indicator.png b/代码/Shop_by_qinjiaming/Shop/res/drawable/ic_page_indicator.png new file mode 100644 index 0000000..6204a24 Binary files /dev/null and b/代码/Shop_by_qinjiaming/Shop/res/drawable/ic_page_indicator.png differ diff --git a/代码/Shop_by_qinjiaming/Shop/res/drawable/ic_page_indicator_focused.png b/代码/Shop_by_qinjiaming/Shop/res/drawable/ic_page_indicator_focused.png new file mode 100644 index 0000000..f75c2e1 Binary files /dev/null and b/代码/Shop_by_qinjiaming/Shop/res/drawable/ic_page_indicator_focused.png differ diff --git a/代码/Shop_by_qinjiaming/Shop/res/drawable/ic_phone.png b/代码/Shop_by_qinjiaming/Shop/res/drawable/ic_phone.png new file mode 100644 index 0000000..91d3d2b Binary files /dev/null and b/代码/Shop_by_qinjiaming/Shop/res/drawable/ic_phone.png differ diff --git a/代码/Shop_by_qinjiaming/Shop/res/drawable/ic_phone2.png b/代码/Shop_by_qinjiaming/Shop/res/drawable/ic_phone2.png new file mode 100644 index 0000000..19c6769 Binary files /dev/null and b/代码/Shop_by_qinjiaming/Shop/res/drawable/ic_phone2.png differ diff --git a/代码/Shop_by_qinjiaming/Shop/res/drawable/ic_phone3.png b/代码/Shop_by_qinjiaming/Shop/res/drawable/ic_phone3.png new file mode 100644 index 0000000..c3c55dc Binary files /dev/null and b/代码/Shop_by_qinjiaming/Shop/res/drawable/ic_phone3.png differ diff --git a/代码/Shop_by_qinjiaming/Shop/res/drawable/ic_sale.png b/代码/Shop_by_qinjiaming/Shop/res/drawable/ic_sale.png new file mode 100644 index 0000000..1c4518e Binary files /dev/null and b/代码/Shop_by_qinjiaming/Shop/res/drawable/ic_sale.png differ diff --git a/代码/Shop_by_qinjiaming/Shop/res/drawable/ic_search.png b/代码/Shop_by_qinjiaming/Shop/res/drawable/ic_search.png new file mode 100644 index 0000000..9f6df03 Binary files /dev/null and b/代码/Shop_by_qinjiaming/Shop/res/drawable/ic_search.png differ diff --git a/代码/Shop_by_qinjiaming/Shop/res/drawable/ic_shelf_category_divider.png b/代码/Shop_by_qinjiaming/Shop/res/drawable/ic_shelf_category_divider.png new file mode 100644 index 0000000..836688a Binary files /dev/null and b/代码/Shop_by_qinjiaming/Shop/res/drawable/ic_shelf_category_divider.png differ diff --git a/代码/Shop_by_qinjiaming/Shop/res/drawable/ic_shop.png b/代码/Shop_by_qinjiaming/Shop/res/drawable/ic_shop.png new file mode 100644 index 0000000..129e2c2 Binary files /dev/null and b/代码/Shop_by_qinjiaming/Shop/res/drawable/ic_shop.png differ diff --git a/代码/Shop_by_qinjiaming/Shop/res/drawable/ic_shop_info_bg.jpg b/代码/Shop_by_qinjiaming/Shop/res/drawable/ic_shop_info_bg.jpg new file mode 100644 index 0000000..2d84e7c Binary files /dev/null and b/代码/Shop_by_qinjiaming/Shop/res/drawable/ic_shop_info_bg.jpg differ diff --git a/代码/Shop_by_qinjiaming/Shop/res/drawable/ic_shop_info_bg2.jpg b/代码/Shop_by_qinjiaming/Shop/res/drawable/ic_shop_info_bg2.jpg new file mode 100644 index 0000000..566f0e1 Binary files /dev/null and b/代码/Shop_by_qinjiaming/Shop/res/drawable/ic_shop_info_bg2.jpg differ diff --git a/代码/Shop_by_qinjiaming/Shop/res/drawable/ic_shop_info_bg22.jpg b/代码/Shop_by_qinjiaming/Shop/res/drawable/ic_shop_info_bg22.jpg new file mode 100644 index 0000000..9ec3fd3 Binary files /dev/null and b/代码/Shop_by_qinjiaming/Shop/res/drawable/ic_shop_info_bg22.jpg differ diff --git a/代码/Shop_by_qinjiaming/Shop/res/drawable/ic_star_no.png b/代码/Shop_by_qinjiaming/Shop/res/drawable/ic_star_no.png new file mode 100644 index 0000000..303c979 Binary files /dev/null and b/代码/Shop_by_qinjiaming/Shop/res/drawable/ic_star_no.png differ diff --git a/代码/Shop_by_qinjiaming/Shop/res/drawable/ic_star_yes.png b/代码/Shop_by_qinjiaming/Shop/res/drawable/ic_star_yes.png new file mode 100644 index 0000000..add85d5 Binary files /dev/null and b/代码/Shop_by_qinjiaming/Shop/res/drawable/ic_star_yes.png differ diff --git a/代码/Shop_by_qinjiaming/Shop/res/drawable/login_button.png b/代码/Shop_by_qinjiaming/Shop/res/drawable/login_button.png new file mode 100644 index 0000000..756a4ce Binary files /dev/null and b/代码/Shop_by_qinjiaming/Shop/res/drawable/login_button.png differ diff --git a/代码/Shop_by_qinjiaming/Shop/res/drawable/login_button_select.png b/代码/Shop_by_qinjiaming/Shop/res/drawable/login_button_select.png new file mode 100644 index 0000000..5e946a4 Binary files /dev/null and b/代码/Shop_by_qinjiaming/Shop/res/drawable/login_button_select.png differ diff --git a/代码/Shop_by_qinjiaming/Shop/res/drawable/qq.png b/代码/Shop_by_qinjiaming/Shop/res/drawable/qq.png new file mode 100644 index 0000000..c65c220 Binary files /dev/null and b/代码/Shop_by_qinjiaming/Shop/res/drawable/qq.png differ diff --git a/代码/Shop_by_qinjiaming/Shop/res/drawable/shap_circle.xml b/代码/Shop_by_qinjiaming/Shop/res/drawable/shap_circle.xml new file mode 100644 index 0000000..5da73a6 --- /dev/null +++ b/代码/Shop_by_qinjiaming/Shop/res/drawable/shap_circle.xml @@ -0,0 +1,16 @@ + + + + + + + + + + + + + diff --git a/代码/Shop_by_qinjiaming/Shop/res/drawable/shap_divider.xml b/代码/Shop_by_qinjiaming/Shop/res/drawable/shap_divider.xml new file mode 100644 index 0000000..01c2205 --- /dev/null +++ b/代码/Shop_by_qinjiaming/Shop/res/drawable/shap_divider.xml @@ -0,0 +1,10 @@ + + + + + + + diff --git a/代码/Shop_by_qinjiaming/Shop/res/drawable/shape_color_frame.xml b/代码/Shop_by_qinjiaming/Shop/res/drawable/shape_color_frame.xml new file mode 100644 index 0000000..43ddd6e --- /dev/null +++ b/代码/Shop_by_qinjiaming/Shop/res/drawable/shape_color_frame.xml @@ -0,0 +1,13 @@ + + + + + + + + + diff --git a/代码/Shop_by_qinjiaming/Shop/res/drawable/shape_grid_item.xml b/代码/Shop_by_qinjiaming/Shop/res/drawable/shape_grid_item.xml new file mode 100644 index 0000000..2f9482e --- /dev/null +++ b/代码/Shop_by_qinjiaming/Shop/res/drawable/shape_grid_item.xml @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/代码/Shop_by_qinjiaming/Shop/res/drawable/shape_left_radius_color_square.xml b/代码/Shop_by_qinjiaming/Shop/res/drawable/shape_left_radius_color_square.xml new file mode 100644 index 0000000..7c6d37b --- /dev/null +++ b/代码/Shop_by_qinjiaming/Shop/res/drawable/shape_left_radius_color_square.xml @@ -0,0 +1,13 @@ + + + + + + + + diff --git a/代码/Shop_by_qinjiaming/Shop/res/drawable/shape_radius.xml b/代码/Shop_by_qinjiaming/Shop/res/drawable/shape_radius.xml new file mode 100644 index 0000000..ac0596b --- /dev/null +++ b/代码/Shop_by_qinjiaming/Shop/res/drawable/shape_radius.xml @@ -0,0 +1,7 @@ + + + + + + diff --git a/代码/Shop_by_qinjiaming/Shop/res/drawable/shape_radius_color_square.xml b/代码/Shop_by_qinjiaming/Shop/res/drawable/shape_radius_color_square.xml new file mode 100644 index 0000000..6693a5e --- /dev/null +++ b/代码/Shop_by_qinjiaming/Shop/res/drawable/shape_radius_color_square.xml @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/代码/Shop_by_qinjiaming/Shop/res/drawable/shape_radius_square.xml b/代码/Shop_by_qinjiaming/Shop/res/drawable/shape_radius_square.xml new file mode 100644 index 0000000..041ac07 --- /dev/null +++ b/代码/Shop_by_qinjiaming/Shop/res/drawable/shape_radius_square.xml @@ -0,0 +1,10 @@ + + + + + + + + + diff --git a/代码/Shop_by_qinjiaming/Shop/res/drawable/splash.png b/代码/Shop_by_qinjiaming/Shop/res/drawable/splash.png new file mode 100644 index 0000000..e9755b2 Binary files /dev/null and b/代码/Shop_by_qinjiaming/Shop/res/drawable/splash.png differ diff --git a/代码/Shop_by_qinjiaming/Shop/res/drawable/star_img1.jpg b/代码/Shop_by_qinjiaming/Shop/res/drawable/star_img1.jpg new file mode 100644 index 0000000..e0692fb Binary files /dev/null and b/代码/Shop_by_qinjiaming/Shop/res/drawable/star_img1.jpg differ diff --git a/代码/Shop_by_qinjiaming/Shop/res/drawable/star_img2.jpg b/代码/Shop_by_qinjiaming/Shop/res/drawable/star_img2.jpg new file mode 100644 index 0000000..391c24d Binary files /dev/null and b/代码/Shop_by_qinjiaming/Shop/res/drawable/star_img2.jpg differ diff --git a/代码/Shop_by_qinjiaming/Shop/res/drawable/star_img3.jpg b/代码/Shop_by_qinjiaming/Shop/res/drawable/star_img3.jpg new file mode 100644 index 0000000..db58906 Binary files /dev/null and b/代码/Shop_by_qinjiaming/Shop/res/drawable/star_img3.jpg differ diff --git a/代码/Shop_by_qinjiaming/Shop/res/drawable/star_img4.jpg b/代码/Shop_by_qinjiaming/Shop/res/drawable/star_img4.jpg new file mode 100644 index 0000000..eb52ecd Binary files /dev/null and b/代码/Shop_by_qinjiaming/Shop/res/drawable/star_img4.jpg differ diff --git a/代码/Shop_by_qinjiaming/Shop/res/drawable/star_img5.jpg b/代码/Shop_by_qinjiaming/Shop/res/drawable/star_img5.jpg new file mode 100644 index 0000000..8b48b57 Binary files /dev/null and b/代码/Shop_by_qinjiaming/Shop/res/drawable/star_img5.jpg differ diff --git a/代码/Shop_by_qinjiaming/Shop/res/drawable/tab_bg_selector.xml b/代码/Shop_by_qinjiaming/Shop/res/drawable/tab_bg_selector.xml new file mode 100644 index 0000000..8efcdbf --- /dev/null +++ b/代码/Shop_by_qinjiaming/Shop/res/drawable/tab_bg_selector.xml @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/代码/Shop_by_qinjiaming/Shop/res/drawable/welcome_background.jpg b/代码/Shop_by_qinjiaming/Shop/res/drawable/welcome_background.jpg new file mode 100644 index 0000000..e9755b2 Binary files /dev/null and b/代码/Shop_by_qinjiaming/Shop/res/drawable/welcome_background.jpg differ diff --git a/代码/Shop_by_qinjiaming/Shop/res/layout/activity_about.xml b/代码/Shop_by_qinjiaming/Shop/res/layout/activity_about.xml new file mode 100644 index 0000000..43e2ee5 --- /dev/null +++ b/代码/Shop_by_qinjiaming/Shop/res/layout/activity_about.xml @@ -0,0 +1,63 @@ + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/代码/Shop_by_qinjiaming/Shop/res/layout/activity_award.xml b/代码/Shop_by_qinjiaming/Shop/res/layout/activity_award.xml new file mode 100644 index 0000000..d7c8743 --- /dev/null +++ b/代码/Shop_by_qinjiaming/Shop/res/layout/activity_award.xml @@ -0,0 +1,68 @@ + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/代码/Shop_by_qinjiaming/Shop/res/layout/activity_base.xml b/代码/Shop_by_qinjiaming/Shop/res/layout/activity_base.xml new file mode 100644 index 0000000..3fe3662 --- /dev/null +++ b/代码/Shop_by_qinjiaming/Shop/res/layout/activity_base.xml @@ -0,0 +1,29 @@ + + + + + + + + + + + + + + \ No newline at end of file diff --git a/代码/Shop_by_qinjiaming/Shop/res/layout/activity_bxt.xml b/代码/Shop_by_qinjiaming/Shop/res/layout/activity_bxt.xml new file mode 100644 index 0000000..dc32da0 --- /dev/null +++ b/代码/Shop_by_qinjiaming/Shop/res/layout/activity_bxt.xml @@ -0,0 +1,19 @@ + + + + + + + + + + + + \ No newline at end of file diff --git a/代码/Shop_by_qinjiaming/Shop/res/layout/activity_bxt_news.xml b/代码/Shop_by_qinjiaming/Shop/res/layout/activity_bxt_news.xml new file mode 100644 index 0000000..56290df --- /dev/null +++ b/代码/Shop_by_qinjiaming/Shop/res/layout/activity_bxt_news.xml @@ -0,0 +1,189 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/代码/Shop_by_qinjiaming/Shop/res/layout/activity_car.xml b/代码/Shop_by_qinjiaming/Shop/res/layout/activity_car.xml new file mode 100644 index 0000000..9ec7023 --- /dev/null +++ b/代码/Shop_by_qinjiaming/Shop/res/layout/activity_car.xml @@ -0,0 +1,23 @@ + + + + + + + + + diff --git a/代码/Shop_by_qinjiaming/Shop/res/layout/activity_classroom.xml b/代码/Shop_by_qinjiaming/Shop/res/layout/activity_classroom.xml new file mode 100644 index 0000000..c6c244d --- /dev/null +++ b/代码/Shop_by_qinjiaming/Shop/res/layout/activity_classroom.xml @@ -0,0 +1,19 @@ + + + + + + + + + \ No newline at end of file diff --git a/代码/Shop_by_qinjiaming/Shop/res/layout/activity_feedback.xml b/代码/Shop_by_qinjiaming/Shop/res/layout/activity_feedback.xml new file mode 100644 index 0000000..cb08bab --- /dev/null +++ b/代码/Shop_by_qinjiaming/Shop/res/layout/activity_feedback.xml @@ -0,0 +1,30 @@ + + + + + + + +