diff --git a/plugin.xml b/plugin.xml index d16c756..9510e4d 100644 --- a/plugin.xml +++ b/plugin.xml @@ -29,6 +29,23 @@ + + + + + + + + + + + + + + + + + diff --git a/res/android/drawable-hdpi/ic_action_next_item.png b/res/android/drawable-hdpi/ic_action_next_item.png new file mode 100644 index 0000000..fa469d8 Binary files /dev/null and b/res/android/drawable-hdpi/ic_action_next_item.png differ diff --git a/res/android/drawable-hdpi/ic_action_previous_item.png b/res/android/drawable-hdpi/ic_action_previous_item.png new file mode 100644 index 0000000..e861ecc Binary files /dev/null and b/res/android/drawable-hdpi/ic_action_previous_item.png differ diff --git a/res/android/drawable-hdpi/ic_action_remove.png b/res/android/drawable-hdpi/ic_action_remove.png new file mode 100644 index 0000000..f889617 Binary files /dev/null and b/res/android/drawable-hdpi/ic_action_remove.png differ diff --git a/res/android/drawable-mdpi/ic_action_next_item.png b/res/android/drawable-mdpi/ic_action_next_item.png new file mode 100644 index 0000000..47365a3 Binary files /dev/null and b/res/android/drawable-mdpi/ic_action_next_item.png differ diff --git a/res/android/drawable-mdpi/ic_action_previous_item.png b/res/android/drawable-mdpi/ic_action_previous_item.png new file mode 100644 index 0000000..4ad2df4 Binary files /dev/null and b/res/android/drawable-mdpi/ic_action_previous_item.png differ diff --git a/res/android/drawable-mdpi/ic_action_remove.png b/res/android/drawable-mdpi/ic_action_remove.png new file mode 100644 index 0000000..e84853e Binary files /dev/null and b/res/android/drawable-mdpi/ic_action_remove.png differ diff --git a/res/android/drawable-xhdpi/ic_action_next_item.png b/res/android/drawable-xhdpi/ic_action_next_item.png new file mode 100644 index 0000000..5f30474 Binary files /dev/null and b/res/android/drawable-xhdpi/ic_action_next_item.png differ diff --git a/res/android/drawable-xhdpi/ic_action_previous_item.png b/res/android/drawable-xhdpi/ic_action_previous_item.png new file mode 100644 index 0000000..ed8ac91 Binary files /dev/null and b/res/android/drawable-xhdpi/ic_action_previous_item.png differ diff --git a/res/android/drawable-xhdpi/ic_action_remove.png b/res/android/drawable-xhdpi/ic_action_remove.png new file mode 100644 index 0000000..4cd0458 Binary files /dev/null and b/res/android/drawable-xhdpi/ic_action_remove.png differ diff --git a/res/android/drawable-xxhdpi/ic_action_next_item.png b/res/android/drawable-xxhdpi/ic_action_next_item.png new file mode 100644 index 0000000..51479d8 Binary files /dev/null and b/res/android/drawable-xxhdpi/ic_action_next_item.png differ diff --git a/res/android/drawable-xxhdpi/ic_action_previous_item.png b/res/android/drawable-xxhdpi/ic_action_previous_item.png new file mode 100644 index 0000000..bc8ff12 Binary files /dev/null and b/res/android/drawable-xxhdpi/ic_action_previous_item.png differ diff --git a/res/android/drawable-xxhdpi/ic_action_remove.png b/res/android/drawable-xxhdpi/ic_action_remove.png new file mode 100644 index 0000000..331c545 Binary files /dev/null and b/res/android/drawable-xxhdpi/ic_action_remove.png differ