Use accent color for refresh circle

This commit is contained in:
arkon
2020-03-10 22:53:49 -04:00
parent a405324907
commit 937fb85376
9 changed files with 39 additions and 15 deletions
+2 -2
View File
@@ -5,7 +5,7 @@
android:layout_height="match_parent"
android:orientation="vertical">
<androidx.swiperefreshlayout.widget.SwipeRefreshLayout
<eu.kanade.tachiyomi.widget.ThemedSwipeRefreshLayout
android:id="@+id/swipe_refresh"
android:layout_width="match_parent"
android:layout_height="match_parent"
@@ -19,6 +19,6 @@
android:layout_height="match_parent"
tools:listitem="@layout/track_item" />
</androidx.swiperefreshlayout.widget.SwipeRefreshLayout>
</eu.kanade.tachiyomi.widget.ThemedSwipeRefreshLayout>
</LinearLayout>