Skip to content

Commit

Permalink
修复默认周视图,左右滑动的bug,更新效果图
Browse files Browse the repository at this point in the history
  • Loading branch information
senlinxuefeng committed Jan 10, 2017
1 parent b09f6eb commit 73e9558
Show file tree
Hide file tree
Showing 19 changed files with 296 additions and 69 deletions.
72 changes: 11 additions & 61 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,82 +1,32 @@
<<<<<<< HEAD
<<<<<<< HEAD
*.iml
.gradle
/local.properties
/.idea/workspace.xml
/.idea/libraries
.DS_Store
/build
/captures
.externalNativeBuild
=======
# 通用的忽略文件设置(http://stackoverflow.com/questions/16736856/what-should-be-in-my-gitignore-for-an-android-studio-project)
# built application files
*.apk
*.ap_

# files for the dex VM
=======
# Built application files
*.apk
*.ap_

# Files for the ART/Dalvik VM
>>>>>>> 255ce4d0ca8cb280ecbcbc98cebfb5a403c5d6a6
*.dex

# Java class files
*.class

<<<<<<< HEAD
# generated files
bin/
gen/
=======
# Generated files
bin/
gen/
out/

# Gradle files
# Ignore gradle files
.gradle/
build/
>>>>>>> 255ce4d0ca8cb280ecbcbc98cebfb5a403c5d6a6

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

<<<<<<< HEAD
# Eclipse project files
.classpath
.project
# Mac OS X clutter
*.DS_Store

# Proguard folder generated by Eclipse
proguard/

# Intellij project files
# Android Studio
*.iml
*.ipr
*.iws
.idea/

>>>>>>> 75df40ca931fef7d4a370a7eb7bb028e95554ad1
=======
# Proguard folder generated by Eclipse
proguard/

# Log Files
*.log

# Android Studio Navigation editor temp files
.navigation/

# Android Studio captures folder
captures/

# Intellij
*.iml
.idea/workspace.xml
# Intellij IDEA (see https://intellij-support.jetbrains.com/entries/23393067)
/.idea/workspace.xml
/.idea/libraries

# Keystore files
*.jks
>>>>>>> 255ce4d0ca8cb280ecbcbc98cebfb5a403c5d6a6
# other setting
/captures
*.keystore
22 changes: 22 additions & 0 deletions .idea/compiler.xml

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

3 changes: 3 additions & 0 deletions .idea/copyright/profiles_settings.xml

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

6 changes: 6 additions & 0 deletions .idea/encodings.xml

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

19 changes: 19 additions & 0 deletions .idea/gradle.xml

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

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

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

10 changes: 10 additions & 0 deletions .idea/modules.xml

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

12 changes: 12 additions & 0 deletions .idea/runConfigurations.xml

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

6 changes: 6 additions & 0 deletions .idea/vcs.xml

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

Loading

0 comments on commit 73e9558

Please sign in to comment.