Skip to content

Commit

Permalink
Update progress.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
lorenzoPrimi committed Mar 5, 2021
1 parent 11c5bc6 commit 2b1c075
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/main/res/drawable/progress.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<item android:id="@android:id/background">
<shape android:shape="rectangle">
<corners android:radius="8dp"/>
<solid android:color="@android:color/white"/>
<solid android:color="#33ffffff"/>
</shape>
</item>
<item android:id="@android:id/secondaryProgress">
Expand Down

0 comments on commit 2b1c075

Please sign in to comment.