Skip to content

Commit

Permalink
vector graphics volume assets
Browse files Browse the repository at this point in the history
  • Loading branch information
courville committed Dec 3, 2023
1 parent 274df5c commit 7974578
Show file tree
Hide file tree
Showing 10 changed files with 59 additions and 0 deletions.
Binary file removed res/drawable-xhdpi/volume_minus.webp
Binary file not shown.
Binary file removed res/drawable-xhdpi/volume_minus_pressed.webp
Binary file not shown.
Binary file removed res/drawable-xhdpi/volume_plus.webp
Binary file not shown.
Binary file removed res/drawable-xhdpi/volume_plus_pressed.webp
Binary file not shown.
9 changes: 9 additions & 0 deletions res/drawable/volume_minus.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="116dp"
android:height="116dp"
android:viewportWidth="116"
android:viewportHeight="116">
<path
android:pathData="M35.01,55h45.98v6h-45.98z"
android:fillColor="#ffffff"/>
</vector>
5 changes: 5 additions & 0 deletions res/drawable/volume_minus_disabled.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
<vector android:alpha="0.5" android:height="116dp"
android:viewportHeight="116" android:viewportWidth="116"
android:width="116dp" xmlns:android="http://schemas.android.com/apk/res/android">
<path android:fillColor="#ffffff" android:pathData="M35.01,55h45.98v6h-45.98z"/>
</vector>
12 changes: 12 additions & 0 deletions res/drawable/volume_minus_pressed.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="116dp"
android:height="116dp"
android:viewportWidth="116"
android:viewportHeight="116">
<path
android:pathData="M-0,58a58,58 96.14,1 0,116 0a58,58 96.14,1 0,-116 0z"
android:fillColor="#00A7FF"/>
<path
android:pathData="M35.01,55h45.98v6h-45.98z"
android:fillColor="#ffffff"/>
</vector>
12 changes: 12 additions & 0 deletions res/drawable/volume_plus.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="116dp"
android:height="116dp"
android:viewportWidth="116"
android:viewportHeight="116">
<path
android:pathData="M35.01,55h45.98v6h-45.98z"
android:fillColor="#ffffff"/>
<path
android:pathData="M55,80.99l0,-45.98l6,0l-0,45.98z"
android:fillColor="#ffffff"/>
</vector>
6 changes: 6 additions & 0 deletions res/drawable/volume_plus_disabled.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
<vector android:alpha="0.5" android:height="116dp"
android:viewportHeight="116" android:viewportWidth="116"
android:width="116dp" xmlns:android="http://schemas.android.com/apk/res/android">
<path android:fillColor="#ffffff" android:pathData="M35.01,55h45.98v6h-45.98z"/>
<path android:fillColor="#ffffff" android:pathData="M55,80.99l0,-45.98l6,0l-0,45.98z"/>
</vector>
15 changes: 15 additions & 0 deletions res/drawable/volume_plus_pressed.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="116dp"
android:height="116dp"
android:viewportWidth="116"
android:viewportHeight="116">
<path
android:pathData="M-0,58a58,58 96.14,1 0,116 0a58,58 96.14,1 0,-116 0z"
android:fillColor="#00A7FF"/>
<path
android:pathData="M35.01,55h45.98v6h-45.98z"
android:fillColor="#ffffff"/>
<path
android:pathData="M55,80.99l0,-45.98l6,0l-0,45.98z"
android:fillColor="#ffffff"/>
</vector>

0 comments on commit 7974578

Please sign in to comment.