aboutsummaryrefslogtreecommitdiffstats
path: root/app/res/layout/activity_long_task.xml
diff options
context:
space:
mode:
Diffstat (limited to 'app/res/layout/activity_long_task.xml')
-rw-r--r--app/res/layout/activity_long_task.xml38
1 files changed, 20 insertions, 18 deletions
diff --git a/app/res/layout/activity_long_task.xml b/app/res/layout/activity_long_task.xml
index 769144e..a17ba32 100644
--- a/app/res/layout/activity_long_task.xml
+++ b/app/res/layout/activity_long_task.xml
@@ -3,23 +3,25 @@
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="@color/black" >
-
- <ProgressBar
- android:id="@+id/progbar"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:layout_centerHorizontal="true"
- android:layout_centerVertical="true" />
-
- <TextView
- android:id="@+id/txt_msg"
+
+ <ProgressBar
+ android:id="@+id/progbar"
+ style="?android:attr/progressBarStyleLarge"
+ android:layout_width="wrap_content"
+ android:layout_height="wrap_content"
+ android:visibility="gone"
+ android:layout_centerHorizontal="true"
+ android:layout_centerVertical="true"
+ android:indeterminateDrawable="@drawable/repwifi_progbar" />
+
+ <TextView
+ android:id="@+id/txt_msg"
android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:layout_centerHorizontal="true"
- android:layout_centerVertical="true"
- android:layout_below="@id/progbar"
- android:padding="10dp"
- android:textColor="@color/ThemeLight" />
-
-
+ android:layout_height="wrap_content"
+ android:layout_below="@id/progbar"
+ android:layout_centerHorizontal="true"
+ android:layout_centerVertical="true"
+ android:padding="10dp"
+ android:textColor="@color/ThemeLight" />
+
</RelativeLayout> \ No newline at end of file