Android ProgressBar size take whole screen
Android ProgressBar size take whole screen I'm trying to implement an Android ProgressBar but its size is taking the whole screen. I've followed a couple of examples but it didn't make any effect. Here is my code <ProgressBar android:id="@+id/progress" android:layout_width="wrap_content" android:layout_height="wrap_content" android:indeterminate="false" android:padding="45dp" android:visibility="gone" /> Post your code so we know what's the problem is – Tam Huynh Jul 2 at 3:09 post a screenshot...and always post your code.... – Abhi Jul 2 at 4:05 ...