From 1934ea5018fb63a052a82dee635a855f3f36dc96 Mon Sep 17 00:00:00 2001 From: youth5201314 <1028729086@qq.com> Date: Tue, 26 Apr 2016 17:20:55 +0800 Subject: [PATCH] no message --- .gitignore | 1 + .idea/.name | 1 - .idea/compiler.xml | 22 - .idea/copyright/profiles_settings.xml | 3 - .idea/encodings.xml | 6 - .idea/gradle.xml | 12 - .idea/misc.xml | 53 -- .idea/modules.xml | 8 - .idea/runConfigurations.xml | 12 - .idea/vcs.xml | 6 - .idea/workspace.xml | 483 ------------------ Banner.iml | 12 +- app/app.iml | 31 +- app/build.gradle | 1 + .../java/com/test/banner/MainActivity.java | 16 +- build.gradle | 2 +- gradle.properties | 18 - gradle/wrapper/gradle-wrapper.properties | 4 +- image/banner.png | Bin 0 -> 40242 bytes library/build.gradle | 2 +- library/library.iml | 24 +- settings.gradle | 2 +- 22 files changed, 60 insertions(+), 659 deletions(-) delete mode 100644 .idea/.name delete mode 100644 .idea/compiler.xml delete mode 100644 .idea/copyright/profiles_settings.xml delete mode 100644 .idea/encodings.xml delete mode 100644 .idea/gradle.xml delete mode 100644 .idea/misc.xml delete mode 100644 .idea/modules.xml delete mode 100644 .idea/runConfigurations.xml delete mode 100644 .idea/vcs.xml delete mode 100644 .idea/workspace.xml create mode 100644 image/banner.png diff --git a/.gitignore b/.gitignore index b5cde1e..f1f6b11 100644 --- a/.gitignore +++ b/.gitignore @@ -30,3 +30,4 @@ proguard/ # Android Studio captures folder captures/ +.idea diff --git a/.idea/.name b/.idea/.name deleted file mode 100644 index 1257727..0000000 --- a/.idea/.name +++ /dev/null @@ -1 +0,0 @@ -banner \ No newline at end of file diff --git a/.idea/compiler.xml b/.idea/compiler.xml deleted file mode 100644 index 96cc43e..0000000 --- a/.idea/compiler.xml +++ /dev/null @@ -1,22 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/.idea/copyright/profiles_settings.xml b/.idea/copyright/profiles_settings.xml deleted file mode 100644 index e7bedf3..0000000 --- a/.idea/copyright/profiles_settings.xml +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/.idea/encodings.xml b/.idea/encodings.xml deleted file mode 100644 index 97626ba..0000000 --- a/.idea/encodings.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - \ No newline at end of file diff --git a/.idea/gradle.xml b/.idea/gradle.xml deleted file mode 100644 index be46e60..0000000 --- a/.idea/gradle.xml +++ /dev/null @@ -1,12 +0,0 @@ - - - - - - \ No newline at end of file diff --git a/.idea/misc.xml b/.idea/misc.xml deleted file mode 100644 index 2890ad8..0000000 --- a/.idea/misc.xml +++ /dev/null @@ -1,53 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/.idea/modules.xml b/.idea/modules.xml deleted file mode 100644 index bc50d28..0000000 --- a/.idea/modules.xml +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - \ No newline at end of file diff --git a/.idea/runConfigurations.xml b/.idea/runConfigurations.xml deleted file mode 100644 index 7f68460..0000000 --- a/.idea/runConfigurations.xml +++ /dev/null @@ -1,12 +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/.idea/workspace.xml b/.idea/workspace.xml deleted file mode 100644 index 7998756..0000000 --- a/.idea/workspace.xml +++ /dev/null @@ -1,483 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 1461570414699 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/Banner.iml b/Banner.iml index 40e9729..8ce4b5b 100644 --- a/Banner.iml +++ b/Banner.iml @@ -7,23 +7,13 @@