diff --git a/android-app-core/res/drawable-hdpi/kb_clock.png b/android-app-core/res/drawable-hdpi/kb_clock.png new file mode 100644 index 00000000..a802feb8 Binary files /dev/null and b/android-app-core/res/drawable-hdpi/kb_clock.png differ diff --git a/android-app-core/res/drawable-hdpi/kb_remove.png b/android-app-core/res/drawable-hdpi/kb_remove.png new file mode 100644 index 00000000..c9d75410 Binary files /dev/null and b/android-app-core/res/drawable-hdpi/kb_remove.png differ diff --git a/android-app-core/res/drawable-mdpi/kb_clock.png b/android-app-core/res/drawable-mdpi/kb_clock.png new file mode 100644 index 00000000..fe58f41a Binary files /dev/null and b/android-app-core/res/drawable-mdpi/kb_clock.png differ diff --git a/android-app-core/res/drawable-mdpi/kb_remove.png b/android-app-core/res/drawable-mdpi/kb_remove.png new file mode 100644 index 00000000..655beee3 Binary files /dev/null and b/android-app-core/res/drawable-mdpi/kb_remove.png differ diff --git a/android-app/res/menu/plot_menu.xml b/android-app/res/menu/plot_menu.xml index 7fb02737..d1ae7ced 100644 --- a/android-app/res/menu/plot_menu.xml +++ b/android-app/res/menu/plot_menu.xml @@ -48,6 +48,6 @@ a:id="@+id/menu_plot_settings" a:title="@string/c_settings" a:icon="@drawable/kb_settings" - a:showAsAction="always" /> + a:showAsAction="ifRoom" /> \ No newline at end of file