device Diagnostics updated the screen with progress bar

This commit is contained in:
chandrashekhar reddy
2024-04-30 17:56:51 +05:30
parent 4ba2f38583
commit 238debae85
3 changed files with 62 additions and 7 deletions

View File

@@ -71,7 +71,16 @@
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toBottomOf="@id/tv_subtitle3" />
<ProgressBar
android:id="@+id/progressBarHor"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_margin="16dp"
android:visibility="gone"
style="@style/Widget.AppCompat.ProgressBar.Horizontal"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toBottomOf="@id/tv_subtitle4"/>
<Button
android:id="@+id/btn_submit"
android:layout_width="wrap_content"