diff --git a/shell/android-studio/app/src/main/res/drawable/debug.png b/shell/android-studio/app/src/main/res/drawable/debug.png index 41d8476de..3856cdccf 100644 Binary files a/shell/android-studio/app/src/main/res/drawable/debug.png and b/shell/android-studio/app/src/main/res/drawable/debug.png differ diff --git a/shell/android-studio/app/src/main/res/layout/activity_main.xml b/shell/android-studio/app/src/main/res/layout/activity_main.xml index 9a9d33fae..6eb107aa7 100644 --- a/shell/android-studio/app/src/main/res/layout/activity_main.xml +++ b/shell/android-studio/app/src/main/res/layout/activity_main.xml @@ -20,6 +20,6 @@ android:layout_gravity="start" android:fitsSystemWindows="true" app:headerLayout="@layout/nav_header_main" - app:menu="@menu/activity_main" /> + app:menu="@menu/activity_main"/> diff --git a/shell/android-studio/app/src/main/res/menu/activity_main.xml b/shell/android-studio/app/src/main/res/menu/activity_main.xml index d4175f70c..3993e3d09 100644 --- a/shell/android-studio/app/src/main/res/menu/activity_main.xml +++ b/shell/android-studio/app/src/main/res/menu/activity_main.xml @@ -3,24 +3,24 @@ + android:icon="@mipmap/menu_disk_unknown" /> + android:icon="@mipmap/menu_config" /> + android:icon="@mipmap/menu_input" /> + android:icon="@mipmap/menu_question" /> + android:icon="@mipmap/menu_cloud" /> + android:icon="@mipmap/menu_star" /> + android:icon="@mipmap/menu_debug" /> diff --git a/shell/android-studio/app/src/main/res/mipmap/menu_cloud.png b/shell/android-studio/app/src/main/res/mipmap/menu_cloud.png new file mode 100644 index 000000000..70f39cdea Binary files /dev/null and b/shell/android-studio/app/src/main/res/mipmap/menu_cloud.png differ diff --git a/shell/android-studio/app/src/main/res/mipmap/menu_config.png b/shell/android-studio/app/src/main/res/mipmap/menu_config.png new file mode 100644 index 000000000..55c71269a Binary files /dev/null and b/shell/android-studio/app/src/main/res/mipmap/menu_config.png differ diff --git a/shell/android-studio/app/src/main/res/mipmap/menu_debug.png b/shell/android-studio/app/src/main/res/mipmap/menu_debug.png new file mode 100644 index 000000000..4256fec4d Binary files /dev/null and b/shell/android-studio/app/src/main/res/mipmap/menu_debug.png differ diff --git a/shell/android-studio/app/src/main/res/mipmap/menu_disk_unknown.png b/shell/android-studio/app/src/main/res/mipmap/menu_disk_unknown.png new file mode 100644 index 000000000..a19167f65 Binary files /dev/null and b/shell/android-studio/app/src/main/res/mipmap/menu_disk_unknown.png differ diff --git a/shell/android-studio/app/src/main/res/mipmap/menu_input.png b/shell/android-studio/app/src/main/res/mipmap/menu_input.png new file mode 100644 index 000000000..5bae638a7 Binary files /dev/null and b/shell/android-studio/app/src/main/res/mipmap/menu_input.png differ diff --git a/shell/android-studio/app/src/main/res/mipmap/menu_question.png b/shell/android-studio/app/src/main/res/mipmap/menu_question.png new file mode 100644 index 000000000..f090682e2 Binary files /dev/null and b/shell/android-studio/app/src/main/res/mipmap/menu_question.png differ diff --git a/shell/android-studio/app/src/main/res/mipmap/menu_star.png b/shell/android-studio/app/src/main/res/mipmap/menu_star.png new file mode 100644 index 000000000..f29259043 Binary files /dev/null and b/shell/android-studio/app/src/main/res/mipmap/menu_star.png differ