aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/res/layout/watch_code_fragment.xml
diff options
context:
space:
mode:
Diffstat (limited to 'app/src/main/res/layout/watch_code_fragment.xml')
-rw-r--r--app/src/main/res/layout/watch_code_fragment.xml11
1 files changed, 11 insertions, 0 deletions
diff --git a/app/src/main/res/layout/watch_code_fragment.xml b/app/src/main/res/layout/watch_code_fragment.xml
index 84b344d..7bfe60a 100644
--- a/app/src/main/res/layout/watch_code_fragment.xml
+++ b/app/src/main/res/layout/watch_code_fragment.xml
@@ -7,6 +7,17 @@
android:layout_height="match_parent"
android:orientation="vertical"
android:padding="15dp">
+ <ProgressBar
+ android:id="@+id/progressBar1"
+ style="?android:attr/progressBarStyleLarge"
+ android:layout_width="wrap_content"
+ android:layout_height="wrap_content"
+ android:layout_gravity="center_horizontal"
+ android:visibility="gone"
+ app:layout_constraintBottom_toBottomOf="parent"
+ app:layout_constraintEnd_toEndOf="parent"
+ app:layout_constraintStart_toStartOf="parent"
+ app:layout_constraintTop_toTopOf="parent" />
<com.google.android.material.textfield.TextInputLayout
android:layout_width="match_parent"