I have a problem, my ProgressBar is displayed well but this is static without any effect and I need it to move randomly while loading a page
My code is as follows:
<ProgressBar
android:id="@+id/progreso"
style="@style/Widget.AppCompat.ProgressBar.Horizontal"
android:layout_width="match_parent"
android:layout_height="15dp"
android:layout_marginTop="68.5dp"
android:padding="0dp"
android:indeterminate="true"
/>
what will it be?