私はカスタムしたいProgressDialog
、私は作った
setIndeterminateDrawable(context.getResources().getDrawable(R.drawable.processbar_style))
、
これは R.drawable.processbar_style です:
<?xml version="1.0" encoding="utf-8"?>
<rotate xmlns:android="http://schemas.android.com/apk/res/android"
android:drawable="@drawable/processbar"
android:pivotX="50%"
android:pivotY="50%"
/>