Skip to content

Commit 0cd741b

Browse files
Added Themed ProgressBar
1 parent 7755fe7 commit 0cd741b

File tree

4 files changed

+4
-3
lines changed

4 files changed

+4
-3
lines changed

.idea/gradle.xml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/misc.xml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

app/src/main/res/drawable/progress_bar_background.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33
<!-- By: Karan Gourisaria -->
44
<shape xmlns:android="http://schemas.android.com/apk/res/android">
55
<corners android:radius="100dp" />
6-
<solid android:color="@color/progressBarBg" />
6+
<solid android:color="@color/lightColorPrimary" />
77
</shape>

app/src/main/res/layout/activity_login.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,7 @@
8080
android:elevation="@dimen/mediumElevation"
8181
android:padding="@dimen/mediumPadding"
8282
android:visibility="invisible"
83+
android:indeterminateTint="#ffffff"
8384
app:layout_constraintBottom_toBottomOf="parent"
8485
app:layout_constraintEnd_toEndOf="parent"
8586
app:layout_constraintHorizontal_bias="0.5"

0 commit comments

Comments
 (0)