Skip to content

Commit

Permalink
Merge pull request #29 from xmartlabs/fix-package-name
Browse files Browse the repository at this point in the history
Fix package name in classes
  • Loading branch information
kanytu committed Aug 12, 2015
2 parents f6cba33 + 429da17 commit e373825
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
import android.widget.TextView;
import android.widget.Toast;

import com.poliveira.parallaxrecycleradapter.HeaderLayoutManagerFixed;
import com.poliveira.parallaxrecycleradapter.ParallaxRecyclerAdapter;
import com.poliveira.parallaxrecyclerview.HeaderLayoutManagerFixed;
import com.poliveira.parallaxrecyclerview.ParallaxRecyclerAdapter;

import java.util.ArrayList;
import java.util.List;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package com.poliveira.parallaxrecycleradapter;
package com.poliveira.parallaxrecyclerview;

import android.content.Context;
import android.graphics.PointF;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package com.poliveira.parallaxrecycleradapter;
package com.poliveira.parallaxrecyclerview;

import android.content.Context;
import android.graphics.Canvas;
Expand Down

0 comments on commit e373825

Please sign in to comment.