Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/stefan-niedermann/nextcloud-deck.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Niedermann <info@niedermann.it>2021-09-10 19:03:45 +0300
committerNiedermann IT-Dienstleistungen <stefan-niedermann@users.noreply.github.com>2021-09-10 19:44:25 +0300
commit36f68c1960a8e09fc16f729ee370adba5976feaf (patch)
tree9b6f81f66309611a32254146ba4d3d750c40029c /app/src/main
parent268384ef4c20cad3b732c1a18549a547bf5484d3 (diff)
#545 Visualize import progress WIP
Signed-off-by: Stefan Niedermann <info@niedermann.it>
Diffstat (limited to 'app/src/main')
-rw-r--r--app/src/main/res/layout/activity_import_account.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/app/src/main/res/layout/activity_import_account.xml b/app/src/main/res/layout/activity_import_account.xml
index b29aca60d..f769f8443 100644
--- a/app/src/main/res/layout/activity_import_account.xml
+++ b/app/src/main/res/layout/activity_import_account.xml
@@ -65,7 +65,8 @@
<ProgressBar
android:id="@+id/progress_circular"
- android:layout_width="wrap_content"
+ style="?android:attr/progressBarStyleHorizontal"
+ android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_below="@id/add_button"
android:layout_centerHorizontal="true"