Commit f9485545 authored by Varun Patil's avatar Varun Patil

Fix color of infinite blog loader

Change color from default accent to primary, to be consistent with other
loaders.
parent 6fdd22fb
......@@ -10,5 +10,6 @@
android:layout_height="wrap_content"
android:layout_gravity="center_horizontal"
android:layout_margin="@dimen/activity_vertical_margin"
android:indeterminate="true" />
android:indeterminate="true"
android:theme="@style/BlueAccent" />
</LinearLayout>
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment