diff options
author | orionlee <orionlee@yahoo.com> | 2019-04-04 13:12:09 -0700 |
---|---|---|
committer | orionlee <orionlee@yahoo.com> | 2019-04-04 13:12:09 -0700 |
commit | dfe2241b4c60980df43991a574105cdbb97a33d8 (patch) | |
tree | fb4e083c61449d0845293e7cfa89cb8629171237 /core/src/main/res/drawable | |
parent | b683d33bcb94f565367d28f504499e100b5839af (diff) | |
download | AntennaPod-dfe2241b4c60980df43991a574105cdbb97a33d8.zip |
bulk remove episodes from queue - UI - icon for dark themes.
Diffstat (limited to 'core/src/main/res/drawable')
-rw-r--r-- | core/src/main/res/drawable/ic_remove_white.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/core/src/main/res/drawable/ic_remove_white.xml b/core/src/main/res/drawable/ic_remove_white.xml new file mode 100644 index 000000000..d812091fb --- /dev/null +++ b/core/src/main/res/drawable/ic_remove_white.xml @@ -0,0 +1,5 @@ +<vector android:height="24dp" + android:viewportHeight="24.0" android:viewportWidth="24.0" + android:width="24dp" xmlns:android="http://schemas.android.com/apk/res/android"> + <path android:fillColor="#FFFFFFFF" android:pathData="M19,13H5v-2h14v2z"/> +</vector> |