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:34:42 +0300
committerStefan Niedermann <info@niedermann.it>2021-09-10 19:34:42 +0300
commit5252cb7c331cdf52fc773811391c6226769d9538 (patch)
tree92608d7cbbba0b80ccc6f73d97b4a266163bb500
parent9d1d59e7f2e7b02cc39a7e2cdbed5939d0d427a1 (diff)
#545 Visualize import progress UI545-progress
Signed-off-by: Stefan Niedermann <info@niedermann.it>
-rw-r--r--app/src/main/res/drawable/circle.xml8
1 files changed, 8 insertions, 0 deletions
diff --git a/app/src/main/res/drawable/circle.xml b/app/src/main/res/drawable/circle.xml
new file mode 100644
index 000000000..8a1da5d66
--- /dev/null
+++ b/app/src/main/res/drawable/circle.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="utf-8"?>
+<shape xmlns:android="http://schemas.android.com/apk/res/android"
+ android:shape="ring"
+ android:innerRadiusRatio="2.5"
+ android:thickness="4dp"
+ android:useLevel="true">
+ <solid android:color="@color/defaultBrand" />
+</shape> \ No newline at end of file