BatteryProgressView

Additional

Language
Java
Version
N/A
Created
Jun 5, 2017
Updated
Jun 6, 2017 (Retired)
Owner
Jinesh Francis (jineshfrancs)
Contributor
Jinesh Francis (jineshfrancs)
1
Activity
Badge
Generate
Download
Source code

BatteryProgressView

Custom ProgressView.

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);