Skip to content

Commit

Permalink
Merge pull request #55 from Bmarwane93/feat/skip-uses-wrong-button-icon
Browse files Browse the repository at this point in the history
Feat/skip uses wrong button icon
  • Loading branch information
naveensingh authored Apr 28, 2024
2 parents f74bf4d + 96ad31b commit 7ec83be
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions app/src/main/res/drawable/ic_next_vector.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
<vector xmlns:android="http://schemas.android.com/apk/res/android" android:width="24dp" android:height="24dp" android:viewportWidth="960" android:viewportHeight="960">
<path android:fillColor="#FF000000" android:pathData="M660 720V240h80v480h-80zm-440 0V240l360 240-360 240z"/>
</vector>
3 changes: 3 additions & 0 deletions app/src/main/res/drawable/ic_previous_vector.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
<vector xmlns:android="http://schemas.android.com/apk/res/android" android:width="24dp" android:height="24dp" android:viewportWidth="960" android:viewportHeight="960">
<path android:fillColor="#FF000000" android:pathData="M220 720V240h80v480h-80zm520 0L380 480l360-240v480z"/>
</vector>

0 comments on commit 7ec83be

Please sign in to comment.