Skip to content

Commit

Permalink
chore(android): forward/rewind svg (#2249)
Browse files Browse the repository at this point in the history
  • Loading branch information
lovegaoshi authored Mar 13, 2024
1 parent 5b5658b commit 34146d9
Show file tree
Hide file tree
Showing 12 changed files with 10 additions and 0 deletions.
Binary file removed android/src/main/res/drawable-hdpi/forward.png
Binary file not shown.
Binary file removed android/src/main/res/drawable-hdpi/rewind.png
Binary file not shown.
Binary file removed android/src/main/res/drawable-mdpi/forward.png
Binary file not shown.
Binary file removed android/src/main/res/drawable-mdpi/rewind.png
Binary file not shown.
Binary file removed android/src/main/res/drawable-xhdpi/forward.png
Binary file not shown.
Binary file removed android/src/main/res/drawable-xhdpi/rewind.png
Binary file not shown.
Binary file removed android/src/main/res/drawable-xxhdpi/forward.png
Binary file not shown.
Binary file removed android/src/main/res/drawable-xxhdpi/rewind.png
Binary file not shown.
Binary file removed android/src/main/res/drawable-xxxhdpi/forward.png
Binary file not shown.
Binary file removed android/src/main/res/drawable-xxxhdpi/rewind.png
Binary file not shown.
5 changes: 5 additions & 0 deletions android/src/main/res/drawable/forward.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
<vector android:autoMirrored="true" android:height="24dp"
android:tint="#FFFFFF" android:viewportHeight="24"
android:viewportWidth="24" android:width="24dp" xmlns:android="http://schemas.android.com/apk/res/android">
<path android:fillColor="@android:color/white" android:pathData="M18,13c0,3.31 -2.69,6 -6,6s-6,-2.69 -6,-6s2.69,-6 6,-6v4l5,-5l-5,-5v4c-4.42,0 -8,3.58 -8,8c0,4.42 3.58,8 8,8c4.42,0 8,-3.58 8,-8H18z"/>
</vector>
5 changes: 5 additions & 0 deletions android/src/main/res/drawable/rewind.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
<vector android:autoMirrored="true" android:height="24dp"
android:tint="#FFFFFF" android:viewportHeight="24"
android:viewportWidth="24" android:width="24dp" xmlns:android="http://schemas.android.com/apk/res/android">
<path android:fillColor="@android:color/white" android:pathData="M12,5V1L7,6l5,5V7c3.31,0 6,2.69 6,6s-2.69,6 -6,6 -6,-2.69 -6,-6H4c0,4.42 3.58,8 8,8s8,-3.58 8,-8 -3.58,-8 -8,-8z"/>
</vector>

0 comments on commit 34146d9

Please sign in to comment.