Circular ProgressBar Background: Android Xamarin
I have a circular progress-bar and it works fine.But Background is not appearing, even though i have given shape for "background" in the xml drawable file and also progress starts from the right side of the circle (as shown in the figure). I want it to make it from the top. Here is my code: <ProgressBar android:id="@+id/progressBarToday" style="?android:attr/progressBarStyleHorizontal" android:layout_width="50dip" android:layout_height="50dip" android:layout_centerInParent="true" android:indeterminate="false" android:max="60" android:progress="0" android:progressDrawable="@drawable/progressbar