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

github.com/nextcloud/news-android.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjohn2020star <62385383+john2020star@users.noreply.github.com>2020-06-03 04:35:13 +0300
committerGitHub <noreply@github.com>2020-06-03 04:35:13 +0300
commit312b82147da6b8fe6c48444e6d50ac50b36bb9ad (patch)
tree24124a72eddcbf968f689a3880d84b67b3728ef4 /News-Android-App/src/main/res/drawable
parent4523f766ed3cdb1ed26d9be4c9e347290bd3a2da (diff)
Fix issues on API Level 21
Diffstat (limited to 'News-Android-App/src/main/res/drawable')
-rw-r--r--News-Android-App/src/main/res/drawable/custom_progress.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/News-Android-App/src/main/res/drawable/custom_progress.xml b/News-Android-App/src/main/res/drawable/custom_progress.xml
index c1df3f65..814a4b51 100644
--- a/News-Android-App/src/main/res/drawable/custom_progress.xml
+++ b/News-Android-App/src/main/res/drawable/custom_progress.xml
@@ -19,6 +19,7 @@
<shape
android:innerRadiusRatio="2.3"
android:shape="ring"
+ android:useLevel="true"
android:angle="0"
android:type="sweep"
android:thicknessRatio="15.0">
@@ -26,4 +27,4 @@
</shape>
</rotate>
</item>
-</layer-list> \ No newline at end of file
+</layer-list>