aboutsummaryrefslogtreecommitdiffstats
path: root/app/res/layout/activity_long_task.xml
diff options
context:
space:
mode:
authorFil <fil.bergamo@riseup.net>2017-03-07 23:07:50 +0100
committerFil <fil.bergamo@riseup.net>2017-03-07 23:07:50 +0100
commit6cd05512a7bca3becff60ae470f43793744c7f86 (patch)
treeb05dd0d004f10f9c5255d1732893593b286d0b1e /app/res/layout/activity_long_task.xml
parent8b111e0799432fc5a6ead191e1029cc1446a8c91 (diff)
downloadpackages_apps_repwifi-6cd05512a7bca3becff60ae470f43793744c7f86.zip
packages_apps_repwifi-6cd05512a7bca3becff60ae470f43793744c7f86.tar.gz
packages_apps_repwifi-6cd05512a7bca3becff60ae470f43793744c7f86.tar.bz2
Removed bin directory, renamed root directory
Diffstat (limited to 'app/res/layout/activity_long_task.xml')
-rw-r--r--app/res/layout/activity_long_task.xml25
1 files changed, 25 insertions, 0 deletions
diff --git a/app/res/layout/activity_long_task.xml b/app/res/layout/activity_long_task.xml
new file mode 100644
index 0000000..769144e
--- /dev/null
+++ b/app/res/layout/activity_long_task.xml
@@ -0,0 +1,25 @@
+<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
+ android:id="@+id/layout"
+ 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"
+ 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" />
+
+
+</RelativeLayout> \ No newline at end of file