Xamarin.Android getting CircularProgressIndicator full size on Wearos

Emil Alipiev
256
Reputation points
I am using com.google.android.material.progressindicator.CircularProgressIndicator but this control doesnt align fully within the parent setting android:layout_width="match_parent"
android:layout_height="match_parent" width height also not working. Only way seems to be indicatorSize: i am trying to get that on WearOs looking like screen on the image below. how to get that dynamically based on the screen width? because there are different wearos sizes.