WaveView

A wave view of android,can be used as progress bar.

Github stars Tracking Chart

icon

WaveView

![Gitter](https://badges.gitter.im/Join Chat.svg)
Android Arsenal

A wave view of android,can be used as progress bar.

Screenshot


APK


demo.apk

What can be used as


  • background
  • progress bar

How to use


https://github.com/john990/WaveView/blob/master/app/src/main/res/layout/main.xml#L7-L17

    <com.john.waveview.WaveView
        android:id="@+id/wave_view"
        android:layout_width="match_parent"
        android:layout_height="match_parent"
        android:background="#ff702e8c"
        wave:above_wave_color="@android:color/white"
        wave:blow_wave_color="@android:color/white"
        wave:progress="80"
        wave:wave_height="little"
        wave:wave_hz="normal"
        wave:wave_length="middle" />

or you can just use(default progress is 80%)

    <com.john.waveview.WaveView
        android:id="@+id/wave_view"
        android:layout_width="match_parent"
        android:layout_height="match_parent"
        android:background="@color/holo_purple"
        />

dependencies

allprojects {
		repositories {
			...
			maven { url "https://jitpack.io" }
		}
	}
	
	dependencies {
	        compile 'com.github.john990:WaveView:v0.9'
	}

Main metrics

Overview
Name With Ownerjohn990/WaveView
Primary LanguageJava
Program languageJava (Language Count: 1)
Platform
License:Apache License 2.0
所有者活动
Created At2014-06-17 09:26:16
Pushed At2021-02-23 12:00:05
Last Commit At2016-06-24 14:17:06
Release Count1
Last Release Namev0.9 (Posted on )
First Release Namev0.9 (Posted on )
用户参与
Stargazers Count1.3k
Watchers Count40
Fork Count301
Commits Count62
Has Issues Enabled
Issues Count19
Issue Open Count11
Pull Requests Count4
Pull Requests Open Count4
Pull Requests Close Count0
项目设置
Has Wiki Enabled
Is Archived
Is Fork
Is Locked
Is Mirror
Is Private