I using a progress bar inside my layout. When I start the app the progress bar is always aligned to top left corner of screen. Below is my xml layout file. how can I align it o
Remove Progress bar from ScrollView and place it as the first child of parent layout and use android:layout_centerInParent="true"
ScrollView
android:layout_centerInParent="true"