Skip to content

Commit

Permalink
Initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex1-111 committed Aug 7, 2024
1 parent 95281fd commit 276b5ca
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 60 deletions.
50 changes: 0 additions & 50 deletions .androidide/editor/openedFiles.json

This file was deleted.

20 changes: 10 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -171,6 +171,16 @@ waveView.setPlaybackSpeed("1.5");
waveView.setWaveProperties(color1, wave1Width, color2, wave2Width, waveSpeed);
```

> To set wave1 alpha
```java
waveView.setWave1Alpha(alpha1);
```

> To set wave2 alpha
```java
waveView.setWave2Alpha(alpha2);
```

> To control the visibility of the second wave:
```java
// Hide the second wave
Expand Down Expand Up @@ -249,16 +259,6 @@ if (waveView != null) {
}
```

> To set wave1 alpha
```java
waveView.setWave1Alpha(alpha1);
```

> To set wave2 alpha
```java
waveView.setWave2Alpha(alpha2);
```

### Permissions

> Add the following permissions to your `AndroidManifest.xml`:
Expand Down

0 comments on commit 276b5ca

Please sign in to comment.