Skip to content
This repository has been archived by the owner on Mar 17, 2020. It is now read-only.

Commit

Permalink
add lib,update core code add helper and slide class
Browse files Browse the repository at this point in the history
  • Loading branch information
zhan2046 committed Feb 6, 2017
1 parent 0f5f26a commit 8f782b0
Show file tree
Hide file tree
Showing 34 changed files with 1,987 additions and 725 deletions.
40 changes: 40 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
# built application files
*.apk
*.ap_
app/keystore/release.keystore

# files for the dex VM
*.dex

# Java class files
*.class

# generated files
bin/
gen/
*/build/
build/


# Local configuration file (sdk path, etc)
local.properties

# IntelliJ / Android Studio
.idea/
*.iml

# Gradle
.gradle/

# Eclipse project files
.classpath
.project

# DSStore
.DS_Store
/release.keystore
/release.properties

# other
.svn
readme.txt
1 change: 1 addition & 0 deletions .idea/gradle.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 0 additions & 12 deletions .idea/libraries/animated_vector_drawable_23_4_0.xml

This file was deleted.

15 changes: 0 additions & 15 deletions .idea/libraries/appcompat_v7_23_4_0.xml

This file was deleted.

15 changes: 0 additions & 15 deletions .idea/libraries/recyclerview_v7_23_1_0.xml

This file was deleted.

11 changes: 0 additions & 11 deletions .idea/libraries/support_annotations_23_4_0.xml

This file was deleted.

16 changes: 0 additions & 16 deletions .idea/libraries/support_v4_23_4_0.xml

This file was deleted.

12 changes: 0 additions & 12 deletions .idea/libraries/support_vector_drawable_23_4_0.xml

This file was deleted.

16 changes: 16 additions & 0 deletions .idea/misc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions .idea/modules.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 8f782b0

Please sign in to comment.