Skip to content

Commit

Permalink
-radius correction in progress bar
Browse files Browse the repository at this point in the history
  • Loading branch information
pm-dimagi committed Dec 4, 2024
1 parent 2a55fd8 commit 5259fad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/res/drawable/progressbar_modern_blue.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<layer-list xmlns:android="http://schemas.android.com/apk/res/android">
<item android:id="@android:id/background">
<shape>
<corners android:radius="2dp" />
<corners android:radius="4dp" />
<gradient
android:startColor="@color/progress_bar_bg"
android:endColor="@color/progress_bar_bg"
Expand Down

0 comments on commit 5259fad

Please sign in to comment.