Skip to content

Custom progress view to show progress with cool animation.

License

Notifications You must be signed in to change notification settings

Stmen/BatteryProgressView-1

 
 

Repository files navigation

BatteryProgressView

Custom ProgressView.

Output sample

Add BatterProgressView to your layout

 <example.com.batterytest.BatteryProgressView
        android:layout_width="250dp"
        android:id="@+id/progress"
        android:layout_height="250dp"
         />

Call setProgress() to set Progress on the view.

progress= (BatteryProgressView) findViewById(R.id.progress);
progress.setProgress(66);

About

Custom progress view to show progress with cool animation.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%