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

Commit bee7aba

Browse files
committed
Refactoring
1 parent afb81f1 commit bee7aba

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

library/src/main/AndroidManifest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
2-
package="com.q42.parallaxview">
2+
package="com.q42.android.scrollingimageview">
33

44
<application
55
android:allowBackup="true"

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package com.q42.parallaxview;
1+
package com.q42.android.scrollingimageview;
22

33
import android.content.Context;
44
import android.content.res.TypedArray;

0 commit comments

Comments
 (0)