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:
authorDavid Luhmer <david-dev@live.de>2018-09-28 22:22:36 +0300
committerDavid Luhmer <david-dev@live.de>2018-09-28 22:22:36 +0300
commit8bc5b50d0a107940fa154fb0165319f151a7b4dd (patch)
tree05763d0f70d6b0267150be7bd37ed3beb0047094 /News-Android-App/src/main/res/drawable
parente912dd2602ee4805fc7f3f5a0560def151015792 (diff)
fix color reference
Diffstat (limited to 'News-Android-App/src/main/res/drawable')
-rw-r--r--News-Android-App/src/main/res/drawable/custom_progress.xml2
1 files changed, 1 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 b5da5e49..c1df3f65 100644
--- a/News-Android-App/src/main/res/drawable/custom_progress.xml
+++ b/News-Android-App/src/main/res/drawable/custom_progress.xml
@@ -22,7 +22,7 @@
android:angle="0"
android:type="sweep"
android:thicknessRatio="15.0">
- <solid android:color="@color/colorPrimaryDarkDarkTheme"/>
+ <solid android:color="@color/colorPrimary"/>
</shape>
</rotate>
</item>