File tree Expand file tree Collapse file tree
src/main/java/com/gigamole/slideimageview/lib Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -25,14 +25,14 @@ Or use Gradle jCenter:
2525
2626Or Gradle Maven Central:
2727
28- compile 'com.github.gigamole.slideimageview:library:1.1.2 '
28+ compile 'com.github.gigamole.slideimageview:library:1.1.3 '
2929
3030Or Maven:
3131
3232 <dependency>
3333 <groupId>com.github.gigamole.slideimageview</groupId>
3434 <artifactId>library</artifactId>
35- <version>1.1.2 </version>
35+ <version>1.1.3 </version>
3636 <type>aar</type>
3737 </dependency>
3838
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ apply plugin: 'com.android.library'
22apply plugin : ' com.github.dcendents.android-maven'
33apply plugin : " com.jfrog.bintray"
44
5- version = " 1.1.2 "
5+ version = " 1.1.3 "
66
77android {
88 compileSdkVersion 21
@@ -12,7 +12,7 @@ android {
1212 minSdkVersion 8
1313 targetSdkVersion 21
1414 versionCode 1
15- versionName " 1.1.2 "
15+ versionName " 1.1.3 "
1616 }
1717 buildTypes {
1818 release {
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" UTF-8" ?>
2- <module external.linked.project.path=" $MODULE_DIR$" external.root.project.path=" $MODULE_DIR$/.." external.system.id=" GRADLE" external.system.module.group=" com.github.gigamole.slideimageview" external.system.module.version=" 1.1.2 " type =" JAVA_MODULE" version =" 4" >
2+ <module external.linked.project.path=" $MODULE_DIR$" external.root.project.path=" $MODULE_DIR$/.." external.system.id=" GRADLE" external.system.module.group=" com.github.gigamole.slideimageview" external.system.module.version=" 1.1.3 " type =" JAVA_MODULE" version =" 4" >
33 <component name =" FacetManager" >
44 <facet type =" android-gradle" name =" Android-Gradle" >
55 <configuration >
Original file line number Diff line number Diff line change @@ -125,6 +125,12 @@ public void setSource(int sourceId) {
125125 }
126126
127127 private void createSource () {
128+ this .bitmapX = 0 ;
129+ this .bitmapY = 0 ;
130+
131+ this .horizontalDirection = HorizontalDirection .LEFT_TO_RIGHT ;
132+ this .verticalDirection = VerticalDirection .TOP_TO_BOTTOM ;
133+
128134 if (this .bitmap != null ) {
129135 if (this .axis == Axis .HORIZONTAL ) {
130136 this .bitmap = Bitmap .createScaledBitmap (
You can’t perform that action at this time.
0 commit comments