[go: up one dir, main page]

Skip to content
/ Wave Public

An Android View component that displays waves.

Notifications You must be signed in to change notification settings

Chiogros/Wave

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Wave

A wave View for Android apps.

Files

  • Wave.java: view class
  • attrs.xml: attributes list and types

How to use

In your activity layout, set

// /*package name*/ refers to something like `com.example.appname`
</*package name*/.folder.Wave
	xmlns:custom="http://schemas.android.com/apk/res//*package name*/"
	android:layout_width="match_parent"
	android:layout_height="125dp"
	custom:numberOfWaves="2"
	custom:waveGravity="top"
/>

How it renders

Wave example

About

An Android View component that displays waves.

Topics

Resources

Stars

Watchers

Forks

Languages