Skip to content

Instantly share code, notes, and snippets.

@PGMacDesign
Created July 26, 2016 16:26
Show Gist options
  • Save PGMacDesign/cc08dda8b5e177dda770fea51fa05c53 to your computer and use it in GitHub Desktop.
Save PGMacDesign/cc08dda8b5e177dda770fea51fa05c53 to your computer and use it in GitHub Desktop.
public class MyActivity {
private com.github.glomadrian.roadrunner.IndeterminateRoadRunner customProgressBarSVG;
@Override
protected void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
setContentView(R.layout.test2);
customProgressBarSVG = (IndeterminateRoadRunner) this.findViewById(R.id.customProgressBarSVG);
customProgressBarSVG.start();
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment