Commit 5bccc51a authored by Varun Patil's avatar Varun Patil

Make progressbar blue

parent c4a96b24
......@@ -213,7 +213,8 @@
<ProgressBar
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:indeterminate="true" />
android:indeterminate="true"
android:theme="@style/BlueAccent"/>
</RelativeLayout>
<app.insti.TouchImageView
......
......@@ -83,7 +83,8 @@
<ProgressBar
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:indeterminate="true" />
android:indeterminate="true"
android:theme="@style/BlueAccent"/>
</RelativeLayout>
</RelativeLayout>
\ No newline at end of file
......@@ -68,7 +68,8 @@
<ProgressBar
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:indeterminate="true" />
android:indeterminate="true"
android:theme="@style/BlueAccent"/>
</RelativeLayout>
</FrameLayout>
\ No newline at end of file
......@@ -37,6 +37,7 @@
<ProgressBar
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:indeterminate="true" />
android:indeterminate="true"
android:theme="@style/BlueAccent"/>
</RelativeLayout>
</RelativeLayout>
\ No newline at end of file
......@@ -84,7 +84,8 @@
<ProgressBar
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:indeterminate="true" />
android:indeterminate="true"
android:theme="@style/BlueAccent"/>
</RelativeLayout>
<RelativeLayout
......
......@@ -46,6 +46,7 @@
<ProgressBar
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:indeterminate="true" />
android:indeterminate="true"
android:theme="@style/BlueAccent"/>
</RelativeLayout>
</RelativeLayout>
\ No newline at end of file
......@@ -38,6 +38,7 @@
<ProgressBar
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:indeterminate="true" />
android:indeterminate="true"
android:theme="@style/BlueAccent"/>
</RelativeLayout>
</RelativeLayout>
......@@ -26,6 +26,7 @@
<ProgressBar
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:indeterminate="true" />
android:indeterminate="true"
android:theme="@style/BlueAccent" />
</RelativeLayout>
</RelativeLayout>
......@@ -18,7 +18,8 @@
<ProgressBar
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:indeterminate="true" />
android:indeterminate="true"
android:theme="@style/BlueAccent"/>
</RelativeLayout>
</FrameLayout>
......@@ -26,6 +26,7 @@
<ProgressBar
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:indeterminate="true" />
android:indeterminate="true"
android:theme="@style/BlueAccent"/>
</RelativeLayout>
</RelativeLayout>
......@@ -104,7 +104,8 @@
<ProgressBar
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:indeterminate="true" />
android:indeterminate="true"
android:theme="@style/BlueAccent"/>
</RelativeLayout>
<app.insti.TouchImageView
......
......@@ -26,6 +26,7 @@
<ProgressBar
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:indeterminate="true" />
android:indeterminate="true"
android:theme="@style/BlueAccent"/>
</RelativeLayout>
</RelativeLayout>
......@@ -13,6 +13,10 @@
<item name="windowNoTitle">true</item>
</style>
<style name="BlueAccent">
<item name="colorAccent">@color/colorPrimary</item>
</style>
<style name="AppTheme.AppBarOverlay" parent="ThemeOverlay.AppCompat.Dark.ActionBar" />
<style name="AppTheme.PopupOverlay" parent="ThemeOverlay.AppCompat.Light" />
......
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