Skip to content

Commit

Permalink
Merge pull request #89 from karkaminski/fix/plcapital_progressbar_color
Browse files Browse the repository at this point in the history
Fix progressbaru "udział polskiego kapitału"
  • Loading branch information
rafalgawlik authored Mar 18, 2021
2 parents 9519d5c + ea37d68 commit 6c58e41
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/src/main/res/drawable/capital_bar.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<item android:id="@android:id/background">
<shape>
<solid
android:color="#656565" />
android:color="@color/pola_gray" />
</shape>
</item>

Expand All @@ -12,7 +12,7 @@
<clip>
<shape>
<solid
android:color="#656565" />
android:color="@color/pola_red" />
</shape>
</clip>
</item>
Expand Down

0 comments on commit 6c58e41

Please sign in to comment.