Mokyyds / BatteryProgressView

Custom progress view to show progress with cool animation.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

License:Apache License 2.0


Languages

Language:Java 100.0%