summaryrefslogtreecommitdiff
path: root/core/src/main/res/drawable/ic_notification_skip.xml
diff options
context:
space:
mode:
authorTony Tam <engineer.tonytam@pm.me>2020-02-10 00:32:18 -0800
committerGitHub <noreply@github.com>2020-02-10 09:32:18 +0100
commit3676644389f09d8d52e3b5da9ddf38c1d4e4a2d7 (patch)
tree78f2cfcde3e622f7a1595008d5f0f6d9301ae5ff /core/src/main/res/drawable/ic_notification_skip.xml
parentd5c6b8a2188d6e9c012a2d82d5416268c9f7a300 (diff)
downloadAntennaPod-3676644389f09d8d52e3b5da9ddf38c1d4e4a2d7.zip
30dp buttons for notification / lock screen (play, fwd, rewind) buttons (#3840)
Diffstat (limited to 'core/src/main/res/drawable/ic_notification_skip.xml')
-rw-r--r--core/src/main/res/drawable/ic_notification_skip.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/core/src/main/res/drawable/ic_notification_skip.xml b/core/src/main/res/drawable/ic_notification_skip.xml
index 0c65448cc..6bf03002a 100644
--- a/core/src/main/res/drawable/ic_notification_skip.xml
+++ b/core/src/main/res/drawable/ic_notification_skip.xml
@@ -1,5 +1,5 @@
<vector xmlns:android="http://schemas.android.com/apk/res/android"
- android:height="24dp" android:viewportHeight="24.0"
- android:viewportWidth="24.0" android:width="24dp">
+ android:height="30dp" android:viewportHeight="24.0"
+ android:viewportWidth="24.0" android:width="30dp">
<path android:fillColor="#FFFFFFFF" android:pathData="M6,18l8.5,-6L6,6v12zM16,6v12h2V6h-2z"/>
</vector>