Permalink
Please sign in to comment.
Browse files
Compatibility to API Level 8 by using different animations for differ…
…ent system versions.
- Loading branch information...
Showing
with
27 additions
and 20 deletions.
- +1 −1 .idea/gradle.xml
- +1 −1 .idea/misc.xml
- +1 −1 .idea/vcs.xml
- +2 −2 sample/sample.iml
- +17 −13 swipe-selector/src/main/java/com/roughike/swipeselector/SwipeAdapter.java
- +5 −2 swipe-selector/swipe-selector.iml
2
.idea/gradle.xml
2
.idea/misc.xml
2
.idea/vcs.xml
@@ -1,6 +1,6 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<project version="4"> | ||
<component name="VcsDirectoryMappings"> | ||
- <mapping directory="" vcs="" /> | ||
+ <mapping directory="" vcs="Git" /> | ||
</component> | ||
</project> |
4
sample/sample.iml
30
swipe-selector/src/main/java/com/roughike/swipeselector/SwipeAdapter.java
7
swipe-selector/swipe-selector.iml
0 comments on commit
e324e8f