summaryrefslogtreecommitdiff
path: root/kotlin/res/drawable
diff options
context:
space:
mode:
Diffstat (limited to 'kotlin/res/drawable')
-rw-r--r--kotlin/res/drawable/kscope_audio_preview_pause_ic.xml10
-rw-r--r--kotlin/res/drawable/kscope_audio_preview_play_ic.xml10
2 files changed, 20 insertions, 0 deletions
diff --git a/kotlin/res/drawable/kscope_audio_preview_pause_ic.xml b/kotlin/res/drawable/kscope_audio_preview_pause_ic.xml
new file mode 100644
index 0000000..6d9f364
--- /dev/null
+++ b/kotlin/res/drawable/kscope_audio_preview_pause_ic.xml
@@ -0,0 +1,10 @@
+<vector xmlns:android="http://schemas.android.com/apk/res/android"
+ android:width="24dp"
+ android:height="24dp"
+ android:viewportWidth="24"
+ android:tint="?android:colorControlNormal"
+ android:viewportHeight="24">
+ <path
+ android:fillColor="@android:color/white"
+ android:pathData="M6,19h4L10,5L6,5v14zM14,5v14h4L18,5h-4z" />
+</vector>
diff --git a/kotlin/res/drawable/kscope_audio_preview_play_ic.xml b/kotlin/res/drawable/kscope_audio_preview_play_ic.xml
new file mode 100644
index 0000000..6338e3d
--- /dev/null
+++ b/kotlin/res/drawable/kscope_audio_preview_play_ic.xml
@@ -0,0 +1,10 @@
+<vector xmlns:android="http://schemas.android.com/apk/res/android"
+ android:width="24dp"
+ android:height="24dp"
+ android:viewportWidth="24"
+ android:tint="?android:colorControlNormal"
+ android:viewportHeight="24">
+ <path
+ android:fillColor="@android:color/white"
+ android:pathData="M8,5v14l11,-7z" />
+</vector>