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
To center it try in your progress bar area.
android:gravity="center"