diff --git a/.gitignore b/.gitignore
deleted file mode 100644
index aa724b7..0000000
--- a/.gitignore
+++ /dev/null
@@ -1,15 +0,0 @@
-*.iml
-.gradle
-/local.properties
-/.idea/caches
-/.idea/libraries
-/.idea/modules.xml
-/.idea/workspace.xml
-/.idea/navEditor.xml
-/.idea/assetWizardSettings.xml
-.DS_Store
-/build
-/captures
-.externalNativeBuild
-.cxx
-local.properties
diff --git a/.idea/.gitignore b/.idea/.gitignore
deleted file mode 100644
index 359bb53..0000000
--- a/.idea/.gitignore
+++ /dev/null
@@ -1,3 +0,0 @@
-# 默认忽略的文件
-/shelf/
-/workspace.xml
diff --git a/.idea/.name b/.idea/.name
deleted file mode 100644
index baaea39..0000000
--- a/.idea/.name
+++ /dev/null
@@ -1 +0,0 @@
-Fruit
\ No newline at end of file
diff --git a/.idea/compiler.xml b/.idea/compiler.xml
deleted file mode 100644
index fb7f4a8..0000000
--- a/.idea/compiler.xml
+++ /dev/null
@@ -1,6 +0,0 @@
-
-
-
-
-
-
\ No newline at end of file
diff --git a/.idea/deploymentTargetDropDown.xml b/.idea/deploymentTargetDropDown.xml
deleted file mode 100644
index c3c32a8..0000000
--- a/.idea/deploymentTargetDropDown.xml
+++ /dev/null
@@ -1,17 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/.idea/gradle.xml b/.idea/gradle.xml
deleted file mode 100644
index a2d7c21..0000000
--- a/.idea/gradle.xml
+++ /dev/null
@@ -1,19 +0,0 @@
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/.idea/misc.xml b/.idea/misc.xml
deleted file mode 100644
index 2a4d5b5..0000000
--- a/.idea/misc.xml
+++ /dev/null
@@ -1,9 +0,0 @@
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/.idea/vcs.xml b/.idea/vcs.xml
deleted file mode 100644
index 35eb1dd..0000000
--- a/.idea/vcs.xml
+++ /dev/null
@@ -1,6 +0,0 @@
-
-
-
-
-
-
\ No newline at end of file
diff --git a/app/.gitignore b/app/.gitignore
deleted file mode 100644
index 42afabf..0000000
--- a/app/.gitignore
+++ /dev/null
@@ -1 +0,0 @@
-/build
\ No newline at end of file
diff --git a/app/build.gradle b/app/build.gradle
deleted file mode 100644
index 3a9f38b..0000000
--- a/app/build.gradle
+++ /dev/null
@@ -1,38 +0,0 @@
-plugins {
- id 'com.android.application'
-}
-
-android {
- compileSdk 33
-
- defaultConfig {
- applicationId "com.example.ceshi"
- minSdk 23
- targetSdk 33
- versionCode 1
- versionName "1.0"
-
- testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
- }
-
- buildTypes {
- release {
- minifyEnabled false
- proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), 'proguard-rules.pro'
- }
- }
- compileOptions {
- sourceCompatibility JavaVersion.VERSION_1_8
- targetCompatibility JavaVersion.VERSION_1_8
- }
-}
-
-dependencies {
-
- implementation 'androidx.appcompat:appcompat:1.3.0'
- implementation 'com.google.android.material:material:1.4.0'
- implementation 'androidx.constraintlayout:constraintlayout:2.0.4'
- testImplementation 'junit:junit:4.13.2'
- androidTestImplementation 'androidx.test.ext:junit:1.1.3'
- androidTestImplementation 'androidx.test.espresso:espresso-core:3.4.0'
-}
\ No newline at end of file
diff --git a/app/proguard-rules.pro b/app/proguard-rules.pro
deleted file mode 100644
index 481bb43..0000000
--- a/app/proguard-rules.pro
+++ /dev/null
@@ -1,21 +0,0 @@
-# Add project specific ProGuard rules here.
-# You can control the set of applied configuration files using the
-# proguardFiles setting in build.gradle.
-#
-# For more details, see
-# http://developer.android.com/guide/developing/tools/proguard.html
-
-# 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 *;
-#}
-
-# Uncomment this to preserve the line number information for
-# debugging stack traces.
-#-keepattributes SourceFile,LineNumberTable
-
-# If you keep the line number information, uncomment this to
-# hide the original source file name.
-#-renamesourcefileattribute SourceFile
\ No newline at end of file
diff --git a/app/release/app-release.apk b/app/release/app-release.apk
deleted file mode 100644
index 7749c52..0000000
Binary files a/app/release/app-release.apk and /dev/null differ
diff --git a/app/release/output-metadata.json b/app/release/output-metadata.json
deleted file mode 100644
index 9b578b9..0000000
--- a/app/release/output-metadata.json
+++ /dev/null
@@ -1,20 +0,0 @@
-{
- "version": 3,
- "artifactType": {
- "type": "APK",
- "kind": "Directory"
- },
- "applicationId": "com.example.ceshi",
- "variantName": "release",
- "elements": [
- {
- "type": "SINGLE",
- "filters": [],
- "attributes": [],
- "versionCode": 1,
- "versionName": "1.0",
- "outputFile": "app-release.apk"
- }
- ],
- "elementType": "File"
-}
\ No newline at end of file
diff --git a/app/src/androidTest/java/com/example/ceshi/ExampleInstrumentedTest.java b/app/src/androidTest/java/com/example/ceshi/ExampleInstrumentedTest.java
deleted file mode 100644
index 095c030..0000000
--- a/app/src/androidTest/java/com/example/ceshi/ExampleInstrumentedTest.java
+++ /dev/null
@@ -1,25 +0,0 @@
-package com.example.ceshi;
-
-import android.content.Context;
-import androidx.test.platform.app.InstrumentationRegistry;
-import androidx.test.ext.junit.runners.AndroidJUnit4;
-
-import org.junit.Test;
-import org.junit.runner.RunWith;
-
-import static org.junit.Assert.*;
-
-/**
- * Instrumented test, which will execute on an Android device.
- *
- * @see Testing documentation
- */
-@RunWith(AndroidJUnit4.class)
-public class ExampleInstrumentedTest {
- @Test
- public void useAppContext() {
- // Context of the app under test.
- Context appContext = InstrumentationRegistry.getInstrumentation().getTargetContext();
- assertEquals("com.example.ceshi", appContext.getPackageName());
- }
-}
\ No newline at end of file
diff --git a/app/src/androidTest/java/com/example/myapplication/ExampleInstrumentedTest.java b/app/src/androidTest/java/com/example/myapplication/ExampleInstrumentedTest.java
deleted file mode 100644
index 34e2ef1..0000000
--- a/app/src/androidTest/java/com/example/myapplication/ExampleInstrumentedTest.java
+++ /dev/null
@@ -1,25 +0,0 @@
-package com.example.myapplication;
-
-import android.content.Context;
-import androidx.test.platform.app.InstrumentationRegistry;
-import androidx.test.ext.junit.runners.AndroidJUnit4;
-
-import org.junit.Test;
-import org.junit.runner.RunWith;
-
-import static org.junit.Assert.*;
-
-/**
- * Instrumented test, which will execute on an Android device.
- *
- * @see Testing documentation
- */
-@RunWith(AndroidJUnit4.class)
-public class ExampleInstrumentedTest {
- @Test
- public void useAppContext() {
- // Context of the app under test.
- Context appContext = InstrumentationRegistry.getInstrumentation().getTargetContext();
- assertEquals("com.example.myapplication", appContext.getPackageName());
- }
-}
\ No newline at end of file
diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml
deleted file mode 100644
index 12e1eaf..0000000
--- a/app/src/main/AndroidManifest.xml
+++ /dev/null
@@ -1,44 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/app/src/main/java/com/example/ceshi/Main_activity.java b/app/src/main/java/com/example/ceshi/Main_activity.java
deleted file mode 100644
index efdf145..0000000
--- a/app/src/main/java/com/example/ceshi/Main_activity.java
+++ /dev/null
@@ -1,63 +0,0 @@
-package com.example.ceshi;
-
-import android.content.Intent;
-import android.view.View;
-import android.widget.Button;
-import androidx.appcompat.app.AppCompatActivity;
-import android.os.Bundle;
-
-public class Main_activity extends AppCompatActivity {
-
- @Override
- protected void onCreate(Bundle savedInstanceState) {
- super.onCreate(savedInstanceState);
- setContentView(R.layout.main_view);
-
- //获取按钮
- Button button = findViewById(R.id.button);
- Button button2 = findViewById(R.id.button2);
- Button button3 = findViewById(R.id.button3);
- Button button4 = findViewById(R.id.button4);
- //按钮进行监听
- button.setOnClickListener(new View.OnClickListener() {
- @Override
- public void onClick(View v) {
- //监听按钮,如果点击,就跳转
- Intent intent = new Intent();
- //前一个(MainActivity.this)是目前页面,后面一个是要跳转的下一个页面
- intent.setClass(Main_activity.this,second.class);
- startActivity(intent);
- }
- });
- button2.setOnClickListener(new View.OnClickListener() {
- @Override
- public void onClick(View v) {
- //监听按钮,如果点击,就跳转
- Intent intent = new Intent();
- //前一个(MainActivity.this)是目前页面,后面一个是要跳转的下一个页面
- intent.setClass(Main_activity.this,third.class);
- startActivity(intent);
- }
- });
- button3.setOnClickListener(new View.OnClickListener() {
- @Override
- public void onClick(View v) {
- //监听按钮,如果点击,就跳转
- Intent intent = new Intent();
- //前一个(MainActivity.this)是目前页面,后面一个是要跳转的下一个页面
- intent.setClass(Main_activity.this, Shoot_activity.class);
- startActivity(intent);
- }
- });
- button4.setOnClickListener(new View.OnClickListener() {
- @Override
- public void onClick(View v) {
- //监听按钮,如果点击,就跳转
- Intent intent = new Intent();
- //前一个(MainActivity.this)是目前页面,后面一个是要跳转的下一个页面
- intent.setClass(Main_activity.this, collection.class);
- startActivity(intent);
- }
- });
- }
-}
diff --git a/app/src/main/java/com/example/ceshi/Shoot_activity.java b/app/src/main/java/com/example/ceshi/Shoot_activity.java
deleted file mode 100644
index 37c989c..0000000
--- a/app/src/main/java/com/example/ceshi/Shoot_activity.java
+++ /dev/null
@@ -1,73 +0,0 @@
-package com.example.ceshi;
-import androidx.appcompat.app.AppCompatActivity;
-import androidx.core.content.FileProvider;
-
-import android.content.Intent;
-import android.graphics.Bitmap;
-import android.graphics.BitmapFactory;
-import android.net.Uri;
-import android.os.Build;
-import android.os.Bundle;
-import android.provider.MediaStore;
-import android.view.View;
-import android.widget.Button;
-import android.widget.ImageView;
-
-import java.io.File;
-import java.io.FileNotFoundException;
-import java.io.IOException;
-
-public class Shoot_activity extends AppCompatActivity {
- final int TAKE_PHOTO=1;
- ImageView iv_photo;
- Uri imageUri;
- @Override
- protected void onCreate(Bundle savedInstanceState) {
- super.onCreate(savedInstanceState);
- setContentView(R.layout.fourview);
- Button btn_1=findViewById(R.id.btn_takephoto);
- iv_photo=findViewById(R.id.img_photo);
- btn_1.setOnClickListener(new View.OnClickListener() {
- @Override
- public void onClick(View v) {
- File output=new File(getExternalCacheDir(),"output_image.jpg");
- try {
- if (output.exists()){
- output.delete();
- }
- output.createNewFile();
- }catch (IOException e){
- e.printStackTrace();
- }
- if (Build.VERSION.SDK_INT>=24){
-//图片的保存路径
- imageUri= FileProvider.getUriForFile(Shoot_activity.this,"com.example.takephoto.fileprovider",output);
- }
- else { imageUri=Uri.fromFile(output);}
- //跳转界面到系统自带的拍照界面
- Intent intent=new Intent("android.media.action.IMAGE_CAPTURE");
- intent.putExtra(MediaStore.EXTRA_OUTPUT,imageUri);
- startActivityForResult(intent,TAKE_PHOTO);
- }
- });
- }
- protected void onActivityResult(int requestCode,int resultCode,Intent data) {
- super.onActivityResult(requestCode, resultCode, data);
- switch (requestCode){
- case TAKE_PHOTO:
- if (resultCode==RESULT_OK){
- // 使用try让程序运行在内报错
- try {
- //将图片保存
- Bitmap bitmap= BitmapFactory.decodeStream(getContentResolver().openInputStream(imageUri));
- iv_photo.setImageBitmap(bitmap);
- }catch (FileNotFoundException e){
- e.printStackTrace();
- }
- }
- break;
- default:break;
- }
- }
-
-}
\ No newline at end of file
diff --git a/app/src/main/java/com/example/ceshi/collection.java b/app/src/main/java/com/example/ceshi/collection.java
deleted file mode 100644
index 82ec4aa..0000000
--- a/app/src/main/java/com/example/ceshi/collection.java
+++ /dev/null
@@ -1,12 +0,0 @@
-package com.example.ceshi;
-
-import androidx.appcompat.app.AppCompatActivity;
-import android.os.Bundle;
-public class collection extends AppCompatActivity {
-
- @Override
- protected void onCreate(Bundle savedInstanceState) {
- super.onCreate(savedInstanceState);
- setContentView(R.layout.collview);
- }
-}
\ No newline at end of file
diff --git a/app/src/main/java/com/example/ceshi/second.java b/app/src/main/java/com/example/ceshi/second.java
deleted file mode 100644
index fec8f44..0000000
--- a/app/src/main/java/com/example/ceshi/second.java
+++ /dev/null
@@ -1,13 +0,0 @@
-package com.example.ceshi;
-
-import androidx.appcompat.app.AppCompatActivity;
-import android.os.Bundle;
-
-public class second extends AppCompatActivity {
-
- @Override
- protected void onCreate(Bundle savedInstanceState) {
- super.onCreate(savedInstanceState);
- setContentView(R.layout.secondview);
- }
-}
\ No newline at end of file
diff --git a/app/src/main/java/com/example/ceshi/third.java b/app/src/main/java/com/example/ceshi/third.java
deleted file mode 100644
index 5a81459..0000000
--- a/app/src/main/java/com/example/ceshi/third.java
+++ /dev/null
@@ -1,13 +0,0 @@
-package com.example.ceshi;
-
-import androidx.appcompat.app.AppCompatActivity;
-import android.os.Bundle;
-
-public class third extends AppCompatActivity {
-
- @Override
- protected void onCreate(Bundle savedInstanceState) {
- super.onCreate(savedInstanceState);
- setContentView(R.layout.thirdview);
- }
-}
\ No newline at end of file
diff --git a/app/src/main/java/com/example/myapplication/MainActivity.java b/app/src/main/java/com/example/myapplication/MainActivity.java
deleted file mode 100644
index da25bf6..0000000
--- a/app/src/main/java/com/example/myapplication/MainActivity.java
+++ /dev/null
@@ -1,13 +0,0 @@
-package com.example.myapplication;
-
-import androidx.appcompat.app.AppCompatActivity;
-import android.os.Bundle;
-
-public class MainActivity extends AppCompatActivity {
-
- @Override
- protected void onCreate(Bundle savedInstanceState) {
- super.onCreate(savedInstanceState);
- setContentView(R.layout.activity_main);
- }
-}
\ No newline at end of file
diff --git a/app/src/main/res/anim/anim_bottom_in.xml b/app/src/main/res/anim/anim_bottom_in.xml
deleted file mode 100644
index 400200d..0000000
--- a/app/src/main/res/anim/anim_bottom_in.xml
+++ /dev/null
@@ -1,9 +0,0 @@
-
-
-
-
diff --git a/app/src/main/res/anim/anim_bottom_out.xml b/app/src/main/res/anim/anim_bottom_out.xml
deleted file mode 100644
index 7330ff3..0000000
--- a/app/src/main/res/anim/anim_bottom_out.xml
+++ /dev/null
@@ -1,9 +0,0 @@
-
-
-
-
diff --git a/app/src/main/res/anim/pop_in.xml b/app/src/main/res/anim/pop_in.xml
deleted file mode 100644
index fd9c6fa..0000000
--- a/app/src/main/res/anim/pop_in.xml
+++ /dev/null
@@ -1,10 +0,0 @@
-
-
-
-
-
\ No newline at end of file
diff --git a/app/src/main/res/anim/pop_out.xml b/app/src/main/res/anim/pop_out.xml
deleted file mode 100644
index 659cb79..0000000
--- a/app/src/main/res/anim/pop_out.xml
+++ /dev/null
@@ -1,10 +0,0 @@
-
-
-
-
-
\ No newline at end of file
diff --git a/app/src/main/res/anim/pull_arrow_down.xml b/app/src/main/res/anim/pull_arrow_down.xml
deleted file mode 100644
index 33da0d1..0000000
--- a/app/src/main/res/anim/pull_arrow_down.xml
+++ /dev/null
@@ -1,13 +0,0 @@
-
-
-
-
-
-
\ No newline at end of file
diff --git a/app/src/main/res/anim/pull_arrow_up.xml b/app/src/main/res/anim/pull_arrow_up.xml
deleted file mode 100644
index c6d1ca1..0000000
--- a/app/src/main/res/anim/pull_arrow_up.xml
+++ /dev/null
@@ -1,13 +0,0 @@
-
-
-
-
-
-
\ No newline at end of file
diff --git a/app/src/main/res/anim/rotate_animation.xml b/app/src/main/res/anim/rotate_animation.xml
deleted file mode 100644
index 7bd1881..0000000
--- a/app/src/main/res/anim/rotate_animation.xml
+++ /dev/null
@@ -1,21 +0,0 @@
-
-
-
-
-
-
\ No newline at end of file
diff --git a/app/src/main/res/anim/slide_in_bottom.xml b/app/src/main/res/anim/slide_in_bottom.xml
deleted file mode 100644
index 4859c69..0000000
--- a/app/src/main/res/anim/slide_in_bottom.xml
+++ /dev/null
@@ -1,6 +0,0 @@
-
-
\ No newline at end of file
diff --git a/app/src/main/res/anim/slide_in_top.xml b/app/src/main/res/anim/slide_in_top.xml
deleted file mode 100644
index 1802858..0000000
--- a/app/src/main/res/anim/slide_in_top.xml
+++ /dev/null
@@ -1,6 +0,0 @@
-
-
\ No newline at end of file
diff --git a/app/src/main/res/anim/slide_out_bottom.xml b/app/src/main/res/anim/slide_out_bottom.xml
deleted file mode 100644
index 38e6b98..0000000
--- a/app/src/main/res/anim/slide_out_bottom.xml
+++ /dev/null
@@ -1,6 +0,0 @@
-
-
\ No newline at end of file
diff --git a/app/src/main/res/anim/slide_out_top.xml b/app/src/main/res/anim/slide_out_top.xml
deleted file mode 100644
index adbb9aa..0000000
--- a/app/src/main/res/anim/slide_out_top.xml
+++ /dev/null
@@ -1,6 +0,0 @@
-
-
\ No newline at end of file
diff --git a/app/src/main/res/anim/splash_start.xml b/app/src/main/res/anim/splash_start.xml
deleted file mode 100644
index c18fb65..0000000
--- a/app/src/main/res/anim/splash_start.xml
+++ /dev/null
@@ -1,18 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/app/src/main/res/drawable-hdpi/about.jpg b/app/src/main/res/drawable-hdpi/about.jpg
deleted file mode 100644
index 1789c0f..0000000
Binary files a/app/src/main/res/drawable-hdpi/about.jpg and /dev/null differ
diff --git a/app/src/main/res/drawable-hdpi/about_logo.png b/app/src/main/res/drawable-hdpi/about_logo.png
deleted file mode 100644
index 171322b..0000000
Binary files a/app/src/main/res/drawable-hdpi/about_logo.png and /dev/null differ
diff --git a/app/src/main/res/drawable-hdpi/chide_collect_checked.png b/app/src/main/res/drawable-hdpi/chide_collect_checked.png
deleted file mode 100644
index f83b35a..0000000
Binary files a/app/src/main/res/drawable-hdpi/chide_collect_checked.png and /dev/null differ
diff --git a/app/src/main/res/drawable-hdpi/chide_collect_normal.png b/app/src/main/res/drawable-hdpi/chide_collect_normal.png
deleted file mode 100644
index 84de807..0000000
Binary files a/app/src/main/res/drawable-hdpi/chide_collect_normal.png and /dev/null differ
diff --git a/app/src/main/res/drawable-hdpi/chide_detail_head.png b/app/src/main/res/drawable-hdpi/chide_detail_head.png
deleted file mode 100644
index bfd6989..0000000
Binary files a/app/src/main/res/drawable-hdpi/chide_detail_head.png and /dev/null differ
diff --git a/app/src/main/res/drawable-hdpi/chide_detail_layer.png b/app/src/main/res/drawable-hdpi/chide_detail_layer.png
deleted file mode 100644
index b3c5473..0000000
Binary files a/app/src/main/res/drawable-hdpi/chide_detail_layer.png and /dev/null differ
diff --git a/app/src/main/res/drawable-hdpi/chide_like_checked.png b/app/src/main/res/drawable-hdpi/chide_like_checked.png
deleted file mode 100644
index 06780c9..0000000
Binary files a/app/src/main/res/drawable-hdpi/chide_like_checked.png and /dev/null differ
diff --git a/app/src/main/res/drawable-hdpi/chide_like_normal.png b/app/src/main/res/drawable-hdpi/chide_like_normal.png
deleted file mode 100644
index 6d2b0a5..0000000
Binary files a/app/src/main/res/drawable-hdpi/chide_like_normal.png and /dev/null differ
diff --git a/app/src/main/res/drawable-hdpi/circle.png b/app/src/main/res/drawable-hdpi/circle.png
deleted file mode 100644
index 9da1cd2..0000000
Binary files a/app/src/main/res/drawable-hdpi/circle.png and /dev/null differ
diff --git a/app/src/main/res/drawable-hdpi/close.png b/app/src/main/res/drawable-hdpi/close.png
deleted file mode 100644
index ae50fc5..0000000
Binary files a/app/src/main/res/drawable-hdpi/close.png and /dev/null differ
diff --git a/app/src/main/res/drawable-hdpi/comment_checked.png b/app/src/main/res/drawable-hdpi/comment_checked.png
deleted file mode 100644
index 3295c14..0000000
Binary files a/app/src/main/res/drawable-hdpi/comment_checked.png and /dev/null differ
diff --git a/app/src/main/res/drawable-hdpi/comment_normal.png b/app/src/main/res/drawable-hdpi/comment_normal.png
deleted file mode 100644
index 1b46a5a..0000000
Binary files a/app/src/main/res/drawable-hdpi/comment_normal.png and /dev/null differ
diff --git a/app/src/main/res/drawable-hdpi/common_back_checked.png b/app/src/main/res/drawable-hdpi/common_back_checked.png
deleted file mode 100644
index 1633858..0000000
Binary files a/app/src/main/res/drawable-hdpi/common_back_checked.png and /dev/null differ
diff --git a/app/src/main/res/drawable-hdpi/common_back_normal.png b/app/src/main/res/drawable-hdpi/common_back_normal.png
deleted file mode 100644
index b0d8698..0000000
Binary files a/app/src/main/res/drawable-hdpi/common_back_normal.png and /dev/null differ
diff --git a/app/src/main/res/drawable-hdpi/common_collect_checked.png b/app/src/main/res/drawable-hdpi/common_collect_checked.png
deleted file mode 100644
index 884e5a1..0000000
Binary files a/app/src/main/res/drawable-hdpi/common_collect_checked.png and /dev/null differ
diff --git a/app/src/main/res/drawable-hdpi/common_collect_normal.png b/app/src/main/res/drawable-hdpi/common_collect_normal.png
deleted file mode 100644
index ecb574b..0000000
Binary files a/app/src/main/res/drawable-hdpi/common_collect_normal.png and /dev/null differ
diff --git a/app/src/main/res/drawable-hdpi/common_drip_purple.png b/app/src/main/res/drawable-hdpi/common_drip_purple.png
deleted file mode 100644
index 16f31d9..0000000
Binary files a/app/src/main/res/drawable-hdpi/common_drip_purple.png and /dev/null differ
diff --git a/app/src/main/res/drawable-hdpi/common_drip_red.png b/app/src/main/res/drawable-hdpi/common_drip_red.png
deleted file mode 100644
index 62f85a4..0000000
Binary files a/app/src/main/res/drawable-hdpi/common_drip_red.png and /dev/null differ
diff --git a/app/src/main/res/drawable-hdpi/common_drip_yellow.png b/app/src/main/res/drawable-hdpi/common_drip_yellow.png
deleted file mode 100644
index 9309e47..0000000
Binary files a/app/src/main/res/drawable-hdpi/common_drip_yellow.png and /dev/null differ
diff --git a/app/src/main/res/drawable-hdpi/common_goto.png b/app/src/main/res/drawable-hdpi/common_goto.png
deleted file mode 100644
index c033091..0000000
Binary files a/app/src/main/res/drawable-hdpi/common_goto.png and /dev/null differ
diff --git a/app/src/main/res/drawable-hdpi/common_hot.png b/app/src/main/res/drawable-hdpi/common_hot.png
deleted file mode 100644
index 453e50b..0000000
Binary files a/app/src/main/res/drawable-hdpi/common_hot.png and /dev/null differ
diff --git a/app/src/main/res/drawable-hdpi/common_like_checked.png b/app/src/main/res/drawable-hdpi/common_like_checked.png
deleted file mode 100644
index bf611f0..0000000
Binary files a/app/src/main/res/drawable-hdpi/common_like_checked.png and /dev/null differ
diff --git a/app/src/main/res/drawable-hdpi/common_like_normal.png b/app/src/main/res/drawable-hdpi/common_like_normal.png
deleted file mode 100644
index 5b35564..0000000
Binary files a/app/src/main/res/drawable-hdpi/common_like_normal.png and /dev/null differ
diff --git a/app/src/main/res/drawable-hdpi/common_nd.png b/app/src/main/res/drawable-hdpi/common_nd.png
deleted file mode 100644
index 519dd7b..0000000
Binary files a/app/src/main/res/drawable-hdpi/common_nd.png and /dev/null differ
diff --git a/app/src/main/res/drawable-hdpi/common_reply_checked.png b/app/src/main/res/drawable-hdpi/common_reply_checked.png
deleted file mode 100644
index 9476aa1..0000000
Binary files a/app/src/main/res/drawable-hdpi/common_reply_checked.png and /dev/null differ
diff --git a/app/src/main/res/drawable-hdpi/common_reply_normal.png b/app/src/main/res/drawable-hdpi/common_reply_normal.png
deleted file mode 100644
index 7b8bf0b..0000000
Binary files a/app/src/main/res/drawable-hdpi/common_reply_normal.png and /dev/null differ
diff --git a/app/src/main/res/drawable-hdpi/common_slash_purple.png b/app/src/main/res/drawable-hdpi/common_slash_purple.png
deleted file mode 100644
index 8f0beb9..0000000
Binary files a/app/src/main/res/drawable-hdpi/common_slash_purple.png and /dev/null differ
diff --git a/app/src/main/res/drawable-hdpi/common_slash_red.png b/app/src/main/res/drawable-hdpi/common_slash_red.png
deleted file mode 100644
index 3bdf848..0000000
Binary files a/app/src/main/res/drawable-hdpi/common_slash_red.png and /dev/null differ
diff --git a/app/src/main/res/drawable-hdpi/common_slash_yellow.png b/app/src/main/res/drawable-hdpi/common_slash_yellow.png
deleted file mode 100644
index 979e8ae..0000000
Binary files a/app/src/main/res/drawable-hdpi/common_slash_yellow.png and /dev/null differ
diff --git a/app/src/main/res/drawable-hdpi/default_avatar.png b/app/src/main/res/drawable-hdpi/default_avatar.png
deleted file mode 100644
index 72b53e4..0000000
Binary files a/app/src/main/res/drawable-hdpi/default_avatar.png and /dev/null differ
diff --git a/app/src/main/res/drawable-hdpi/default_bg.jpg b/app/src/main/res/drawable-hdpi/default_bg.jpg
deleted file mode 100644
index 4e2f6f2..0000000
Binary files a/app/src/main/res/drawable-hdpi/default_bg.jpg and /dev/null differ
diff --git a/app/src/main/res/drawable-hdpi/difficult.png b/app/src/main/res/drawable-hdpi/difficult.png
deleted file mode 100644
index 6d94c03..0000000
Binary files a/app/src/main/res/drawable-hdpi/difficult.png and /dev/null differ
diff --git a/app/src/main/res/drawable-hdpi/difficult_nobg.png b/app/src/main/res/drawable-hdpi/difficult_nobg.png
deleted file mode 100644
index 4775705..0000000
Binary files a/app/src/main/res/drawable-hdpi/difficult_nobg.png and /dev/null differ
diff --git a/app/src/main/res/drawable-hdpi/edit_bgimg.jpg b/app/src/main/res/drawable-hdpi/edit_bgimg.jpg
deleted file mode 100644
index 6944e44..0000000
Binary files a/app/src/main/res/drawable-hdpi/edit_bgimg.jpg and /dev/null differ
diff --git a/app/src/main/res/drawable-hdpi/guangde_img.png b/app/src/main/res/drawable-hdpi/guangde_img.png
deleted file mode 100644
index 16890cb..0000000
Binary files a/app/src/main/res/drawable-hdpi/guangde_img.png and /dev/null differ
diff --git a/app/src/main/res/drawable-hdpi/guangde_img1.jpg b/app/src/main/res/drawable-hdpi/guangde_img1.jpg
deleted file mode 100644
index ca8eaf0..0000000
Binary files a/app/src/main/res/drawable-hdpi/guangde_img1.jpg and /dev/null differ
diff --git a/app/src/main/res/drawable-hdpi/hint_mycookbook.png b/app/src/main/res/drawable-hdpi/hint_mycookbook.png
deleted file mode 100644
index ea0e47c..0000000
Binary files a/app/src/main/res/drawable-hdpi/hint_mycookbook.png and /dev/null differ
diff --git a/app/src/main/res/drawable-hdpi/hint_publish.png b/app/src/main/res/drawable-hdpi/hint_publish.png
deleted file mode 100644
index 08563f1..0000000
Binary files a/app/src/main/res/drawable-hdpi/hint_publish.png and /dev/null differ
diff --git a/app/src/main/res/drawable-hdpi/hint_publish_baseinfo.png b/app/src/main/res/drawable-hdpi/hint_publish_baseinfo.png
deleted file mode 100644
index 11d371e..0000000
Binary files a/app/src/main/res/drawable-hdpi/hint_publish_baseinfo.png and /dev/null differ
diff --git a/app/src/main/res/drawable-hdpi/icn_1.png b/app/src/main/res/drawable-hdpi/icn_1.png
deleted file mode 100644
index 4305173..0000000
Binary files a/app/src/main/res/drawable-hdpi/icn_1.png and /dev/null differ
diff --git a/app/src/main/res/drawable-hdpi/icn_2.png b/app/src/main/res/drawable-hdpi/icn_2.png
deleted file mode 100644
index e1abae7..0000000
Binary files a/app/src/main/res/drawable-hdpi/icn_2.png and /dev/null differ
diff --git a/app/src/main/res/drawable-hdpi/icn_3.png b/app/src/main/res/drawable-hdpi/icn_3.png
deleted file mode 100644
index e620c84..0000000
Binary files a/app/src/main/res/drawable-hdpi/icn_3.png and /dev/null differ
diff --git a/app/src/main/res/drawable-hdpi/icn_4.png b/app/src/main/res/drawable-hdpi/icn_4.png
deleted file mode 100644
index 6792c3a..0000000
Binary files a/app/src/main/res/drawable-hdpi/icn_4.png and /dev/null differ
diff --git a/app/src/main/res/drawable-hdpi/icn_5.png b/app/src/main/res/drawable-hdpi/icn_5.png
deleted file mode 100644
index 1024cfc..0000000
Binary files a/app/src/main/res/drawable-hdpi/icn_5.png and /dev/null differ
diff --git a/app/src/main/res/drawable-hdpi/icn_close.png b/app/src/main/res/drawable-hdpi/icn_close.png
deleted file mode 100644
index 60489a9..0000000
Binary files a/app/src/main/res/drawable-hdpi/icn_close.png and /dev/null differ
diff --git a/app/src/main/res/drawable-hdpi/icon.png b/app/src/main/res/drawable-hdpi/icon.png
deleted file mode 100644
index 162c623..0000000
Binary files a/app/src/main/res/drawable-hdpi/icon.png and /dev/null differ
diff --git a/app/src/main/res/drawable-hdpi/issue_1_2_checked.png b/app/src/main/res/drawable-hdpi/issue_1_2_checked.png
deleted file mode 100644
index c0d88ee..0000000
Binary files a/app/src/main/res/drawable-hdpi/issue_1_2_checked.png and /dev/null differ
diff --git a/app/src/main/res/drawable-hdpi/issue_1_2_normal.png b/app/src/main/res/drawable-hdpi/issue_1_2_normal.png
deleted file mode 100644
index d72ebb4..0000000
Binary files a/app/src/main/res/drawable-hdpi/issue_1_2_normal.png and /dev/null differ
diff --git a/app/src/main/res/drawable-hdpi/issue_3_6_checked.png b/app/src/main/res/drawable-hdpi/issue_3_6_checked.png
deleted file mode 100644
index d3716a9..0000000
Binary files a/app/src/main/res/drawable-hdpi/issue_3_6_checked.png and /dev/null differ
diff --git a/app/src/main/res/drawable-hdpi/issue_3_6_normal.png b/app/src/main/res/drawable-hdpi/issue_3_6_normal.png
deleted file mode 100644
index ec5b38c..0000000
Binary files a/app/src/main/res/drawable-hdpi/issue_3_6_normal.png and /dev/null differ
diff --git a/app/src/main/res/drawable-hdpi/issue_4_6_checked.png b/app/src/main/res/drawable-hdpi/issue_4_6_checked.png
deleted file mode 100644
index 3eae541..0000000
Binary files a/app/src/main/res/drawable-hdpi/issue_4_6_checked.png and /dev/null differ
diff --git a/app/src/main/res/drawable-hdpi/issue_4_6_normal.png b/app/src/main/res/drawable-hdpi/issue_4_6_normal.png
deleted file mode 100644
index ce44308..0000000
Binary files a/app/src/main/res/drawable-hdpi/issue_4_6_normal.png and /dev/null differ
diff --git a/app/src/main/res/drawable-hdpi/issue_7_8_checked.png b/app/src/main/res/drawable-hdpi/issue_7_8_checked.png
deleted file mode 100644
index 7e2a865..0000000
Binary files a/app/src/main/res/drawable-hdpi/issue_7_8_checked.png and /dev/null differ
diff --git a/app/src/main/res/drawable-hdpi/issue_7_8_normal.png b/app/src/main/res/drawable-hdpi/issue_7_8_normal.png
deleted file mode 100644
index 6a7157b..0000000
Binary files a/app/src/main/res/drawable-hdpi/issue_7_8_normal.png and /dev/null differ
diff --git a/app/src/main/res/drawable-hdpi/issue_9_12_checked.png b/app/src/main/res/drawable-hdpi/issue_9_12_checked.png
deleted file mode 100644
index fa7dacf..0000000
Binary files a/app/src/main/res/drawable-hdpi/issue_9_12_checked.png and /dev/null differ
diff --git a/app/src/main/res/drawable-hdpi/issue_9_12_normal.png b/app/src/main/res/drawable-hdpi/issue_9_12_normal.png
deleted file mode 100644
index ea74c41..0000000
Binary files a/app/src/main/res/drawable-hdpi/issue_9_12_normal.png and /dev/null differ
diff --git a/app/src/main/res/drawable-hdpi/issue_add_checked.png b/app/src/main/res/drawable-hdpi/issue_add_checked.png
deleted file mode 100644
index 302a38b..0000000
Binary files a/app/src/main/res/drawable-hdpi/issue_add_checked.png and /dev/null differ
diff --git a/app/src/main/res/drawable-hdpi/issue_add_normal.png b/app/src/main/res/drawable-hdpi/issue_add_normal.png
deleted file mode 100644
index 00d769e..0000000
Binary files a/app/src/main/res/drawable-hdpi/issue_add_normal.png and /dev/null differ
diff --git a/app/src/main/res/drawable-hdpi/issue_beiyun_checked.png b/app/src/main/res/drawable-hdpi/issue_beiyun_checked.png
deleted file mode 100644
index 8b01127..0000000
Binary files a/app/src/main/res/drawable-hdpi/issue_beiyun_checked.png and /dev/null differ
diff --git a/app/src/main/res/drawable-hdpi/issue_beiyun_normal.png b/app/src/main/res/drawable-hdpi/issue_beiyun_normal.png
deleted file mode 100644
index 6ee4feb..0000000
Binary files a/app/src/main/res/drawable-hdpi/issue_beiyun_normal.png and /dev/null differ
diff --git a/app/src/main/res/drawable-hdpi/issue_children_checked.png b/app/src/main/res/drawable-hdpi/issue_children_checked.png
deleted file mode 100644
index dbb74a8..0000000
Binary files a/app/src/main/res/drawable-hdpi/issue_children_checked.png and /dev/null differ
diff --git a/app/src/main/res/drawable-hdpi/issue_children_normal.png b/app/src/main/res/drawable-hdpi/issue_children_normal.png
deleted file mode 100644
index 11a7b5d..0000000
Binary files a/app/src/main/res/drawable-hdpi/issue_children_normal.png and /dev/null differ
diff --git a/app/src/main/res/drawable-hdpi/issue_confirm_checked.png b/app/src/main/res/drawable-hdpi/issue_confirm_checked.png
deleted file mode 100644
index 9149c18..0000000
Binary files a/app/src/main/res/drawable-hdpi/issue_confirm_checked.png and /dev/null differ
diff --git a/app/src/main/res/drawable-hdpi/issue_confirm_normal.png b/app/src/main/res/drawable-hdpi/issue_confirm_normal.png
deleted file mode 100644
index 1b1dfac..0000000
Binary files a/app/src/main/res/drawable-hdpi/issue_confirm_normal.png and /dev/null differ
diff --git a/app/src/main/res/drawable-hdpi/issue_delete_checked.png b/app/src/main/res/drawable-hdpi/issue_delete_checked.png
deleted file mode 100644
index 57fa517..0000000
Binary files a/app/src/main/res/drawable-hdpi/issue_delete_checked.png and /dev/null differ
diff --git a/app/src/main/res/drawable-hdpi/issue_delete_normal.png b/app/src/main/res/drawable-hdpi/issue_delete_normal.png
deleted file mode 100644
index 2aa6fbb..0000000
Binary files a/app/src/main/res/drawable-hdpi/issue_delete_normal.png and /dev/null differ
diff --git a/app/src/main/res/drawable-hdpi/issue_parent_checked.png b/app/src/main/res/drawable-hdpi/issue_parent_checked.png
deleted file mode 100644
index 4c191ce..0000000
Binary files a/app/src/main/res/drawable-hdpi/issue_parent_checked.png and /dev/null differ
diff --git a/app/src/main/res/drawable-hdpi/issue_parent_normal.png b/app/src/main/res/drawable-hdpi/issue_parent_normal.png
deleted file mode 100644
index e44ccf2..0000000
Binary files a/app/src/main/res/drawable-hdpi/issue_parent_normal.png and /dev/null differ
diff --git a/app/src/main/res/drawable-hdpi/issue_send_checked.png b/app/src/main/res/drawable-hdpi/issue_send_checked.png
deleted file mode 100644
index b4b46e9..0000000
Binary files a/app/src/main/res/drawable-hdpi/issue_send_checked.png and /dev/null differ
diff --git a/app/src/main/res/drawable-hdpi/issue_send_normal.png b/app/src/main/res/drawable-hdpi/issue_send_normal.png
deleted file mode 100644
index 5ba0371..0000000
Binary files a/app/src/main/res/drawable-hdpi/issue_send_normal.png and /dev/null differ
diff --git a/app/src/main/res/drawable-hdpi/issue_yuezi_checked.png b/app/src/main/res/drawable-hdpi/issue_yuezi_checked.png
deleted file mode 100644
index 5c07388..0000000
Binary files a/app/src/main/res/drawable-hdpi/issue_yuezi_checked.png and /dev/null differ
diff --git a/app/src/main/res/drawable-hdpi/issue_yuezi_normal.png b/app/src/main/res/drawable-hdpi/issue_yuezi_normal.png
deleted file mode 100644
index a04f7ba..0000000
Binary files a/app/src/main/res/drawable-hdpi/issue_yuezi_normal.png and /dev/null differ
diff --git a/app/src/main/res/drawable-hdpi/issue_yunchu_checked.png b/app/src/main/res/drawable-hdpi/issue_yunchu_checked.png
deleted file mode 100644
index d403cad..0000000
Binary files a/app/src/main/res/drawable-hdpi/issue_yunchu_checked.png and /dev/null differ
diff --git a/app/src/main/res/drawable-hdpi/issue_yunchu_normal.png b/app/src/main/res/drawable-hdpi/issue_yunchu_normal.png
deleted file mode 100644
index c57dfa8..0000000
Binary files a/app/src/main/res/drawable-hdpi/issue_yunchu_normal.png and /dev/null differ
diff --git a/app/src/main/res/drawable-hdpi/issue_yunwan_checked.png b/app/src/main/res/drawable-hdpi/issue_yunwan_checked.png
deleted file mode 100644
index fb6af62..0000000
Binary files a/app/src/main/res/drawable-hdpi/issue_yunwan_checked.png and /dev/null differ
diff --git a/app/src/main/res/drawable-hdpi/issue_yunwan_normal.png b/app/src/main/res/drawable-hdpi/issue_yunwan_normal.png
deleted file mode 100644
index b83f545..0000000
Binary files a/app/src/main/res/drawable-hdpi/issue_yunwan_normal.png and /dev/null differ
diff --git a/app/src/main/res/drawable-hdpi/issue_yunzhong_checked.png b/app/src/main/res/drawable-hdpi/issue_yunzhong_checked.png
deleted file mode 100644
index 6637538..0000000
Binary files a/app/src/main/res/drawable-hdpi/issue_yunzhong_checked.png and /dev/null differ
diff --git a/app/src/main/res/drawable-hdpi/issue_yunzhong_normal.png b/app/src/main/res/drawable-hdpi/issue_yunzhong_normal.png
deleted file mode 100644
index 719744f..0000000
Binary files a/app/src/main/res/drawable-hdpi/issue_yunzhong_normal.png and /dev/null differ
diff --git a/app/src/main/res/drawable-hdpi/load1.png b/app/src/main/res/drawable-hdpi/load1.png
deleted file mode 100644
index 430bfdd..0000000
Binary files a/app/src/main/res/drawable-hdpi/load1.png and /dev/null differ
diff --git a/app/src/main/res/drawable-hdpi/load10.png b/app/src/main/res/drawable-hdpi/load10.png
deleted file mode 100644
index ac73c59..0000000
Binary files a/app/src/main/res/drawable-hdpi/load10.png and /dev/null differ
diff --git a/app/src/main/res/drawable-hdpi/load11.png b/app/src/main/res/drawable-hdpi/load11.png
deleted file mode 100644
index aab062c..0000000
Binary files a/app/src/main/res/drawable-hdpi/load11.png and /dev/null differ
diff --git a/app/src/main/res/drawable-hdpi/load12.png b/app/src/main/res/drawable-hdpi/load12.png
deleted file mode 100644
index 2cff7aa..0000000
Binary files a/app/src/main/res/drawable-hdpi/load12.png and /dev/null differ
diff --git a/app/src/main/res/drawable-hdpi/load2.png b/app/src/main/res/drawable-hdpi/load2.png
deleted file mode 100644
index 79cddfc..0000000
Binary files a/app/src/main/res/drawable-hdpi/load2.png and /dev/null differ
diff --git a/app/src/main/res/drawable-hdpi/load3.png b/app/src/main/res/drawable-hdpi/load3.png
deleted file mode 100644
index 0952ac5..0000000
Binary files a/app/src/main/res/drawable-hdpi/load3.png and /dev/null differ
diff --git a/app/src/main/res/drawable-hdpi/load4.png b/app/src/main/res/drawable-hdpi/load4.png
deleted file mode 100644
index 29b54ca..0000000
Binary files a/app/src/main/res/drawable-hdpi/load4.png and /dev/null differ
diff --git a/app/src/main/res/drawable-hdpi/load5.png b/app/src/main/res/drawable-hdpi/load5.png
deleted file mode 100644
index ea3305e..0000000
Binary files a/app/src/main/res/drawable-hdpi/load5.png and /dev/null differ
diff --git a/app/src/main/res/drawable-hdpi/load6.png b/app/src/main/res/drawable-hdpi/load6.png
deleted file mode 100644
index f8f75fe..0000000
Binary files a/app/src/main/res/drawable-hdpi/load6.png and /dev/null differ
diff --git a/app/src/main/res/drawable-hdpi/load7.png b/app/src/main/res/drawable-hdpi/load7.png
deleted file mode 100644
index 2a73ee1..0000000
Binary files a/app/src/main/res/drawable-hdpi/load7.png and /dev/null differ
diff --git a/app/src/main/res/drawable-hdpi/load8.png b/app/src/main/res/drawable-hdpi/load8.png
deleted file mode 100644
index da40da7..0000000
Binary files a/app/src/main/res/drawable-hdpi/load8.png and /dev/null differ
diff --git a/app/src/main/res/drawable-hdpi/load9.png b/app/src/main/res/drawable-hdpi/load9.png
deleted file mode 100644
index b139e9b..0000000
Binary files a/app/src/main/res/drawable-hdpi/load9.png and /dev/null differ
diff --git a/app/src/main/res/drawable-hdpi/location.png b/app/src/main/res/drawable-hdpi/location.png
deleted file mode 100644
index 9ead64d..0000000
Binary files a/app/src/main/res/drawable-hdpi/location.png and /dev/null differ
diff --git a/app/src/main/res/drawable-hdpi/login_img_bg.jpg b/app/src/main/res/drawable-hdpi/login_img_bg.jpg
deleted file mode 100644
index b0dae0c..0000000
Binary files a/app/src/main/res/drawable-hdpi/login_img_bg.jpg and /dev/null differ
diff --git a/app/src/main/res/drawable-hdpi/login_in_checked.png b/app/src/main/res/drawable-hdpi/login_in_checked.png
deleted file mode 100644
index b96d097..0000000
Binary files a/app/src/main/res/drawable-hdpi/login_in_checked.png and /dev/null differ
diff --git a/app/src/main/res/drawable-hdpi/login_in_normal.png b/app/src/main/res/drawable-hdpi/login_in_normal.png
deleted file mode 100644
index 8e6ccf2..0000000
Binary files a/app/src/main/res/drawable-hdpi/login_in_normal.png and /dev/null differ
diff --git a/app/src/main/res/drawable-hdpi/login_password.png b/app/src/main/res/drawable-hdpi/login_password.png
deleted file mode 100644
index 53da7de..0000000
Binary files a/app/src/main/res/drawable-hdpi/login_password.png and /dev/null differ
diff --git a/app/src/main/res/drawable-hdpi/login_sign_checked.png b/app/src/main/res/drawable-hdpi/login_sign_checked.png
deleted file mode 100644
index 8f28049..0000000
Binary files a/app/src/main/res/drawable-hdpi/login_sign_checked.png and /dev/null differ
diff --git a/app/src/main/res/drawable-hdpi/login_sign_normal.png b/app/src/main/res/drawable-hdpi/login_sign_normal.png
deleted file mode 100644
index 6b09778..0000000
Binary files a/app/src/main/res/drawable-hdpi/login_sign_normal.png and /dev/null differ
diff --git a/app/src/main/res/drawable-hdpi/login_username.png b/app/src/main/res/drawable-hdpi/login_username.png
deleted file mode 100644
index fa022f5..0000000
Binary files a/app/src/main/res/drawable-hdpi/login_username.png and /dev/null differ
diff --git a/app/src/main/res/drawable-hdpi/logo.png b/app/src/main/res/drawable-hdpi/logo.png
deleted file mode 100644
index dcd2bf4..0000000
Binary files a/app/src/main/res/drawable-hdpi/logo.png and /dev/null differ
diff --git a/app/src/main/res/drawable-hdpi/logo_256.png b/app/src/main/res/drawable-hdpi/logo_256.png
deleted file mode 100644
index 2bb572d..0000000
Binary files a/app/src/main/res/drawable-hdpi/logo_256.png and /dev/null differ
diff --git a/app/src/main/res/drawable-hdpi/logo_512_corner.png b/app/src/main/res/drawable-hdpi/logo_512_corner.png
deleted file mode 100644
index 02a2ba3..0000000
Binary files a/app/src/main/res/drawable-hdpi/logo_512_corner.png and /dev/null differ
diff --git a/app/src/main/res/drawable-hdpi/logo_96.png b/app/src/main/res/drawable-hdpi/logo_96.png
deleted file mode 100644
index e344791..0000000
Binary files a/app/src/main/res/drawable-hdpi/logo_96.png and /dev/null differ
diff --git a/app/src/main/res/drawable-hdpi/modifypassword_confirm_checked.png b/app/src/main/res/drawable-hdpi/modifypassword_confirm_checked.png
deleted file mode 100644
index a9737f2..0000000
Binary files a/app/src/main/res/drawable-hdpi/modifypassword_confirm_checked.png and /dev/null differ
diff --git a/app/src/main/res/drawable-hdpi/modifypassword_confirm_normal.png b/app/src/main/res/drawable-hdpi/modifypassword_confirm_normal.png
deleted file mode 100644
index 7ae6185..0000000
Binary files a/app/src/main/res/drawable-hdpi/modifypassword_confirm_normal.png and /dev/null differ
diff --git a/app/src/main/res/drawable-hdpi/more_checked.png b/app/src/main/res/drawable-hdpi/more_checked.png
deleted file mode 100644
index f85dd56..0000000
Binary files a/app/src/main/res/drawable-hdpi/more_checked.png and /dev/null differ
diff --git a/app/src/main/res/drawable-hdpi/more_normal.png b/app/src/main/res/drawable-hdpi/more_normal.png
deleted file mode 100644
index 29c6fc6..0000000
Binary files a/app/src/main/res/drawable-hdpi/more_normal.png and /dev/null differ
diff --git a/app/src/main/res/drawable-hdpi/myfollow_cancel.png b/app/src/main/res/drawable-hdpi/myfollow_cancel.png
deleted file mode 100644
index 7e7ca3f..0000000
Binary files a/app/src/main/res/drawable-hdpi/myfollow_cancel.png and /dev/null differ
diff --git a/app/src/main/res/drawable-hdpi/myfollow_follow.png b/app/src/main/res/drawable-hdpi/myfollow_follow.png
deleted file mode 100644
index f7afb94..0000000
Binary files a/app/src/main/res/drawable-hdpi/myfollow_follow.png and /dev/null differ
diff --git a/app/src/main/res/drawable-hdpi/object.png b/app/src/main/res/drawable-hdpi/object.png
deleted file mode 100644
index fb9b6dc..0000000
Binary files a/app/src/main/res/drawable-hdpi/object.png and /dev/null differ
diff --git a/app/src/main/res/drawable-hdpi/page.png b/app/src/main/res/drawable-hdpi/page.png
deleted file mode 100644
index 16bd4b9..0000000
Binary files a/app/src/main/res/drawable-hdpi/page.png and /dev/null differ
diff --git a/app/src/main/res/drawable-hdpi/page_icon_empty.png b/app/src/main/res/drawable-hdpi/page_icon_empty.png
deleted file mode 100644
index 7dda051..0000000
Binary files a/app/src/main/res/drawable-hdpi/page_icon_empty.png and /dev/null differ
diff --git a/app/src/main/res/drawable-hdpi/page_icon_network.png b/app/src/main/res/drawable-hdpi/page_icon_network.png
deleted file mode 100644
index 740167b..0000000
Binary files a/app/src/main/res/drawable-hdpi/page_icon_network.png and /dev/null differ
diff --git a/app/src/main/res/drawable-hdpi/page_now.png b/app/src/main/res/drawable-hdpi/page_now.png
deleted file mode 100644
index 50703bc..0000000
Binary files a/app/src/main/res/drawable-hdpi/page_now.png and /dev/null differ
diff --git a/app/src/main/res/drawable-hdpi/pagefailed_bg.png b/app/src/main/res/drawable-hdpi/pagefailed_bg.png
deleted file mode 100644
index e09cc51..0000000
Binary files a/app/src/main/res/drawable-hdpi/pagefailed_bg.png and /dev/null differ
diff --git a/app/src/main/res/drawable-hdpi/perfect.png b/app/src/main/res/drawable-hdpi/perfect.png
deleted file mode 100644
index 297fa30..0000000
Binary files a/app/src/main/res/drawable-hdpi/perfect.png and /dev/null differ
diff --git a/app/src/main/res/drawable-hdpi/personal_home_follow.png b/app/src/main/res/drawable-hdpi/personal_home_follow.png
deleted file mode 100644
index 1bca635..0000000
Binary files a/app/src/main/res/drawable-hdpi/personal_home_follow.png and /dev/null differ
diff --git a/app/src/main/res/drawable-hdpi/personal_home_followed.png b/app/src/main/res/drawable-hdpi/personal_home_followed.png
deleted file mode 100644
index 6856c95..0000000
Binary files a/app/src/main/res/drawable-hdpi/personal_home_followed.png and /dev/null differ
diff --git a/app/src/main/res/drawable-hdpi/plus.png b/app/src/main/res/drawable-hdpi/plus.png
deleted file mode 100644
index 7814ba7..0000000
Binary files a/app/src/main/res/drawable-hdpi/plus.png and /dev/null differ
diff --git a/app/src/main/res/drawable-hdpi/portrait.jpg b/app/src/main/res/drawable-hdpi/portrait.jpg
deleted file mode 100644
index 260cd09..0000000
Binary files a/app/src/main/res/drawable-hdpi/portrait.jpg and /dev/null differ
diff --git a/app/src/main/res/drawable-hdpi/portrait1.jpg b/app/src/main/res/drawable-hdpi/portrait1.jpg
deleted file mode 100644
index 85c51fd..0000000
Binary files a/app/src/main/res/drawable-hdpi/portrait1.jpg and /dev/null differ
diff --git a/app/src/main/res/drawable-hdpi/proce.png b/app/src/main/res/drawable-hdpi/proce.png
deleted file mode 100644
index 64c2c5b..0000000
Binary files a/app/src/main/res/drawable-hdpi/proce.png and /dev/null differ
diff --git a/app/src/main/res/drawable-hdpi/proce_nobg.png b/app/src/main/res/drawable-hdpi/proce_nobg.png
deleted file mode 100644
index 90a746d..0000000
Binary files a/app/src/main/res/drawable-hdpi/proce_nobg.png and /dev/null differ
diff --git a/app/src/main/res/drawable-hdpi/publish_cover.png b/app/src/main/res/drawable-hdpi/publish_cover.png
deleted file mode 100644
index 603aec8..0000000
Binary files a/app/src/main/res/drawable-hdpi/publish_cover.png and /dev/null differ
diff --git a/app/src/main/res/drawable-hdpi/publish_edit_left.png b/app/src/main/res/drawable-hdpi/publish_edit_left.png
deleted file mode 100644
index a8cfe4f..0000000
Binary files a/app/src/main/res/drawable-hdpi/publish_edit_left.png and /dev/null differ
diff --git a/app/src/main/res/drawable-hdpi/publish_edit_right.png b/app/src/main/res/drawable-hdpi/publish_edit_right.png
deleted file mode 100644
index 438c023..0000000
Binary files a/app/src/main/res/drawable-hdpi/publish_edit_right.png and /dev/null differ
diff --git a/app/src/main/res/drawable-hdpi/publish_less.png b/app/src/main/res/drawable-hdpi/publish_less.png
deleted file mode 100644
index df62a55..0000000
Binary files a/app/src/main/res/drawable-hdpi/publish_less.png and /dev/null differ
diff --git a/app/src/main/res/drawable-hdpi/publish_more.png b/app/src/main/res/drawable-hdpi/publish_more.png
deleted file mode 100644
index 53cbdcf..0000000
Binary files a/app/src/main/res/drawable-hdpi/publish_more.png and /dev/null differ
diff --git a/app/src/main/res/drawable-hdpi/recommend_eat_checked.png b/app/src/main/res/drawable-hdpi/recommend_eat_checked.png
deleted file mode 100644
index f7b23b2..0000000
Binary files a/app/src/main/res/drawable-hdpi/recommend_eat_checked.png and /dev/null differ
diff --git a/app/src/main/res/drawable-hdpi/recommend_eat_normal.png b/app/src/main/res/drawable-hdpi/recommend_eat_normal.png
deleted file mode 100644
index 2acb06e..0000000
Binary files a/app/src/main/res/drawable-hdpi/recommend_eat_normal.png and /dev/null differ
diff --git a/app/src/main/res/drawable-hdpi/recommend_talk_checked.png b/app/src/main/res/drawable-hdpi/recommend_talk_checked.png
deleted file mode 100644
index 836f365..0000000
Binary files a/app/src/main/res/drawable-hdpi/recommend_talk_checked.png and /dev/null differ
diff --git a/app/src/main/res/drawable-hdpi/recommend_talk_normal.png b/app/src/main/res/drawable-hdpi/recommend_talk_normal.png
deleted file mode 100644
index ec25a79..0000000
Binary files a/app/src/main/res/drawable-hdpi/recommend_talk_normal.png and /dev/null differ
diff --git a/app/src/main/res/drawable-hdpi/reply_checked.png b/app/src/main/res/drawable-hdpi/reply_checked.png
deleted file mode 100644
index be14e3c..0000000
Binary files a/app/src/main/res/drawable-hdpi/reply_checked.png and /dev/null differ
diff --git a/app/src/main/res/drawable-hdpi/reply_normal.png b/app/src/main/res/drawable-hdpi/reply_normal.png
deleted file mode 100644
index a45a494..0000000
Binary files a/app/src/main/res/drawable-hdpi/reply_normal.png and /dev/null differ
diff --git a/app/src/main/res/drawable-hdpi/reply_send_checked.png b/app/src/main/res/drawable-hdpi/reply_send_checked.png
deleted file mode 100644
index a026a9d..0000000
Binary files a/app/src/main/res/drawable-hdpi/reply_send_checked.png and /dev/null differ
diff --git a/app/src/main/res/drawable-hdpi/reply_send_normal.png b/app/src/main/res/drawable-hdpi/reply_send_normal.png
deleted file mode 100644
index 716f79b..0000000
Binary files a/app/src/main/res/drawable-hdpi/reply_send_normal.png and /dev/null differ
diff --git a/app/src/main/res/drawable-hdpi/search_clear_normal.png b/app/src/main/res/drawable-hdpi/search_clear_normal.png
deleted file mode 100644
index 8466f02..0000000
Binary files a/app/src/main/res/drawable-hdpi/search_clear_normal.png and /dev/null differ
diff --git a/app/src/main/res/drawable-hdpi/search_clear_pressed.png b/app/src/main/res/drawable-hdpi/search_clear_pressed.png
deleted file mode 100644
index e45ded9..0000000
Binary files a/app/src/main/res/drawable-hdpi/search_clear_pressed.png and /dev/null differ
diff --git a/app/src/main/res/drawable-hdpi/search_icon.png b/app/src/main/res/drawable-hdpi/search_icon.png
deleted file mode 100644
index 398bcd4..0000000
Binary files a/app/src/main/res/drawable-hdpi/search_icon.png and /dev/null differ
diff --git a/app/src/main/res/drawable-hdpi/setting_about.png b/app/src/main/res/drawable-hdpi/setting_about.png
deleted file mode 100644
index fed2479..0000000
Binary files a/app/src/main/res/drawable-hdpi/setting_about.png and /dev/null differ
diff --git a/app/src/main/res/drawable-hdpi/setting_clear.png b/app/src/main/res/drawable-hdpi/setting_clear.png
deleted file mode 100644
index aa8fa55..0000000
Binary files a/app/src/main/res/drawable-hdpi/setting_clear.png and /dev/null differ
diff --git a/app/src/main/res/drawable-hdpi/setting_edit.png b/app/src/main/res/drawable-hdpi/setting_edit.png
deleted file mode 100644
index 4573aa6..0000000
Binary files a/app/src/main/res/drawable-hdpi/setting_edit.png and /dev/null differ
diff --git a/app/src/main/res/drawable-hdpi/setting_exit_checked.png b/app/src/main/res/drawable-hdpi/setting_exit_checked.png
deleted file mode 100644
index d1e726f..0000000
Binary files a/app/src/main/res/drawable-hdpi/setting_exit_checked.png and /dev/null differ
diff --git a/app/src/main/res/drawable-hdpi/setting_exit_normal.png b/app/src/main/res/drawable-hdpi/setting_exit_normal.png
deleted file mode 100644
index 859f9d9..0000000
Binary files a/app/src/main/res/drawable-hdpi/setting_exit_normal.png and /dev/null differ
diff --git a/app/src/main/res/drawable-hdpi/setting_password.png b/app/src/main/res/drawable-hdpi/setting_password.png
deleted file mode 100644
index e7a1578..0000000
Binary files a/app/src/main/res/drawable-hdpi/setting_password.png and /dev/null differ
diff --git a/app/src/main/res/drawable-hdpi/setting_reply.png b/app/src/main/res/drawable-hdpi/setting_reply.png
deleted file mode 100644
index 51a5d37..0000000
Binary files a/app/src/main/res/drawable-hdpi/setting_reply.png and /dev/null differ
diff --git a/app/src/main/res/drawable-hdpi/setting_update.png b/app/src/main/res/drawable-hdpi/setting_update.png
deleted file mode 100644
index 2148dc4..0000000
Binary files a/app/src/main/res/drawable-hdpi/setting_update.png and /dev/null differ
diff --git a/app/src/main/res/drawable-hdpi/sex_boy.png b/app/src/main/res/drawable-hdpi/sex_boy.png
deleted file mode 100644
index e7b1718..0000000
Binary files a/app/src/main/res/drawable-hdpi/sex_boy.png and /dev/null differ
diff --git a/app/src/main/res/drawable-hdpi/sex_girl.png b/app/src/main/res/drawable-hdpi/sex_girl.png
deleted file mode 100644
index ef0323f..0000000
Binary files a/app/src/main/res/drawable-hdpi/sex_girl.png and /dev/null differ
diff --git a/app/src/main/res/drawable-hdpi/share_checked.png b/app/src/main/res/drawable-hdpi/share_checked.png
deleted file mode 100644
index b4c7dbf..0000000
Binary files a/app/src/main/res/drawable-hdpi/share_checked.png and /dev/null differ
diff --git a/app/src/main/res/drawable-hdpi/share_normal.png b/app/src/main/res/drawable-hdpi/share_normal.png
deleted file mode 100644
index 61683d1..0000000
Binary files a/app/src/main/res/drawable-hdpi/share_normal.png and /dev/null differ
diff --git a/app/src/main/res/drawable-hdpi/sign_img_bg.jpg b/app/src/main/res/drawable-hdpi/sign_img_bg.jpg
deleted file mode 100644
index 0294092..0000000
Binary files a/app/src/main/res/drawable-hdpi/sign_img_bg.jpg and /dev/null differ
diff --git a/app/src/main/res/drawable-hdpi/sign_up_checked.png b/app/src/main/res/drawable-hdpi/sign_up_checked.png
deleted file mode 100644
index 3bb0f43..0000000
Binary files a/app/src/main/res/drawable-hdpi/sign_up_checked.png and /dev/null differ
diff --git a/app/src/main/res/drawable-hdpi/sign_up_normal.png b/app/src/main/res/drawable-hdpi/sign_up_normal.png
deleted file mode 100644
index 2ffea7e..0000000
Binary files a/app/src/main/res/drawable-hdpi/sign_up_normal.png and /dev/null differ
diff --git a/app/src/main/res/drawable-hdpi/sign_verify_checked.png b/app/src/main/res/drawable-hdpi/sign_verify_checked.png
deleted file mode 100644
index 9bfdd13..0000000
Binary files a/app/src/main/res/drawable-hdpi/sign_verify_checked.png and /dev/null differ
diff --git a/app/src/main/res/drawable-hdpi/sign_verify_normal.png b/app/src/main/res/drawable-hdpi/sign_verify_normal.png
deleted file mode 100644
index d3aac11..0000000
Binary files a/app/src/main/res/drawable-hdpi/sign_verify_normal.png and /dev/null differ
diff --git a/app/src/main/res/drawable-hdpi/start.png b/app/src/main/res/drawable-hdpi/start.png
deleted file mode 100644
index 9005087..0000000
Binary files a/app/src/main/res/drawable-hdpi/start.png and /dev/null differ
diff --git a/app/src/main/res/drawable-hdpi/step.png b/app/src/main/res/drawable-hdpi/step.png
deleted file mode 100644
index 42a76df..0000000
Binary files a/app/src/main/res/drawable-hdpi/step.png and /dev/null differ
diff --git a/app/src/main/res/drawable-hdpi/tab_chide_checked.png b/app/src/main/res/drawable-hdpi/tab_chide_checked.png
deleted file mode 100644
index 963bb31..0000000
Binary files a/app/src/main/res/drawable-hdpi/tab_chide_checked.png and /dev/null differ
diff --git a/app/src/main/res/drawable-hdpi/tab_chide_normal.png b/app/src/main/res/drawable-hdpi/tab_chide_normal.png
deleted file mode 100644
index e141b8a..0000000
Binary files a/app/src/main/res/drawable-hdpi/tab_chide_normal.png and /dev/null differ
diff --git a/app/src/main/res/drawable-hdpi/tab_guangde_checked.png b/app/src/main/res/drawable-hdpi/tab_guangde_checked.png
deleted file mode 100644
index 84749a7..0000000
Binary files a/app/src/main/res/drawable-hdpi/tab_guangde_checked.png and /dev/null differ
diff --git a/app/src/main/res/drawable-hdpi/tab_guangde_normal.png b/app/src/main/res/drawable-hdpi/tab_guangde_normal.png
deleted file mode 100644
index 9ddef07..0000000
Binary files a/app/src/main/res/drawable-hdpi/tab_guangde_normal.png and /dev/null differ
diff --git a/app/src/main/res/drawable-hdpi/tab_liaode_checked.png b/app/src/main/res/drawable-hdpi/tab_liaode_checked.png
deleted file mode 100644
index ea1c590..0000000
Binary files a/app/src/main/res/drawable-hdpi/tab_liaode_checked.png and /dev/null differ
diff --git a/app/src/main/res/drawable-hdpi/tab_liaode_normal.png b/app/src/main/res/drawable-hdpi/tab_liaode_normal.png
deleted file mode 100644
index 05f555d..0000000
Binary files a/app/src/main/res/drawable-hdpi/tab_liaode_normal.png and /dev/null differ
diff --git a/app/src/main/res/drawable-hdpi/tab_recommend_checked.png b/app/src/main/res/drawable-hdpi/tab_recommend_checked.png
deleted file mode 100644
index 5ba1ea4..0000000
Binary files a/app/src/main/res/drawable-hdpi/tab_recommend_checked.png and /dev/null differ
diff --git a/app/src/main/res/drawable-hdpi/tab_recommend_normal.png b/app/src/main/res/drawable-hdpi/tab_recommend_normal.png
deleted file mode 100644
index 1635925..0000000
Binary files a/app/src/main/res/drawable-hdpi/tab_recommend_normal.png and /dev/null differ
diff --git a/app/src/main/res/drawable-hdpi/tab_wode_checked.png b/app/src/main/res/drawable-hdpi/tab_wode_checked.png
deleted file mode 100644
index c853540..0000000
Binary files a/app/src/main/res/drawable-hdpi/tab_wode_checked.png and /dev/null differ
diff --git a/app/src/main/res/drawable-hdpi/tab_wode_normal.png b/app/src/main/res/drawable-hdpi/tab_wode_normal.png
deleted file mode 100644
index 88643c8..0000000
Binary files a/app/src/main/res/drawable-hdpi/tab_wode_normal.png and /dev/null differ
diff --git a/app/src/main/res/drawable-hdpi/taste.png b/app/src/main/res/drawable-hdpi/taste.png
deleted file mode 100644
index 4c39a65..0000000
Binary files a/app/src/main/res/drawable-hdpi/taste.png and /dev/null differ
diff --git a/app/src/main/res/drawable-hdpi/taste_nobg.png b/app/src/main/res/drawable-hdpi/taste_nobg.png
deleted file mode 100644
index ea2d1fd..0000000
Binary files a/app/src/main/res/drawable-hdpi/taste_nobg.png and /dev/null differ
diff --git a/app/src/main/res/drawable-hdpi/time.png b/app/src/main/res/drawable-hdpi/time.png
deleted file mode 100644
index 594df76..0000000
Binary files a/app/src/main/res/drawable-hdpi/time.png and /dev/null differ
diff --git a/app/src/main/res/drawable-hdpi/time_nobg.png b/app/src/main/res/drawable-hdpi/time_nobg.png
deleted file mode 100644
index cb6c7f7..0000000
Binary files a/app/src/main/res/drawable-hdpi/time_nobg.png and /dev/null differ
diff --git a/app/src/main/res/drawable-hdpi/title_add_checked.png b/app/src/main/res/drawable-hdpi/title_add_checked.png
deleted file mode 100644
index 86f445e..0000000
Binary files a/app/src/main/res/drawable-hdpi/title_add_checked.png and /dev/null differ
diff --git a/app/src/main/res/drawable-hdpi/title_add_normal.png b/app/src/main/res/drawable-hdpi/title_add_normal.png
deleted file mode 100644
index 239551d..0000000
Binary files a/app/src/main/res/drawable-hdpi/title_add_normal.png and /dev/null differ
diff --git a/app/src/main/res/drawable-hdpi/title_back_checked.png b/app/src/main/res/drawable-hdpi/title_back_checked.png
deleted file mode 100644
index 5cfb760..0000000
Binary files a/app/src/main/res/drawable-hdpi/title_back_checked.png and /dev/null differ
diff --git a/app/src/main/res/drawable-hdpi/title_back_normal.png b/app/src/main/res/drawable-hdpi/title_back_normal.png
deleted file mode 100644
index fb3dde4..0000000
Binary files a/app/src/main/res/drawable-hdpi/title_back_normal.png and /dev/null differ
diff --git a/app/src/main/res/drawable-hdpi/title_cancel_checked.png b/app/src/main/res/drawable-hdpi/title_cancel_checked.png
deleted file mode 100644
index 71e0e16..0000000
Binary files a/app/src/main/res/drawable-hdpi/title_cancel_checked.png and /dev/null differ
diff --git a/app/src/main/res/drawable-hdpi/title_cancel_normal.png b/app/src/main/res/drawable-hdpi/title_cancel_normal.png
deleted file mode 100644
index 5eb6669..0000000
Binary files a/app/src/main/res/drawable-hdpi/title_cancel_normal.png and /dev/null differ
diff --git a/app/src/main/res/drawable-hdpi/title_confirm_checked.png b/app/src/main/res/drawable-hdpi/title_confirm_checked.png
deleted file mode 100644
index 8bbe4dd..0000000
Binary files a/app/src/main/res/drawable-hdpi/title_confirm_checked.png and /dev/null differ
diff --git a/app/src/main/res/drawable-hdpi/title_confirm_normal.png b/app/src/main/res/drawable-hdpi/title_confirm_normal.png
deleted file mode 100644
index d83ab3b..0000000
Binary files a/app/src/main/res/drawable-hdpi/title_confirm_normal.png and /dev/null differ
diff --git a/app/src/main/res/drawable-hdpi/title_search_checked.png b/app/src/main/res/drawable-hdpi/title_search_checked.png
deleted file mode 100644
index 8ccc4ce..0000000
Binary files a/app/src/main/res/drawable-hdpi/title_search_checked.png and /dev/null differ
diff --git a/app/src/main/res/drawable-hdpi/title_search_normal.png b/app/src/main/res/drawable-hdpi/title_search_normal.png
deleted file mode 100644
index d94359a..0000000
Binary files a/app/src/main/res/drawable-hdpi/title_search_normal.png and /dev/null differ
diff --git a/app/src/main/res/drawable-hdpi/title_setting_checked.png b/app/src/main/res/drawable-hdpi/title_setting_checked.png
deleted file mode 100644
index c37579e..0000000
Binary files a/app/src/main/res/drawable-hdpi/title_setting_checked.png and /dev/null differ
diff --git a/app/src/main/res/drawable-hdpi/title_setting_normal.png b/app/src/main/res/drawable-hdpi/title_setting_normal.png
deleted file mode 100644
index 2c84066..0000000
Binary files a/app/src/main/res/drawable-hdpi/title_setting_normal.png and /dev/null differ
diff --git a/app/src/main/res/drawable-hdpi/titlebar_add.png b/app/src/main/res/drawable-hdpi/titlebar_add.png
deleted file mode 100644
index ef6734c..0000000
Binary files a/app/src/main/res/drawable-hdpi/titlebar_add.png and /dev/null differ
diff --git a/app/src/main/res/drawable-hdpi/titlebar_back.png b/app/src/main/res/drawable-hdpi/titlebar_back.png
deleted file mode 100644
index 2ae17d8..0000000
Binary files a/app/src/main/res/drawable-hdpi/titlebar_back.png and /dev/null differ
diff --git a/app/src/main/res/drawable-hdpi/welcome1.png b/app/src/main/res/drawable-hdpi/welcome1.png
deleted file mode 100644
index f97824d..0000000
Binary files a/app/src/main/res/drawable-hdpi/welcome1.png and /dev/null differ
diff --git a/app/src/main/res/drawable-hdpi/welcome2.jpg b/app/src/main/res/drawable-hdpi/welcome2.jpg
deleted file mode 100644
index f9ab949..0000000
Binary files a/app/src/main/res/drawable-hdpi/welcome2.jpg and /dev/null differ
diff --git a/app/src/main/res/drawable-hdpi/welcome3.jpg b/app/src/main/res/drawable-hdpi/welcome3.jpg
deleted file mode 100644
index 5917ef7..0000000
Binary files a/app/src/main/res/drawable-hdpi/welcome3.jpg and /dev/null differ
diff --git a/app/src/main/res/drawable-hdpi/welcome4.png b/app/src/main/res/drawable-hdpi/welcome4.png
deleted file mode 100644
index 34d01ef..0000000
Binary files a/app/src/main/res/drawable-hdpi/welcome4.png and /dev/null differ
diff --git a/app/src/main/res/drawable-hdpi/welcome5.png b/app/src/main/res/drawable-hdpi/welcome5.png
deleted file mode 100644
index ecf520f..0000000
Binary files a/app/src/main/res/drawable-hdpi/welcome5.png and /dev/null differ
diff --git a/app/src/main/res/drawable-hdpi/welcome_goto_checked.png b/app/src/main/res/drawable-hdpi/welcome_goto_checked.png
deleted file mode 100644
index 5111542..0000000
Binary files a/app/src/main/res/drawable-hdpi/welcome_goto_checked.png and /dev/null differ
diff --git a/app/src/main/res/drawable-hdpi/welcome_goto_normal.png b/app/src/main/res/drawable-hdpi/welcome_goto_normal.png
deleted file mode 100644
index f4a5d65..0000000
Binary files a/app/src/main/res/drawable-hdpi/welcome_goto_normal.png and /dev/null differ
diff --git a/app/src/main/res/drawable-hdpi/wode_collect.png b/app/src/main/res/drawable-hdpi/wode_collect.png
deleted file mode 100644
index 97920b1..0000000
Binary files a/app/src/main/res/drawable-hdpi/wode_collect.png and /dev/null differ
diff --git a/app/src/main/res/drawable-hdpi/wode_cookbook.png b/app/src/main/res/drawable-hdpi/wode_cookbook.png
deleted file mode 100644
index 191ec75..0000000
Binary files a/app/src/main/res/drawable-hdpi/wode_cookbook.png and /dev/null differ
diff --git a/app/src/main/res/drawable-hdpi/wode_img_bg.png b/app/src/main/res/drawable-hdpi/wode_img_bg.png
deleted file mode 100644
index fddfd56..0000000
Binary files a/app/src/main/res/drawable-hdpi/wode_img_bg.png and /dev/null differ
diff --git a/app/src/main/res/drawable-hdpi/wode_img_point.png b/app/src/main/res/drawable-hdpi/wode_img_point.png
deleted file mode 100644
index 6dc8912..0000000
Binary files a/app/src/main/res/drawable-hdpi/wode_img_point.png and /dev/null differ
diff --git a/app/src/main/res/drawable-hdpi/wode_massage.png b/app/src/main/res/drawable-hdpi/wode_massage.png
deleted file mode 100644
index 0364eea..0000000
Binary files a/app/src/main/res/drawable-hdpi/wode_massage.png and /dev/null differ
diff --git a/app/src/main/res/drawable-hdpi/zone.jpg b/app/src/main/res/drawable-hdpi/zone.jpg
deleted file mode 100644
index e647e85..0000000
Binary files a/app/src/main/res/drawable-hdpi/zone.jpg and /dev/null differ
diff --git a/app/src/main/res/drawable-hdpi/zone_bg.jpg b/app/src/main/res/drawable-hdpi/zone_bg.jpg
deleted file mode 100644
index 65fc76c..0000000
Binary files a/app/src/main/res/drawable-hdpi/zone_bg.jpg and /dev/null differ
diff --git a/app/src/main/res/drawable-v24/ic_launcher_foreground.xml b/app/src/main/res/drawable-v24/ic_launcher_foreground.xml
deleted file mode 100644
index 1ee1493..0000000
--- a/app/src/main/res/drawable-v24/ic_launcher_foreground.xml
+++ /dev/null
@@ -1,31 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/app/src/main/res/drawable-xxhdpi/apple.jpg b/app/src/main/res/drawable-xxhdpi/apple.jpg
deleted file mode 100644
index b99bfa4..0000000
Binary files a/app/src/main/res/drawable-xxhdpi/apple.jpg and /dev/null differ
diff --git a/app/src/main/res/drawable-xxhdpi/banana.jpg b/app/src/main/res/drawable-xxhdpi/banana.jpg
deleted file mode 100644
index e838d68..0000000
Binary files a/app/src/main/res/drawable-xxhdpi/banana.jpg and /dev/null differ
diff --git a/app/src/main/res/drawable-xxhdpi/cherry.jpg b/app/src/main/res/drawable-xxhdpi/cherry.jpg
deleted file mode 100644
index b31be9f..0000000
Binary files a/app/src/main/res/drawable-xxhdpi/cherry.jpg and /dev/null differ
diff --git a/app/src/main/res/drawable-xxhdpi/grape.jpg b/app/src/main/res/drawable-xxhdpi/grape.jpg
deleted file mode 100644
index f06b548..0000000
Binary files a/app/src/main/res/drawable-xxhdpi/grape.jpg and /dev/null differ
diff --git a/app/src/main/res/drawable-xxhdpi/indicator_red_point.png b/app/src/main/res/drawable-xxhdpi/indicator_red_point.png
deleted file mode 100644
index 36d81fb..0000000
Binary files a/app/src/main/res/drawable-xxhdpi/indicator_red_point.png and /dev/null differ
diff --git a/app/src/main/res/drawable-xxhdpi/indicator_white_point.png b/app/src/main/res/drawable-xxhdpi/indicator_white_point.png
deleted file mode 100644
index fa3587e..0000000
Binary files a/app/src/main/res/drawable-xxhdpi/indicator_white_point.png and /dev/null differ
diff --git a/app/src/main/res/drawable-xxhdpi/mango.jpg b/app/src/main/res/drawable-xxhdpi/mango.jpg
deleted file mode 100644
index 96b7ab7..0000000
Binary files a/app/src/main/res/drawable-xxhdpi/mango.jpg and /dev/null differ
diff --git a/app/src/main/res/drawable-xxhdpi/nav_call.png b/app/src/main/res/drawable-xxhdpi/nav_call.png
deleted file mode 100644
index 90ead2e..0000000
Binary files a/app/src/main/res/drawable-xxhdpi/nav_call.png and /dev/null differ
diff --git a/app/src/main/res/drawable-xxhdpi/orange.jpg b/app/src/main/res/drawable-xxhdpi/orange.jpg
deleted file mode 100644
index 25f27bb..0000000
Binary files a/app/src/main/res/drawable-xxhdpi/orange.jpg and /dev/null differ
diff --git a/app/src/main/res/drawable-xxhdpi/osl_logo.png b/app/src/main/res/drawable-xxhdpi/osl_logo.png
deleted file mode 100644
index 4683db5..0000000
Binary files a/app/src/main/res/drawable-xxhdpi/osl_logo.png and /dev/null differ
diff --git a/app/src/main/res/drawable-xxhdpi/pear.png b/app/src/main/res/drawable-xxhdpi/pear.png
deleted file mode 100644
index ed541ba..0000000
Binary files a/app/src/main/res/drawable-xxhdpi/pear.png and /dev/null differ
diff --git a/app/src/main/res/drawable-xxhdpi/pig.png b/app/src/main/res/drawable-xxhdpi/pig.png
deleted file mode 100644
index d400c13..0000000
Binary files a/app/src/main/res/drawable-xxhdpi/pig.png and /dev/null differ
diff --git a/app/src/main/res/drawable-xxhdpi/pineapple.jpg b/app/src/main/res/drawable-xxhdpi/pineapple.jpg
deleted file mode 100644
index 81814af..0000000
Binary files a/app/src/main/res/drawable-xxhdpi/pineapple.jpg and /dev/null differ
diff --git a/app/src/main/res/drawable-xxhdpi/strawberry.jpg b/app/src/main/res/drawable-xxhdpi/strawberry.jpg
deleted file mode 100644
index 2f8193e..0000000
Binary files a/app/src/main/res/drawable-xxhdpi/strawberry.jpg and /dev/null differ
diff --git a/app/src/main/res/drawable-xxhdpi/tab_text_xiaoxi.png b/app/src/main/res/drawable-xxhdpi/tab_text_xiaoxi.png
deleted file mode 100644
index 5e6ea30..0000000
Binary files a/app/src/main/res/drawable-xxhdpi/tab_text_xiaoxi.png and /dev/null differ
diff --git a/app/src/main/res/drawable-xxhdpi/tab_text_xiaoxi_bg.png b/app/src/main/res/drawable-xxhdpi/tab_text_xiaoxi_bg.png
deleted file mode 100644
index 72bad45..0000000
Binary files a/app/src/main/res/drawable-xxhdpi/tab_text_xiaoxi_bg.png and /dev/null differ
diff --git a/app/src/main/res/drawable-xxhdpi/watermelon.jpg b/app/src/main/res/drawable-xxhdpi/watermelon.jpg
deleted file mode 100644
index f8e0e9a..0000000
Binary files a/app/src/main/res/drawable-xxhdpi/watermelon.jpg and /dev/null differ
diff --git a/app/src/main/res/drawable/anim_load.xml b/app/src/main/res/drawable/anim_load.xml
deleted file mode 100644
index ecd79ac..0000000
--- a/app/src/main/res/drawable/anim_load.xml
+++ /dev/null
@@ -1,15 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/app/src/main/res/drawable/btn_search_bg.xml b/app/src/main/res/drawable/btn_search_bg.xml
deleted file mode 100644
index 06e2e3a..0000000
--- a/app/src/main/res/drawable/btn_search_bg.xml
+++ /dev/null
@@ -1,15 +0,0 @@
-
-
--
-
-
-
-
-
--
-
-
-
-
-
-
diff --git a/app/src/main/res/drawable/green.jpg b/app/src/main/res/drawable/green.jpg
deleted file mode 100644
index a4b67ff..0000000
Binary files a/app/src/main/res/drawable/green.jpg and /dev/null differ
diff --git a/app/src/main/res/drawable/ic_launcher_background.xml b/app/src/main/res/drawable/ic_launcher_background.xml
deleted file mode 100644
index 956b344..0000000
--- a/app/src/main/res/drawable/ic_launcher_background.xml
+++ /dev/null
@@ -1,74 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/app/src/main/res/drawable/iv_delete_bg.xml b/app/src/main/res/drawable/iv_delete_bg.xml
deleted file mode 100644
index 3f6e1d9..0000000
--- a/app/src/main/res/drawable/iv_delete_bg.xml
+++ /dev/null
@@ -1,5 +0,0 @@
-
-
-
-
-
\ No newline at end of file
diff --git a/app/src/main/res/drawable/lv_search_tips_bg.xml b/app/src/main/res/drawable/lv_search_tips_bg.xml
deleted file mode 100644
index 7073928..0000000
--- a/app/src/main/res/drawable/lv_search_tips_bg.xml
+++ /dev/null
@@ -1,18 +0,0 @@
-
-
-
--
-
-
-
-
-
--
-
-
-
-
-
\ No newline at end of file
diff --git a/app/src/main/res/drawable/search.png b/app/src/main/res/drawable/search.png
deleted file mode 100644
index caef6a6..0000000
Binary files a/app/src/main/res/drawable/search.png and /dev/null differ
diff --git a/app/src/main/res/drawable/search_edittext_shape.xml b/app/src/main/res/drawable/search_edittext_shape.xml
deleted file mode 100644
index 7c265cb..0000000
--- a/app/src/main/res/drawable/search_edittext_shape.xml
+++ /dev/null
@@ -1,7 +0,0 @@
-
-
-
-
-
-
-
diff --git a/app/src/main/res/drawable/selector_button.xml b/app/src/main/res/drawable/selector_button.xml
deleted file mode 100644
index 44a4bed..0000000
--- a/app/src/main/res/drawable/selector_button.xml
+++ /dev/null
@@ -1,29 +0,0 @@
-
-
-
- -
-
-
-
-
-
-
-
-
-
- -
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/app/src/main/res/drawable/selector_chide_collect.xml b/app/src/main/res/drawable/selector_chide_collect.xml
deleted file mode 100644
index d3a026b..0000000
--- a/app/src/main/res/drawable/selector_chide_collect.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/app/src/main/res/drawable/selector_chide_like.xml b/app/src/main/res/drawable/selector_chide_like.xml
deleted file mode 100644
index c083f31..0000000
--- a/app/src/main/res/drawable/selector_chide_like.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/app/src/main/res/drawable/selector_comment.xml b/app/src/main/res/drawable/selector_comment.xml
deleted file mode 100644
index f0a40f0..0000000
--- a/app/src/main/res/drawable/selector_comment.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/app/src/main/res/drawable/selector_common_back.xml b/app/src/main/res/drawable/selector_common_back.xml
deleted file mode 100644
index 10d7dc8..0000000
--- a/app/src/main/res/drawable/selector_common_back.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/app/src/main/res/drawable/selector_common_collect.xml b/app/src/main/res/drawable/selector_common_collect.xml
deleted file mode 100644
index 6026a01..0000000
--- a/app/src/main/res/drawable/selector_common_collect.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/app/src/main/res/drawable/selector_common_like.xml b/app/src/main/res/drawable/selector_common_like.xml
deleted file mode 100644
index ecd751f..0000000
--- a/app/src/main/res/drawable/selector_common_like.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/app/src/main/res/drawable/selector_common_reply.xml b/app/src/main/res/drawable/selector_common_reply.xml
deleted file mode 100644
index 5262f26..0000000
--- a/app/src/main/res/drawable/selector_common_reply.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/app/src/main/res/drawable/selector_difficult_text_bg.xml b/app/src/main/res/drawable/selector_difficult_text_bg.xml
deleted file mode 100644
index 7acdb58..0000000
--- a/app/src/main/res/drawable/selector_difficult_text_bg.xml
+++ /dev/null
@@ -1,7 +0,0 @@
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/app/src/main/res/drawable/selector_feedback_send.xml b/app/src/main/res/drawable/selector_feedback_send.xml
deleted file mode 100644
index 9d4c7d0..0000000
--- a/app/src/main/res/drawable/selector_feedback_send.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/app/src/main/res/drawable/selector_guide_into.xml b/app/src/main/res/drawable/selector_guide_into.xml
deleted file mode 100644
index 598ea40..0000000
--- a/app/src/main/res/drawable/selector_guide_into.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/app/src/main/res/drawable/selector_indicator_appstart.xml b/app/src/main/res/drawable/selector_indicator_appstart.xml
deleted file mode 100644
index a32cb70..0000000
--- a/app/src/main/res/drawable/selector_indicator_appstart.xml
+++ /dev/null
@@ -1,6 +0,0 @@
-
-
-
-
-
-
\ No newline at end of file
diff --git a/app/src/main/res/drawable/selector_indicator_color.xml b/app/src/main/res/drawable/selector_indicator_color.xml
deleted file mode 100644
index a32cb70..0000000
--- a/app/src/main/res/drawable/selector_indicator_color.xml
+++ /dev/null
@@ -1,6 +0,0 @@
-
-
-
-
-
-
\ No newline at end of file
diff --git a/app/src/main/res/drawable/selector_login_in.xml b/app/src/main/res/drawable/selector_login_in.xml
deleted file mode 100644
index 04eeff8..0000000
--- a/app/src/main/res/drawable/selector_login_in.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/app/src/main/res/drawable/selector_login_sign.xml b/app/src/main/res/drawable/selector_login_sign.xml
deleted file mode 100644
index c5f8239..0000000
--- a/app/src/main/res/drawable/selector_login_sign.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/app/src/main/res/drawable/selector_modify_confirm.xml b/app/src/main/res/drawable/selector_modify_confirm.xml
deleted file mode 100644
index 346a5d5..0000000
--- a/app/src/main/res/drawable/selector_modify_confirm.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/app/src/main/res/drawable/selector_nav_text_color.xml b/app/src/main/res/drawable/selector_nav_text_color.xml
deleted file mode 100644
index 7c6327d..0000000
--- a/app/src/main/res/drawable/selector_nav_text_color.xml
+++ /dev/null
@@ -1,6 +0,0 @@
-
-
-
-
-
-
\ No newline at end of file
diff --git a/app/src/main/res/drawable/selector_object_text_bg.xml b/app/src/main/res/drawable/selector_object_text_bg.xml
deleted file mode 100644
index 16e634f..0000000
--- a/app/src/main/res/drawable/selector_object_text_bg.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/app/src/main/res/drawable/selector_proce_lable1.xml b/app/src/main/res/drawable/selector_proce_lable1.xml
deleted file mode 100644
index c308b21..0000000
--- a/app/src/main/res/drawable/selector_proce_lable1.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/app/src/main/res/drawable/selector_proce_lable2.xml b/app/src/main/res/drawable/selector_proce_lable2.xml
deleted file mode 100644
index 02fbda3..0000000
--- a/app/src/main/res/drawable/selector_proce_lable2.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/app/src/main/res/drawable/selector_proce_lable3.xml b/app/src/main/res/drawable/selector_proce_lable3.xml
deleted file mode 100644
index 02c2661..0000000
--- a/app/src/main/res/drawable/selector_proce_lable3.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/app/src/main/res/drawable/selector_proce_lable4.xml b/app/src/main/res/drawable/selector_proce_lable4.xml
deleted file mode 100644
index 8e81bcd..0000000
--- a/app/src/main/res/drawable/selector_proce_lable4.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/app/src/main/res/drawable/selector_publish_1_2.xml b/app/src/main/res/drawable/selector_publish_1_2.xml
deleted file mode 100644
index d64c869..0000000
--- a/app/src/main/res/drawable/selector_publish_1_2.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/app/src/main/res/drawable/selector_publish_3_4.xml b/app/src/main/res/drawable/selector_publish_3_4.xml
deleted file mode 100644
index 9c132c5..0000000
--- a/app/src/main/res/drawable/selector_publish_3_4.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/app/src/main/res/drawable/selector_publish_4_6.xml b/app/src/main/res/drawable/selector_publish_4_6.xml
deleted file mode 100644
index b38656b..0000000
--- a/app/src/main/res/drawable/selector_publish_4_6.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/app/src/main/res/drawable/selector_publish_7_8.xml b/app/src/main/res/drawable/selector_publish_7_8.xml
deleted file mode 100644
index 55ae78b..0000000
--- a/app/src/main/res/drawable/selector_publish_7_8.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/app/src/main/res/drawable/selector_publish_9_12.xml b/app/src/main/res/drawable/selector_publish_9_12.xml
deleted file mode 100644
index 3377bda..0000000
--- a/app/src/main/res/drawable/selector_publish_9_12.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/app/src/main/res/drawable/selector_publish_addimg.xml b/app/src/main/res/drawable/selector_publish_addimg.xml
deleted file mode 100644
index 4a61f82..0000000
--- a/app/src/main/res/drawable/selector_publish_addimg.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/app/src/main/res/drawable/selector_publish_beiyun.xml b/app/src/main/res/drawable/selector_publish_beiyun.xml
deleted file mode 100644
index c18bdad..0000000
--- a/app/src/main/res/drawable/selector_publish_beiyun.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/app/src/main/res/drawable/selector_publish_child.xml b/app/src/main/res/drawable/selector_publish_child.xml
deleted file mode 100644
index 79d7703..0000000
--- a/app/src/main/res/drawable/selector_publish_child.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/app/src/main/res/drawable/selector_publish_confirm.xml b/app/src/main/res/drawable/selector_publish_confirm.xml
deleted file mode 100644
index da21bfe..0000000
--- a/app/src/main/res/drawable/selector_publish_confirm.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/app/src/main/res/drawable/selector_publish_delete.xml b/app/src/main/res/drawable/selector_publish_delete.xml
deleted file mode 100644
index b9854c9..0000000
--- a/app/src/main/res/drawable/selector_publish_delete.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/app/src/main/res/drawable/selector_publish_issue.xml b/app/src/main/res/drawable/selector_publish_issue.xml
deleted file mode 100644
index bca6725..0000000
--- a/app/src/main/res/drawable/selector_publish_issue.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/app/src/main/res/drawable/selector_publish_more_step.xml b/app/src/main/res/drawable/selector_publish_more_step.xml
deleted file mode 100644
index 63a80b4..0000000
--- a/app/src/main/res/drawable/selector_publish_more_step.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/app/src/main/res/drawable/selector_publish_parent.xml b/app/src/main/res/drawable/selector_publish_parent.xml
deleted file mode 100644
index 6ba69dc..0000000
--- a/app/src/main/res/drawable/selector_publish_parent.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/app/src/main/res/drawable/selector_publish_yuezi.xml b/app/src/main/res/drawable/selector_publish_yuezi.xml
deleted file mode 100644
index c528813..0000000
--- a/app/src/main/res/drawable/selector_publish_yuezi.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/app/src/main/res/drawable/selector_publish_yunchu.xml b/app/src/main/res/drawable/selector_publish_yunchu.xml
deleted file mode 100644
index 2a5abaf..0000000
--- a/app/src/main/res/drawable/selector_publish_yunchu.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/app/src/main/res/drawable/selector_publish_yunwan.xml b/app/src/main/res/drawable/selector_publish_yunwan.xml
deleted file mode 100644
index ac2c1fb..0000000
--- a/app/src/main/res/drawable/selector_publish_yunwan.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/app/src/main/res/drawable/selector_publish_yunzhong.xml b/app/src/main/res/drawable/selector_publish_yunzhong.xml
deleted file mode 100644
index 4367822..0000000
--- a/app/src/main/res/drawable/selector_publish_yunzhong.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/app/src/main/res/drawable/selector_recommend_chide.xml b/app/src/main/res/drawable/selector_recommend_chide.xml
deleted file mode 100644
index 5dd9e2a..0000000
--- a/app/src/main/res/drawable/selector_recommend_chide.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/app/src/main/res/drawable/selector_recommend_liaode.xml b/app/src/main/res/drawable/selector_recommend_liaode.xml
deleted file mode 100644
index 27b4ac7..0000000
--- a/app/src/main/res/drawable/selector_recommend_liaode.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/app/src/main/res/drawable/selector_reply.xml b/app/src/main/res/drawable/selector_reply.xml
deleted file mode 100644
index 22b4193..0000000
--- a/app/src/main/res/drawable/selector_reply.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/app/src/main/res/drawable/selector_setting_exit.xml b/app/src/main/res/drawable/selector_setting_exit.xml
deleted file mode 100644
index 9ab03a1..0000000
--- a/app/src/main/res/drawable/selector_setting_exit.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/app/src/main/res/drawable/selector_share.xml b/app/src/main/res/drawable/selector_share.xml
deleted file mode 100644
index 858c531..0000000
--- a/app/src/main/res/drawable/selector_share.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/app/src/main/res/drawable/selector_sign_up.xml b/app/src/main/res/drawable/selector_sign_up.xml
deleted file mode 100644
index 6be5823..0000000
--- a/app/src/main/res/drawable/selector_sign_up.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/app/src/main/res/drawable/selector_sign_verify.xml b/app/src/main/res/drawable/selector_sign_verify.xml
deleted file mode 100644
index fb24bc7..0000000
--- a/app/src/main/res/drawable/selector_sign_verify.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/app/src/main/res/drawable/selector_tab_chide.xml b/app/src/main/res/drawable/selector_tab_chide.xml
deleted file mode 100644
index da5ff5b..0000000
--- a/app/src/main/res/drawable/selector_tab_chide.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/app/src/main/res/drawable/selector_tab_guangde.xml b/app/src/main/res/drawable/selector_tab_guangde.xml
deleted file mode 100644
index 4f0d186..0000000
--- a/app/src/main/res/drawable/selector_tab_guangde.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/app/src/main/res/drawable/selector_tab_liaode.xml b/app/src/main/res/drawable/selector_tab_liaode.xml
deleted file mode 100644
index cc4d207..0000000
--- a/app/src/main/res/drawable/selector_tab_liaode.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/app/src/main/res/drawable/selector_tab_recommend.xml b/app/src/main/res/drawable/selector_tab_recommend.xml
deleted file mode 100644
index 11502bd..0000000
--- a/app/src/main/res/drawable/selector_tab_recommend.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/app/src/main/res/drawable/selector_tab_text.xml b/app/src/main/res/drawable/selector_tab_text.xml
deleted file mode 100644
index a94edde..0000000
--- a/app/src/main/res/drawable/selector_tab_text.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/app/src/main/res/drawable/selector_tab_wode.xml b/app/src/main/res/drawable/selector_tab_wode.xml
deleted file mode 100644
index d103dab..0000000
--- a/app/src/main/res/drawable/selector_tab_wode.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/app/src/main/res/drawable/selector_title_back.xml b/app/src/main/res/drawable/selector_title_back.xml
deleted file mode 100644
index 14fdab3..0000000
--- a/app/src/main/res/drawable/selector_title_back.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/app/src/main/res/drawable/selector_title_cancel.xml b/app/src/main/res/drawable/selector_title_cancel.xml
deleted file mode 100644
index 6976c31..0000000
--- a/app/src/main/res/drawable/selector_title_cancel.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/app/src/main/res/drawable/selector_title_confirm.xml b/app/src/main/res/drawable/selector_title_confirm.xml
deleted file mode 100644
index d44f69c..0000000
--- a/app/src/main/res/drawable/selector_title_confirm.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/app/src/main/res/drawable/selector_title_setting.xml b/app/src/main/res/drawable/selector_title_setting.xml
deleted file mode 100644
index a23eac6..0000000
--- a/app/src/main/res/drawable/selector_title_setting.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/app/src/main/res/drawable/selector_titlebar_add.xml b/app/src/main/res/drawable/selector_titlebar_add.xml
deleted file mode 100644
index 4c212a8..0000000
--- a/app/src/main/res/drawable/selector_titlebar_add.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/app/src/main/res/drawable/selector_titlebar_search.xml b/app/src/main/res/drawable/selector_titlebar_search.xml
deleted file mode 100644
index 52811b9..0000000
--- a/app/src/main/res/drawable/selector_titlebar_search.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/app/src/main/res/drawable/selector_titlebar_setting.xml b/app/src/main/res/drawable/selector_titlebar_setting.xml
deleted file mode 100644
index 4c212a8..0000000
--- a/app/src/main/res/drawable/selector_titlebar_setting.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/app/src/main/res/drawable/shape_bk.xml b/app/src/main/res/drawable/shape_bk.xml
deleted file mode 100644
index 13b2157..0000000
--- a/app/src/main/res/drawable/shape_bk.xml
+++ /dev/null
@@ -1,12 +0,0 @@
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/app/src/main/res/drawable/shape_difficult_checked.xml b/app/src/main/res/drawable/shape_difficult_checked.xml
deleted file mode 100644
index ecade62..0000000
--- a/app/src/main/res/drawable/shape_difficult_checked.xml
+++ /dev/null
@@ -1,7 +0,0 @@
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/app/src/main/res/drawable/shape_difficult_normal.xml b/app/src/main/res/drawable/shape_difficult_normal.xml
deleted file mode 100644
index 95c56a7..0000000
--- a/app/src/main/res/drawable/shape_difficult_normal.xml
+++ /dev/null
@@ -1,7 +0,0 @@
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/app/src/main/res/drawable/shape_feedback.xml b/app/src/main/res/drawable/shape_feedback.xml
deleted file mode 100644
index 03a3b0c..0000000
--- a/app/src/main/res/drawable/shape_feedback.xml
+++ /dev/null
@@ -1,5 +0,0 @@
-
-
-
-
-
\ No newline at end of file
diff --git a/app/src/main/res/drawable/shape_img.xml b/app/src/main/res/drawable/shape_img.xml
deleted file mode 100644
index 956a12f..0000000
--- a/app/src/main/res/drawable/shape_img.xml
+++ /dev/null
@@ -1,7 +0,0 @@
-
-
-
-
\ No newline at end of file
diff --git a/app/src/main/res/drawable/shape_item_mycollect.xml b/app/src/main/res/drawable/shape_item_mycollect.xml
deleted file mode 100644
index 4df8553..0000000
--- a/app/src/main/res/drawable/shape_item_mycollect.xml
+++ /dev/null
@@ -1,5 +0,0 @@
-
-
-
-
-
\ No newline at end of file
diff --git a/app/src/main/res/drawable/shape_object_checked.xml b/app/src/main/res/drawable/shape_object_checked.xml
deleted file mode 100644
index 322e919..0000000
--- a/app/src/main/res/drawable/shape_object_checked.xml
+++ /dev/null
@@ -1,7 +0,0 @@
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/app/src/main/res/drawable/shape_object_normal.xml b/app/src/main/res/drawable/shape_object_normal.xml
deleted file mode 100644
index 415be2c..0000000
--- a/app/src/main/res/drawable/shape_object_normal.xml
+++ /dev/null
@@ -1,7 +0,0 @@
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/app/src/main/res/drawable/shape_pick_lable.xml b/app/src/main/res/drawable/shape_pick_lable.xml
deleted file mode 100644
index 10b5c56..0000000
--- a/app/src/main/res/drawable/shape_pick_lable.xml
+++ /dev/null
@@ -1,7 +0,0 @@
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/app/src/main/res/drawable/shape_proce1.xml b/app/src/main/res/drawable/shape_proce1.xml
deleted file mode 100644
index a02a254..0000000
--- a/app/src/main/res/drawable/shape_proce1.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/app/src/main/res/drawable/shape_proce11.xml b/app/src/main/res/drawable/shape_proce11.xml
deleted file mode 100644
index a9c6f99..0000000
--- a/app/src/main/res/drawable/shape_proce11.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/app/src/main/res/drawable/shape_proce2.xml b/app/src/main/res/drawable/shape_proce2.xml
deleted file mode 100644
index 365eedf..0000000
--- a/app/src/main/res/drawable/shape_proce2.xml
+++ /dev/null
@@ -1,7 +0,0 @@
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/app/src/main/res/drawable/shape_proce22.xml b/app/src/main/res/drawable/shape_proce22.xml
deleted file mode 100644
index 5bdabfd..0000000
--- a/app/src/main/res/drawable/shape_proce22.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/app/src/main/res/drawable/shape_proce3.xml b/app/src/main/res/drawable/shape_proce3.xml
deleted file mode 100644
index ee40012..0000000
--- a/app/src/main/res/drawable/shape_proce3.xml
+++ /dev/null
@@ -1,7 +0,0 @@
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/app/src/main/res/drawable/shape_proce33.xml b/app/src/main/res/drawable/shape_proce33.xml
deleted file mode 100644
index 877d898..0000000
--- a/app/src/main/res/drawable/shape_proce33.xml
+++ /dev/null
@@ -1,7 +0,0 @@
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/app/src/main/res/drawable/shape_proce4.xml b/app/src/main/res/drawable/shape_proce4.xml
deleted file mode 100644
index 390ffaa..0000000
--- a/app/src/main/res/drawable/shape_proce4.xml
+++ /dev/null
@@ -1,7 +0,0 @@
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/app/src/main/res/drawable/shape_proce44.xml b/app/src/main/res/drawable/shape_proce44.xml
deleted file mode 100644
index a656c58..0000000
--- a/app/src/main/res/drawable/shape_proce44.xml
+++ /dev/null
@@ -1,7 +0,0 @@
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/app/src/main/res/drawable/shape_publish_bg.xml b/app/src/main/res/drawable/shape_publish_bg.xml
deleted file mode 100644
index 770192f..0000000
--- a/app/src/main/res/drawable/shape_publish_bg.xml
+++ /dev/null
@@ -1,6 +0,0 @@
-
-
-
-
-
-
\ No newline at end of file
diff --git a/app/src/main/res/drawable/shape_publish_bg2.xml b/app/src/main/res/drawable/shape_publish_bg2.xml
deleted file mode 100644
index d1b9c19..0000000
--- a/app/src/main/res/drawable/shape_publish_bg2.xml
+++ /dev/null
@@ -1,7 +0,0 @@
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/app/src/main/res/drawable/shape_publish_step4_leftcorner.xml b/app/src/main/res/drawable/shape_publish_step4_leftcorner.xml
deleted file mode 100644
index 2fa10da..0000000
--- a/app/src/main/res/drawable/shape_publish_step4_leftcorner.xml
+++ /dev/null
@@ -1,5 +0,0 @@
-
-
-
-
-
\ No newline at end of file
diff --git a/app/src/main/res/drawable/shape_publish_step4_rightcorner.xml b/app/src/main/res/drawable/shape_publish_step4_rightcorner.xml
deleted file mode 100644
index 2cbbce3..0000000
--- a/app/src/main/res/drawable/shape_publish_step4_rightcorner.xml
+++ /dev/null
@@ -1,6 +0,0 @@
-
-
-
-
-
\ No newline at end of file
diff --git a/app/src/main/res/drawable/shape_recommend_topic.xml b/app/src/main/res/drawable/shape_recommend_topic.xml
deleted file mode 100644
index 96dde83..0000000
--- a/app/src/main/res/drawable/shape_recommend_topic.xml
+++ /dev/null
@@ -1,5 +0,0 @@
-
-
-
-
-
\ No newline at end of file
diff --git a/app/src/main/res/drawable/shape_step4.xml b/app/src/main/res/drawable/shape_step4.xml
deleted file mode 100644
index 235e97c..0000000
--- a/app/src/main/res/drawable/shape_step4.xml
+++ /dev/null
@@ -1,4 +0,0 @@
-
-
-
-
\ No newline at end of file
diff --git a/app/src/main/res/drawable/shape_tab.xml b/app/src/main/res/drawable/shape_tab.xml
deleted file mode 100644
index 48ec3aa..0000000
--- a/app/src/main/res/drawable/shape_tab.xml
+++ /dev/null
@@ -1,5 +0,0 @@
-
-
-
-
-
\ No newline at end of file
diff --git a/app/src/main/res/drawable/shape_title.xml b/app/src/main/res/drawable/shape_title.xml
deleted file mode 100644
index 48ec3aa..0000000
--- a/app/src/main/res/drawable/shape_title.xml
+++ /dev/null
@@ -1,5 +0,0 @@
-
-
-
-
-
\ No newline at end of file
diff --git a/app/src/main/res/layout/activity_collection.xml b/app/src/main/res/layout/activity_collection.xml
deleted file mode 100644
index 7fa0336..0000000
--- a/app/src/main/res/layout/activity_collection.xml
+++ /dev/null
@@ -1,195 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/app/src/main/res/layout/activity_fruit_detail.xml b/app/src/main/res/layout/activity_fruit_detail.xml
deleted file mode 100644
index bda2445..0000000
--- a/app/src/main/res/layout/activity_fruit_detail.xml
+++ /dev/null
@@ -1,224 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/app/src/main/res/layout/activity_login.xml b/app/src/main/res/layout/activity_login.xml
deleted file mode 100644
index bae884d..0000000
--- a/app/src/main/res/layout/activity_login.xml
+++ /dev/null
@@ -1,122 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/app/src/main/res/layout/activity_main.xml b/app/src/main/res/layout/activity_main.xml
deleted file mode 100644
index 4418d6d..0000000
--- a/app/src/main/res/layout/activity_main.xml
+++ /dev/null
@@ -1,27 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/app/src/main/res/layout/activity_modify_password.xml b/app/src/main/res/layout/activity_modify_password.xml
deleted file mode 100644
index e84508b..0000000
--- a/app/src/main/res/layout/activity_modify_password.xml
+++ /dev/null
@@ -1,144 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/app/src/main/res/layout/activity_modify_personal_info.xml b/app/src/main/res/layout/activity_modify_personal_info.xml
deleted file mode 100644
index 11d0048..0000000
--- a/app/src/main/res/layout/activity_modify_personal_info.xml
+++ /dev/null
@@ -1,69 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/app/src/main/res/layout/activity_person_info.xml b/app/src/main/res/layout/activity_person_info.xml
deleted file mode 100644
index ad8bace..0000000
--- a/app/src/main/res/layout/activity_person_info.xml
+++ /dev/null
@@ -1,149 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/app/src/main/res/layout/activity_publish_moment.xml b/app/src/main/res/layout/activity_publish_moment.xml
deleted file mode 100644
index a683069..0000000
--- a/app/src/main/res/layout/activity_publish_moment.xml
+++ /dev/null
@@ -1,90 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/app/src/main/res/layout/activity_register.xml b/app/src/main/res/layout/activity_register.xml
deleted file mode 100644
index fcfbe25..0000000
--- a/app/src/main/res/layout/activity_register.xml
+++ /dev/null
@@ -1,128 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/app/src/main/res/layout/activity_search.xml b/app/src/main/res/layout/activity_search.xml
deleted file mode 100644
index 13c3755..0000000
--- a/app/src/main/res/layout/activity_search.xml
+++ /dev/null
@@ -1,70 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/app/src/main/res/layout/activity_setting.xml b/app/src/main/res/layout/activity_setting.xml
deleted file mode 100644
index 4e7bd2a..0000000
--- a/app/src/main/res/layout/activity_setting.xml
+++ /dev/null
@@ -1,158 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/app/src/main/res/layout/activity_start.xml b/app/src/main/res/layout/activity_start.xml
deleted file mode 100644
index 669984a..0000000
--- a/app/src/main/res/layout/activity_start.xml
+++ /dev/null
@@ -1,10 +0,0 @@
-
-
-
-
diff --git a/app/src/main/res/layout/collview.xml b/app/src/main/res/layout/collview.xml
deleted file mode 100644
index f320485..0000000
--- a/app/src/main/res/layout/collview.xml
+++ /dev/null
@@ -1,27 +0,0 @@
-
-
-
-
-
-
-
diff --git a/app/src/main/res/layout/dialog_photo.xml b/app/src/main/res/layout/dialog_photo.xml
deleted file mode 100644
index 61748c0..0000000
--- a/app/src/main/res/layout/dialog_photo.xml
+++ /dev/null
@@ -1,52 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/app/src/main/res/layout/fourview.xml b/app/src/main/res/layout/fourview.xml
deleted file mode 100644
index b2aab43..0000000
--- a/app/src/main/res/layout/fourview.xml
+++ /dev/null
@@ -1,26 +0,0 @@
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/app/src/main/res/layout/frag_faxian.xml b/app/src/main/res/layout/frag_faxian.xml
deleted file mode 100644
index 2fac321..0000000
--- a/app/src/main/res/layout/frag_faxian.xml
+++ /dev/null
@@ -1,39 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/app/src/main/res/layout/frag_leyuan.xml b/app/src/main/res/layout/frag_leyuan.xml
deleted file mode 100644
index 0289946..0000000
--- a/app/src/main/res/layout/frag_leyuan.xml
+++ /dev/null
@@ -1,55 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/app/src/main/res/layout/frag_wode.xml b/app/src/main/res/layout/frag_wode.xml
deleted file mode 100644
index 6768f2f..0000000
--- a/app/src/main/res/layout/frag_wode.xml
+++ /dev/null
@@ -1,140 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/app/src/main/res/layout/fruit_item.xml b/app/src/main/res/layout/fruit_item.xml
deleted file mode 100644
index 228a84d..0000000
--- a/app/src/main/res/layout/fruit_item.xml
+++ /dev/null
@@ -1,30 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/app/src/main/res/layout/item_bean_list.xml b/app/src/main/res/layout/item_bean_list.xml
deleted file mode 100644
index ad758a3..0000000
--- a/app/src/main/res/layout/item_bean_list.xml
+++ /dev/null
@@ -1,26 +0,0 @@
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/app/src/main/res/layout/item_footer.xml b/app/src/main/res/layout/item_footer.xml
deleted file mode 100644
index ec5bee6..0000000
--- a/app/src/main/res/layout/item_footer.xml
+++ /dev/null
@@ -1,21 +0,0 @@
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/app/src/main/res/layout/layout_pic.xml b/app/src/main/res/layout/layout_pic.xml
deleted file mode 100644
index 11c5825..0000000
--- a/app/src/main/res/layout/layout_pic.xml
+++ /dev/null
@@ -1,17 +0,0 @@
-
-
-
-
-
\ No newline at end of file
diff --git a/app/src/main/res/layout/main_view.xml b/app/src/main/res/layout/main_view.xml
deleted file mode 100644
index 4c91dc2..0000000
--- a/app/src/main/res/layout/main_view.xml
+++ /dev/null
@@ -1,57 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/app/src/main/res/layout/moments_item.xml b/app/src/main/res/layout/moments_item.xml
deleted file mode 100644
index df84e58..0000000
--- a/app/src/main/res/layout/moments_item.xml
+++ /dev/null
@@ -1,105 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/app/src/main/res/layout/search_layout.xml b/app/src/main/res/layout/search_layout.xml
deleted file mode 100644
index 8c33735..0000000
--- a/app/src/main/res/layout/search_layout.xml
+++ /dev/null
@@ -1,67 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/app/src/main/res/layout/secondview.xml b/app/src/main/res/layout/secondview.xml
deleted file mode 100644
index 5101dcb..0000000
--- a/app/src/main/res/layout/secondview.xml
+++ /dev/null
@@ -1,27 +0,0 @@
-
-
-
-
-
-
-
-
-
-
diff --git a/app/src/main/res/layout/tab_main.xml b/app/src/main/res/layout/tab_main.xml
deleted file mode 100644
index 68f2dbb..0000000
--- a/app/src/main/res/layout/tab_main.xml
+++ /dev/null
@@ -1,77 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/app/src/main/res/layout/tab_title.xml b/app/src/main/res/layout/tab_title.xml
deleted file mode 100644
index 4a7ea38..0000000
--- a/app/src/main/res/layout/tab_title.xml
+++ /dev/null
@@ -1,41 +0,0 @@
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/app/src/main/res/layout/tab_title_search.xml b/app/src/main/res/layout/tab_title_search.xml
deleted file mode 100644
index 393a47d..0000000
--- a/app/src/main/res/layout/tab_title_search.xml
+++ /dev/null
@@ -1,28 +0,0 @@
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/app/src/main/res/layout/thirdview.xml b/app/src/main/res/layout/thirdview.xml
deleted file mode 100644
index 693b9fd..0000000
--- a/app/src/main/res/layout/thirdview.xml
+++ /dev/null
@@ -1,26 +0,0 @@
-
-
-
-
-
-
diff --git a/app/src/main/res/layout/view_null.xml b/app/src/main/res/layout/view_null.xml
deleted file mode 100644
index 3509b84..0000000
--- a/app/src/main/res/layout/view_null.xml
+++ /dev/null
@@ -1,6 +0,0 @@
-
-
-
-
\ No newline at end of file
diff --git a/app/src/main/res/mipmap-anydpi-v26/ic_launcher.xml b/app/src/main/res/mipmap-anydpi-v26/ic_launcher.xml
deleted file mode 100644
index bbd3e02..0000000
--- a/app/src/main/res/mipmap-anydpi-v26/ic_launcher.xml
+++ /dev/null
@@ -1,5 +0,0 @@
-
-
-
-
-
\ No newline at end of file
diff --git a/app/src/main/res/mipmap-anydpi-v26/ic_launcher_round.xml b/app/src/main/res/mipmap-anydpi-v26/ic_launcher_round.xml
deleted file mode 100644
index bbd3e02..0000000
--- a/app/src/main/res/mipmap-anydpi-v26/ic_launcher_round.xml
+++ /dev/null
@@ -1,5 +0,0 @@
-
-
-
-
-
\ No newline at end of file
diff --git a/app/src/main/res/mipmap-hdpi/ic_launcher.png b/app/src/main/res/mipmap-hdpi/ic_launcher.png
deleted file mode 100644
index 161decf..0000000
Binary files a/app/src/main/res/mipmap-hdpi/ic_launcher.png and /dev/null differ
diff --git a/app/src/main/res/mipmap-hdpi/ic_launcher.webp b/app/src/main/res/mipmap-hdpi/ic_launcher.webp
deleted file mode 100644
index c209e78..0000000
Binary files a/app/src/main/res/mipmap-hdpi/ic_launcher.webp and /dev/null differ
diff --git a/app/src/main/res/mipmap-hdpi/ic_launcher_round.png b/app/src/main/res/mipmap-hdpi/ic_launcher_round.png
deleted file mode 100644
index 9a078e3..0000000
Binary files a/app/src/main/res/mipmap-hdpi/ic_launcher_round.png and /dev/null differ
diff --git a/app/src/main/res/mipmap-hdpi/ic_launcher_round.webp b/app/src/main/res/mipmap-hdpi/ic_launcher_round.webp
deleted file mode 100644
index b2dfe3d..0000000
Binary files a/app/src/main/res/mipmap-hdpi/ic_launcher_round.webp and /dev/null differ
diff --git a/app/src/main/res/mipmap-mdpi/ic_launcher.png b/app/src/main/res/mipmap-mdpi/ic_launcher.png
deleted file mode 100644
index 1c49710..0000000
Binary files a/app/src/main/res/mipmap-mdpi/ic_launcher.png and /dev/null differ
diff --git a/app/src/main/res/mipmap-mdpi/ic_launcher.webp b/app/src/main/res/mipmap-mdpi/ic_launcher.webp
deleted file mode 100644
index 4f0f1d6..0000000
Binary files a/app/src/main/res/mipmap-mdpi/ic_launcher.webp and /dev/null differ
diff --git a/app/src/main/res/mipmap-mdpi/ic_launcher_round.png b/app/src/main/res/mipmap-mdpi/ic_launcher_round.png
deleted file mode 100644
index efc028a..0000000
Binary files a/app/src/main/res/mipmap-mdpi/ic_launcher_round.png and /dev/null differ
diff --git a/app/src/main/res/mipmap-mdpi/ic_launcher_round.webp b/app/src/main/res/mipmap-mdpi/ic_launcher_round.webp
deleted file mode 100644
index 62b611d..0000000
Binary files a/app/src/main/res/mipmap-mdpi/ic_launcher_round.webp and /dev/null differ
diff --git a/app/src/main/res/mipmap-xhdpi/ic_launcher.png b/app/src/main/res/mipmap-xhdpi/ic_launcher.png
deleted file mode 100644
index 5fa2d66..0000000
Binary files a/app/src/main/res/mipmap-xhdpi/ic_launcher.png and /dev/null differ
diff --git a/app/src/main/res/mipmap-xhdpi/ic_launcher.webp b/app/src/main/res/mipmap-xhdpi/ic_launcher.webp
deleted file mode 100644
index 948a307..0000000
Binary files a/app/src/main/res/mipmap-xhdpi/ic_launcher.webp and /dev/null differ
diff --git a/app/src/main/res/mipmap-xhdpi/ic_launcher_round.png b/app/src/main/res/mipmap-xhdpi/ic_launcher_round.png
deleted file mode 100644
index 3af2608..0000000
Binary files a/app/src/main/res/mipmap-xhdpi/ic_launcher_round.png and /dev/null differ
diff --git a/app/src/main/res/mipmap-xhdpi/ic_launcher_round.webp b/app/src/main/res/mipmap-xhdpi/ic_launcher_round.webp
deleted file mode 100644
index 1b9a695..0000000
Binary files a/app/src/main/res/mipmap-xhdpi/ic_launcher_round.webp and /dev/null differ
diff --git a/app/src/main/res/mipmap-xhdpi/search.png b/app/src/main/res/mipmap-xhdpi/search.png
deleted file mode 100644
index caef6a6..0000000
Binary files a/app/src/main/res/mipmap-xhdpi/search.png and /dev/null differ
diff --git a/app/src/main/res/mipmap-xxhdpi/ic_launcher.png b/app/src/main/res/mipmap-xxhdpi/ic_launcher.png
deleted file mode 100644
index ee5edfe..0000000
Binary files a/app/src/main/res/mipmap-xxhdpi/ic_launcher.png and /dev/null differ
diff --git a/app/src/main/res/mipmap-xxhdpi/ic_launcher.webp b/app/src/main/res/mipmap-xxhdpi/ic_launcher.webp
deleted file mode 100644
index 28d4b77..0000000
Binary files a/app/src/main/res/mipmap-xxhdpi/ic_launcher.webp and /dev/null differ
diff --git a/app/src/main/res/mipmap-xxhdpi/ic_launcher_round.png b/app/src/main/res/mipmap-xxhdpi/ic_launcher_round.png
deleted file mode 100644
index 9bec2e6..0000000
Binary files a/app/src/main/res/mipmap-xxhdpi/ic_launcher_round.png and /dev/null differ
diff --git a/app/src/main/res/mipmap-xxhdpi/ic_launcher_round.webp b/app/src/main/res/mipmap-xxhdpi/ic_launcher_round.webp
deleted file mode 100644
index 9287f50..0000000
Binary files a/app/src/main/res/mipmap-xxhdpi/ic_launcher_round.webp and /dev/null differ
diff --git a/app/src/main/res/mipmap-xxxhdpi/ic_launcher.png b/app/src/main/res/mipmap-xxxhdpi/ic_launcher.png
deleted file mode 100644
index 463cb2d..0000000
Binary files a/app/src/main/res/mipmap-xxxhdpi/ic_launcher.png and /dev/null differ
diff --git a/app/src/main/res/mipmap-xxxhdpi/ic_launcher.webp b/app/src/main/res/mipmap-xxxhdpi/ic_launcher.webp
deleted file mode 100644
index aa7d642..0000000
Binary files a/app/src/main/res/mipmap-xxxhdpi/ic_launcher.webp and /dev/null differ
diff --git a/app/src/main/res/mipmap-xxxhdpi/ic_launcher_round.png b/app/src/main/res/mipmap-xxxhdpi/ic_launcher_round.png
deleted file mode 100644
index 34947cd..0000000
Binary files a/app/src/main/res/mipmap-xxxhdpi/ic_launcher_round.png and /dev/null differ
diff --git a/app/src/main/res/mipmap-xxxhdpi/ic_launcher_round.webp b/app/src/main/res/mipmap-xxxhdpi/ic_launcher_round.webp
deleted file mode 100644
index 9126ae3..0000000
Binary files a/app/src/main/res/mipmap-xxxhdpi/ic_launcher_round.webp and /dev/null differ
diff --git a/app/src/main/res/raw/tag_inventoried.mp3 b/app/src/main/res/raw/tag_inventoried.mp3
deleted file mode 100644
index d2e1a77..0000000
Binary files a/app/src/main/res/raw/tag_inventoried.mp3 and /dev/null differ
diff --git a/app/src/main/res/values-night/themes.xml b/app/src/main/res/values-night/themes.xml
deleted file mode 100644
index c18ef0b..0000000
--- a/app/src/main/res/values-night/themes.xml
+++ /dev/null
@@ -1,16 +0,0 @@
-
-
-
-
\ No newline at end of file
diff --git a/app/src/main/res/values-v21/styles.xml b/app/src/main/res/values-v21/styles.xml
deleted file mode 100644
index e0dd1e4..0000000
--- a/app/src/main/res/values-v21/styles.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-
-
-
-
\ No newline at end of file
diff --git a/app/src/main/res/values/colors.xml b/app/src/main/res/values/colors.xml
deleted file mode 100644
index f8c6127..0000000
--- a/app/src/main/res/values/colors.xml
+++ /dev/null
@@ -1,10 +0,0 @@
-
-
- #FFBB86FC
- #FF6200EE
- #FF3700B3
- #FF03DAC5
- #FF018786
- #FF000000
- #FFFFFFFF
-
\ No newline at end of file
diff --git a/app/src/main/res/values/dimens.xml b/app/src/main/res/values/dimens.xml
deleted file mode 100644
index 2d5fc34..0000000
--- a/app/src/main/res/values/dimens.xml
+++ /dev/null
@@ -1,20 +0,0 @@
-
-
- 16dp
- 16dp
- 40dp
- 50dp
-
-
-
- 48dp
-
-
- 50dp
-
-
- 14sp
- 10sp
-
- 100dp
-
diff --git a/app/src/main/res/values/pull_refresh_strings.xml b/app/src/main/res/values/pull_refresh_strings.xml
deleted file mode 100644
index ee594fd..0000000
--- a/app/src/main/res/values/pull_refresh_strings.xml
+++ /dev/null
@@ -1,34 +0,0 @@
-
-
-
- 已经到底啦
- 松开加载更多
- 下拉可以刷新
- 松开获取更多
- 最后更新时间 :
- 正在加载中
- 正在加载中…
-
-
- 点击屏幕,重新加载
-
- 正在加载…
-
-
- @string/pushmsg_center_pull_down_text
- 上拉可以刷新
- 松开后刷新
- @string/pushmsg_center_load_more_ongoing_text
- @string/pushmsg_center_pull_down_update_time
- 松开载入更多
- @string/pull_to_refresh_header_hint_loading
- @string/pushmsg_center_no_more_msg
- 网络不给力,请检查网络
-
-
- 图片已保存到相册
- 保存图片失败
- 下一组:
- 上一组:
-
-
\ No newline at end of file
diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml
deleted file mode 100644
index dbe1015..0000000
--- a/app/src/main/res/values/strings.xml
+++ /dev/null
@@ -1,3 +0,0 @@
-
- Fruit
-
\ No newline at end of file
diff --git a/app/src/main/res/values/styles.xml b/app/src/main/res/values/styles.xml
deleted file mode 100644
index 97e56a6..0000000
--- a/app/src/main/res/values/styles.xml
+++ /dev/null
@@ -1,324 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/app/src/main/res/values/themes.xml b/app/src/main/res/values/themes.xml
deleted file mode 100644
index e87705f..0000000
--- a/app/src/main/res/values/themes.xml
+++ /dev/null
@@ -1,16 +0,0 @@
-
-
-
-
\ No newline at end of file
diff --git a/app/src/main/res/xml/backup_rules.xml b/app/src/main/res/xml/backup_rules.xml
deleted file mode 100644
index 75dd511..0000000
--- a/app/src/main/res/xml/backup_rules.xml
+++ /dev/null
@@ -1,14 +0,0 @@
-
-
-
-
-
\ No newline at end of file
diff --git a/app/src/main/res/xml/data_extraction_rules.xml b/app/src/main/res/xml/data_extraction_rules.xml
deleted file mode 100644
index a73ffe1..0000000
--- a/app/src/main/res/xml/data_extraction_rules.xml
+++ /dev/null
@@ -1,20 +0,0 @@
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/app/src/main/res/xml/file_paths.xml b/app/src/main/res/xml/file_paths.xml
deleted file mode 100644
index a30f8b9..0000000
--- a/app/src/main/res/xml/file_paths.xml
+++ /dev/null
@@ -1,7 +0,0 @@
-
-
-
-
-
\ No newline at end of file
diff --git a/app/src/test/java/com/example/ceshi/ExampleUnitTest.java b/app/src/test/java/com/example/ceshi/ExampleUnitTest.java
deleted file mode 100644
index 4388ca5..0000000
--- a/app/src/test/java/com/example/ceshi/ExampleUnitTest.java
+++ /dev/null
@@ -1,17 +0,0 @@
-package com.example.ceshi;
-
-import org.junit.Test;
-
-import static org.junit.Assert.*;
-
-/**
- * Example local unit test, which will execute on the development machine (host).
- *
- * @see Testing documentation
- */
-public class ExampleUnitTest {
- @Test
- public void addition_isCorrect() {
- assertEquals(4, 2 + 2);
- }
-}
\ No newline at end of file
diff --git a/app/src/test/java/com/example/myapplication/ExampleUnitTest.java b/app/src/test/java/com/example/myapplication/ExampleUnitTest.java
deleted file mode 100644
index bf43ee5..0000000
--- a/app/src/test/java/com/example/myapplication/ExampleUnitTest.java
+++ /dev/null
@@ -1,17 +0,0 @@
-package com.example.myapplication;
-
-import org.junit.Test;
-
-import static org.junit.Assert.*;
-
-/**
- * Example local unit test, which will execute on the development machine (host).
- *
- * @see Testing documentation
- */
-public class ExampleUnitTest {
- @Test
- public void addition_isCorrect() {
- assertEquals(4, 2 + 2);
- }
-}
\ No newline at end of file
diff --git a/build.gradle b/build.gradle
deleted file mode 100644
index b15c903..0000000
--- a/build.gradle
+++ /dev/null
@@ -1,9 +0,0 @@
-// Top-level build file where you can add configuration options common to all sub-projects/modules.
-plugins {
- id 'com.android.application' version '7.3.0' apply false
- id 'com.android.library' version '7.3.0' apply false
-}
-
-task clean(type: Delete) {
- delete rootProject.buildDir
-}
\ No newline at end of file
diff --git a/gradle.properties b/gradle.properties
deleted file mode 100644
index dab7c28..0000000
--- a/gradle.properties
+++ /dev/null
@@ -1,21 +0,0 @@
-# Project-wide Gradle settings.
-# IDE (e.g. Android Studio) users:
-# Gradle settings configured through the IDE *will override*
-# any settings specified in this file.
-# For more details on how to configure your build environment visit
-# http://www.gradle.org/docs/current/userguide/build_environment.html
-# Specifies the JVM arguments used for the daemon process.
-# The setting is particularly useful for tweaking memory settings.
-org.gradle.jvmargs=-Xmx2048m -Dfile.encoding=UTF-8
-# When configured, Gradle will run in incubating parallel mode.
-# This option should only be used with decoupled projects. More details, visit
-# http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects
-# org.gradle.parallel=true
-# AndroidX package structure to make it clearer which packages are bundled with the
-# Android operating system, and which are packaged with your app"s APK
-# https://developer.android.com/topic/libraries/support-library/androidx-rn
-android.useAndroidX=true
-# Enables namespacing of each library's R class so that its R class includes only the
-# resources declared in the library itself and none from the library's dependencies,
-# thereby reducing the size of the R class for that library
-android.nonTransitiveRClass=true
\ No newline at end of file
diff --git a/gradle/wrapper/gradle-wrapper.jar b/gradle/wrapper/gradle-wrapper.jar
deleted file mode 100644
index e708b1c..0000000
Binary files a/gradle/wrapper/gradle-wrapper.jar and /dev/null differ
diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties
deleted file mode 100644
index 4adb9c1..0000000
--- a/gradle/wrapper/gradle-wrapper.properties
+++ /dev/null
@@ -1,6 +0,0 @@
-#Wed Oct 05 16:17:12 CST 2022
-distributionBase=GRADLE_USER_HOME
-distributionPath=wrapper/dists
-distributionUrl=https\://services.gradle.org/distributions/gradle-7.4-bin.zip
-zipStoreBase=GRADLE_USER_HOME
-zipStorePath=wrapper/dists
diff --git a/gradlew b/gradlew
deleted file mode 100644
index 4f906e0..0000000
--- a/gradlew
+++ /dev/null
@@ -1,185 +0,0 @@
-#!/usr/bin/env sh
-
-#
-# Copyright 2015 the original author or authors.
-#
-# Licensed under the Apache License, Version 2.0 (the "License");
-# you may not use this file except in compliance with the License.
-# You may obtain a copy of the License at
-#
-# https://www.apache.org/licenses/LICENSE-2.0
-#
-# Unless required by applicable law or agreed to in writing, software
-# distributed under the License is distributed on an "AS IS" BASIS,
-# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-# See the License for the specific language governing permissions and
-# limitations under the License.
-#
-
-##############################################################################
-##
-## Gradle start up script for UN*X
-##
-##############################################################################
-
-# Attempt to set APP_HOME
-# Resolve links: $0 may be a link
-PRG="$0"
-# Need this for relative symlinks.
-while [ -h "$PRG" ] ; do
- ls=`ls -ld "$PRG"`
- link=`expr "$ls" : '.*-> \(.*\)$'`
- if expr "$link" : '/.*' > /dev/null; then
- PRG="$link"
- else
- PRG=`dirname "$PRG"`"/$link"
- fi
-done
-SAVED="`pwd`"
-cd "`dirname \"$PRG\"`/" >/dev/null
-APP_HOME="`pwd -P`"
-cd "$SAVED" >/dev/null
-
-APP_NAME="Gradle"
-APP_BASE_NAME=`basename "$0"`
-
-# Add default JVM options here. You can also use JAVA_OPTS and GRADLE_OPTS to pass JVM options to this script.
-DEFAULT_JVM_OPTS='"-Xmx64m" "-Xms64m"'
-
-# Use the maximum available, or set MAX_FD != -1 to use that value.
-MAX_FD="maximum"
-
-warn () {
- echo "$*"
-}
-
-die () {
- echo
- echo "$*"
- echo
- exit 1
-}
-
-# OS specific support (must be 'true' or 'false').
-cygwin=false
-msys=false
-darwin=false
-nonstop=false
-case "`uname`" in
- CYGWIN* )
- cygwin=true
- ;;
- Darwin* )
- darwin=true
- ;;
- MINGW* )
- msys=true
- ;;
- NONSTOP* )
- nonstop=true
- ;;
-esac
-
-CLASSPATH=$APP_HOME/gradle/wrapper/gradle-wrapper.jar
-
-
-# Determine the Java command to use to start the JVM.
-if [ -n "$JAVA_HOME" ] ; then
- if [ -x "$JAVA_HOME/jre/sh/java" ] ; then
- # IBM's JDK on AIX uses strange locations for the executables
- JAVACMD="$JAVA_HOME/jre/sh/java"
- else
- JAVACMD="$JAVA_HOME/bin/java"
- fi
- if [ ! -x "$JAVACMD" ] ; then
- die "ERROR: JAVA_HOME is set to an invalid directory: $JAVA_HOME
-
-Please set the JAVA_HOME variable in your environment to match the
-location of your Java installation."
- fi
-else
- JAVACMD="java"
- which java >/dev/null 2>&1 || die "ERROR: JAVA_HOME is not set and no 'java' command could be found in your PATH.
-
-Please set the JAVA_HOME variable in your environment to match the
-location of your Java installation."
-fi
-
-# Increase the maximum file descriptors if we can.
-if [ "$cygwin" = "false" -a "$darwin" = "false" -a "$nonstop" = "false" ] ; then
- MAX_FD_LIMIT=`ulimit -H -n`
- if [ $? -eq 0 ] ; then
- if [ "$MAX_FD" = "maximum" -o "$MAX_FD" = "max" ] ; then
- MAX_FD="$MAX_FD_LIMIT"
- fi
- ulimit -n $MAX_FD
- if [ $? -ne 0 ] ; then
- warn "Could not set maximum file descriptor limit: $MAX_FD"
- fi
- else
- warn "Could not query maximum file descriptor limit: $MAX_FD_LIMIT"
- fi
-fi
-
-# For Darwin, add options to specify how the application appears in the dock
-if $darwin; then
- GRADLE_OPTS="$GRADLE_OPTS \"-Xdock:name=$APP_NAME\" \"-Xdock:icon=$APP_HOME/media/gradle.icns\""
-fi
-
-# For Cygwin or MSYS, switch paths to Windows format before running java
-if [ "$cygwin" = "true" -o "$msys" = "true" ] ; then
- APP_HOME=`cygpath --path --mixed "$APP_HOME"`
- CLASSPATH=`cygpath --path --mixed "$CLASSPATH"`
-
- JAVACMD=`cygpath --unix "$JAVACMD"`
-
- # We build the pattern for arguments to be converted via cygpath
- ROOTDIRSRAW=`find -L / -maxdepth 1 -mindepth 1 -type d 2>/dev/null`
- SEP=""
- for dir in $ROOTDIRSRAW ; do
- ROOTDIRS="$ROOTDIRS$SEP$dir"
- SEP="|"
- done
- OURCYGPATTERN="(^($ROOTDIRS))"
- # Add a user-defined pattern to the cygpath arguments
- if [ "$GRADLE_CYGPATTERN" != "" ] ; then
- OURCYGPATTERN="$OURCYGPATTERN|($GRADLE_CYGPATTERN)"
- fi
- # Now convert the arguments - kludge to limit ourselves to /bin/sh
- i=0
- for arg in "$@" ; do
- CHECK=`echo "$arg"|egrep -c "$OURCYGPATTERN" -`
- CHECK2=`echo "$arg"|egrep -c "^-"` ### Determine if an option
-
- if [ $CHECK -ne 0 ] && [ $CHECK2 -eq 0 ] ; then ### Added a condition
- eval `echo args$i`=`cygpath --path --ignore --mixed "$arg"`
- else
- eval `echo args$i`="\"$arg\""
- fi
- i=`expr $i + 1`
- done
- case $i in
- 0) set -- ;;
- 1) set -- "$args0" ;;
- 2) set -- "$args0" "$args1" ;;
- 3) set -- "$args0" "$args1" "$args2" ;;
- 4) set -- "$args0" "$args1" "$args2" "$args3" ;;
- 5) set -- "$args0" "$args1" "$args2" "$args3" "$args4" ;;
- 6) set -- "$args0" "$args1" "$args2" "$args3" "$args4" "$args5" ;;
- 7) set -- "$args0" "$args1" "$args2" "$args3" "$args4" "$args5" "$args6" ;;
- 8) set -- "$args0" "$args1" "$args2" "$args3" "$args4" "$args5" "$args6" "$args7" ;;
- 9) set -- "$args0" "$args1" "$args2" "$args3" "$args4" "$args5" "$args6" "$args7" "$args8" ;;
- esac
-fi
-
-# Escape application args
-save () {
- for i do printf %s\\n "$i" | sed "s/'/'\\\\''/g;1s/^/'/;\$s/\$/' \\\\/" ; done
- echo " "
-}
-APP_ARGS=`save "$@"`
-
-# Collect all arguments for the java command, following the shell quoting and substitution rules
-eval set -- $DEFAULT_JVM_OPTS $JAVA_OPTS $GRADLE_OPTS "\"-Dorg.gradle.appname=$APP_BASE_NAME\"" -classpath "\"$CLASSPATH\"" org.gradle.wrapper.GradleWrapperMain "$APP_ARGS"
-
-exec "$JAVACMD" "$@"
diff --git a/gradlew.bat b/gradlew.bat
deleted file mode 100644
index 107acd3..0000000
--- a/gradlew.bat
+++ /dev/null
@@ -1,89 +0,0 @@
-@rem
-@rem Copyright 2015 the original author or authors.
-@rem
-@rem Licensed under the Apache License, Version 2.0 (the "License");
-@rem you may not use this file except in compliance with the License.
-@rem You may obtain a copy of the License at
-@rem
-@rem https://www.apache.org/licenses/LICENSE-2.0
-@rem
-@rem Unless required by applicable law or agreed to in writing, software
-@rem distributed under the License is distributed on an "AS IS" BASIS,
-@rem WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-@rem See the License for the specific language governing permissions and
-@rem limitations under the License.
-@rem
-
-@if "%DEBUG%" == "" @echo off
-@rem ##########################################################################
-@rem
-@rem Gradle startup script for Windows
-@rem
-@rem ##########################################################################
-
-@rem Set local scope for the variables with windows NT shell
-if "%OS%"=="Windows_NT" setlocal
-
-set DIRNAME=%~dp0
-if "%DIRNAME%" == "" set DIRNAME=.
-set APP_BASE_NAME=%~n0
-set APP_HOME=%DIRNAME%
-
-@rem Resolve any "." and ".." in APP_HOME to make it shorter.
-for %%i in ("%APP_HOME%") do set APP_HOME=%%~fi
-
-@rem Add default JVM options here. You can also use JAVA_OPTS and GRADLE_OPTS to pass JVM options to this script.
-set DEFAULT_JVM_OPTS="-Xmx64m" "-Xms64m"
-
-@rem Find java.exe
-if defined JAVA_HOME goto findJavaFromJavaHome
-
-set JAVA_EXE=java.exe
-%JAVA_EXE% -version >NUL 2>&1
-if "%ERRORLEVEL%" == "0" goto execute
-
-echo.
-echo ERROR: JAVA_HOME is not set and no 'java' command could be found in your PATH.
-echo.
-echo Please set the JAVA_HOME variable in your environment to match the
-echo location of your Java installation.
-
-goto fail
-
-:findJavaFromJavaHome
-set JAVA_HOME=%JAVA_HOME:"=%
-set JAVA_EXE=%JAVA_HOME%/bin/java.exe
-
-if exist "%JAVA_EXE%" goto execute
-
-echo.
-echo ERROR: JAVA_HOME is set to an invalid directory: %JAVA_HOME%
-echo.
-echo Please set the JAVA_HOME variable in your environment to match the
-echo location of your Java installation.
-
-goto fail
-
-:execute
-@rem Setup the command line
-
-set CLASSPATH=%APP_HOME%\gradle\wrapper\gradle-wrapper.jar
-
-
-@rem Execute Gradle
-"%JAVA_EXE%" %DEFAULT_JVM_OPTS% %JAVA_OPTS% %GRADLE_OPTS% "-Dorg.gradle.appname=%APP_BASE_NAME%" -classpath "%CLASSPATH%" org.gradle.wrapper.GradleWrapperMain %*
-
-:end
-@rem End local scope for the variables with windows NT shell
-if "%ERRORLEVEL%"=="0" goto mainEnd
-
-:fail
-rem Set variable GRADLE_EXIT_CONSOLE if you need the _script_ return code instead of
-rem the _cmd.exe /c_ return code!
-if not "" == "%GRADLE_EXIT_CONSOLE%" exit 1
-exit /b 1
-
-:mainEnd
-if "%OS%"=="Windows_NT" endlocal
-
-:omega
diff --git a/settings.gradle b/settings.gradle
deleted file mode 100644
index bbfaaa8..0000000
--- a/settings.gradle
+++ /dev/null
@@ -1,16 +0,0 @@
-pluginManagement {
- repositories {
- gradlePluginPortal()
- google()
- mavenCentral()
- }
-}
-dependencyResolutionManagement {
- repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
- repositories {
- google()
- mavenCentral()
- }
-}
-rootProject.name = "Fruit"
-include ':app'