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

Commit 02b9374

Browse files
committed
Minor spelling error
1 parent fa922f0 commit 02b9374

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,15 +36,15 @@ Don't forget to add the namespace to your root XLM element
3636
xmlns:scrolling_image_view="http://schemas.android.com/apk/res-auto"
3737
```
3838

39-
In your Java code you can start and stop the animation like this:
39+
In your Java code, you can start and stop the animation like this:
4040
```java
4141
ScrollingImageView scrollingBackground = (ScrollingImageView) loader.findViewById(R.id.scrolling_background);
4242
scrollingBackground.stop();
4343
scrollingBackground.start();
4444
```
4545

4646
## Parallax effect
47-
In order to achieve a parallax effect you can stack multiple `ScrollingImageView`'s in a `FrameLayout` with diffirent speeds, for example:
47+
In order to achieve a parallax effect, you can stack multiple `ScrollingImageView`'s in a `FrameLayout` with different speeds. For example:
4848
```xml
4949
<FrameLayout
5050
android:layout_width="match_parent"

0 commit comments

Comments
 (0)