Skip to content

jineshfrancs/BatteryProgressView

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.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages