Posted by Shoaib at 7:39:00 pm
Read our previous post
Simply use this .xml code in your activity
<RelativeLayout android:id="@+id/loadingPanel" android:layout_width="match_parent" android:layout_height="match_parent" android:gravity="center" > <ProgressBar android:layout_width="wrap_content" android:layout_height="wrap_content" android:indeterminate="true" /> </RelativeLayout>
Follow the link to find more easy methods:
Solution in Stackoverflow
No comments:
Post a Comment