Skip to content

Commit

Permalink
Lockscreen Clock: Fix battery progressbar tint for clock style 19
Browse files Browse the repository at this point in the history
  • Loading branch information
Mahmud0808 committed Aug 17, 2024
1 parent 49a9cc3 commit 37e331d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/src/main/res/drawable/ios_widget_line_progress_track.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
<item
android:id="@android:id/background"
android:gravity="fill_horizontal|center">
<shape android:tint="#4DFFFFFF">
<solid android:color="#ffffffff" />
<shape android:tint="#FFFFFFFF">
<solid android:color="#4dffffff" />
<size android:height="8dp" />
<corners android:radius="12dp" />
</shape>
Expand Down

0 comments on commit 37e331d

Please sign in to comment.