Skip to content
This repository has been archived by the owner on Jan 15, 2022. It is now read-only.

Commit

Permalink
Merge pull request #47 from anlosar/master
Browse files Browse the repository at this point in the history
fixed kitkat issue #41
  • Loading branch information
Nicolas Desjardins committed Mar 6, 2014
2 parents 849f945 + 9c2061e commit 0d97dbf
Show file tree
Hide file tree
Showing 3 changed files with 123 additions and 106 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -264,5 +264,20 @@ public int deleteDropZoneLocation() {
public boolean showRemoveDropZone() {
return true;
}

@Override
public int getPageWidth(int page) {
return 0;
}

@Override
public Object getItemAt(int page, int index) {
return getPage(page).getItems().get(index);
}

@Override
public boolean disableZoomAnimationsOnChangePage() {
return true;
}

}
2 changes: 1 addition & 1 deletion pageddragdropgrid/project.properties
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@
#proguard.config=${sdk.dir}/tools/proguard/proguard-android.txt:proguard-project.txt

# Project target.
target=android-14
target=android-19
android.library=true
Loading

0 comments on commit 0d97dbf

Please sign in to comment.