Commit 4b48beff authored by Sajal Narang's avatar Sajal Narang Committed by GitHub

Merge pull request #204 from pulsejet/patch17

Fix color of infinite blog loader
parents 6fdd22fb f9485545
......@@ -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