Progress bar with image in center
问题 Hi guys today i'am trying to do my custom progress bar, for that i created a spinner_inner and a spinner_outer, but my inner size is to large and overlaps the outer. my activity <ProgressBar style="@style/Spinner" android:layout_width="100dp" android:layout_height="100dp" android:indeterminateDrawable="@drawable/loading" /> <TextView android:id="@+id/login_status_message" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_marginBottom="16dp" android