Skip to content
This repository was archived by the owner on Apr 7, 2026. It is now read-only.

Commit afb81f1

Browse files
committed
Refactoring
1 parent 495c9c5 commit afb81f1

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

library/src/main/java/com/q42/parallaxview/ParallaxView.java renamed to library/src/main/java/com/q42/parallaxview/ScrollingImageView.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
/**
1616
* Created by thijs on 08-06-15.
1717
*/
18-
public class ParallaxView extends View {
18+
public class ScrollingImageView extends View {
1919
private final int speed;
2020
private final Bitmap bitmap;
2121

@@ -24,7 +24,7 @@ public class ParallaxView extends View {
2424

2525
private boolean isStarted;
2626

27-
public ParallaxView(Context context, AttributeSet attrs) {
27+
public ScrollingImageView(Context context, AttributeSet attrs) {
2828
super(context, attrs);
2929
TypedArray ta = context.obtainStyledAttributes(attrs, R.styleable.ParallaxView, 0, 0);
3030
try {

0 commit comments

Comments
 (0)