diff --git a/code/src/Fitbot/app/src/main/java/com/example/fitbot/MainScreen.java b/code/src/Fitbot/app/src/main/java/com/example/fitbot/MainScreen.java new file mode 100644 index 0000000..f1088d7 --- /dev/null +++ b/code/src/Fitbot/app/src/main/java/com/example/fitbot/MainScreen.java @@ -0,0 +1,2 @@ +package com.example.fitbot;public class MainScreen { +} diff --git a/code/src/Fitbot/app/src/main/res/drawable/Icons8-Ios7-Sports-Barbell.48.png b/code/src/Fitbot/app/src/main/res/drawable/Icons8-Ios7-Sports-Barbell.48.png new file mode 100644 index 0000000..552109b Binary files /dev/null and b/code/src/Fitbot/app/src/main/res/drawable/Icons8-Ios7-Sports-Barbell.48.png differ diff --git a/code/src/Fitbot/app/src/main/res/drawable/Icons8-Windows-8-Messaging-Appointment-Reminders.48.png b/code/src/Fitbot/app/src/main/res/drawable/Icons8-Windows-8-Messaging-Appointment-Reminders.48.png new file mode 100644 index 0000000..922a11f Binary files /dev/null and b/code/src/Fitbot/app/src/main/res/drawable/Icons8-Windows-8-Messaging-Appointment-Reminders.48.png differ diff --git a/code/src/Fitbot/app/src/main/res/drawable/Iconsmind-Outline-Idea-2.48.png b/code/src/Fitbot/app/src/main/res/drawable/Iconsmind-Outline-Idea-2.48.png new file mode 100644 index 0000000..c9d629d Binary files /dev/null and b/code/src/Fitbot/app/src/main/res/drawable/Iconsmind-Outline-Idea-2.48.png differ diff --git a/code/src/Fitbot/app/src/main/res/drawable/ic_baseline_home_48.xml b/code/src/Fitbot/app/src/main/res/drawable/ic_baseline_home_48.xml new file mode 100644 index 0000000..e6f32a4 --- /dev/null +++ b/code/src/Fitbot/app/src/main/res/drawable/ic_baseline_home_48.xml @@ -0,0 +1,5 @@ + + + diff --git a/code/src/Fitbot/app/src/main/res/drawable/ic_baseline_settings_48.xml b/code/src/Fitbot/app/src/main/res/drawable/ic_baseline_settings_48.xml new file mode 100644 index 0000000..d91f2bc --- /dev/null +++ b/code/src/Fitbot/app/src/main/res/drawable/ic_baseline_settings_48.xml @@ -0,0 +1,5 @@ + + + diff --git a/code/src/Fitbot/app/src/main/res/drawable/ic_baseline_star_rate_48.xml b/code/src/Fitbot/app/src/main/res/drawable/ic_baseline_star_rate_48.xml new file mode 100644 index 0000000..a9aee33 --- /dev/null +++ b/code/src/Fitbot/app/src/main/res/drawable/ic_baseline_star_rate_48.xml @@ -0,0 +1,5 @@ + + + diff --git a/code/src/Fitbot/app/src/main/res/drawable/robotLogo.jpg b/code/src/Fitbot/app/src/main/res/drawable/robotLogo.jpg new file mode 100644 index 0000000..d1c96d9 Binary files /dev/null and b/code/src/Fitbot/app/src/main/res/drawable/robotLogo.jpg differ diff --git a/code/src/Fitbot/app/src/main/res/drawable/robotLogo.png b/code/src/Fitbot/app/src/main/res/drawable/robotLogo.png new file mode 100644 index 0000000..48b5804 Binary files /dev/null and b/code/src/Fitbot/app/src/main/res/drawable/robotLogo.png differ diff --git a/code/src/Fitbot/app/src/main/res/drawable/robotLogo.svg b/code/src/Fitbot/app/src/main/res/drawable/robotLogo.svg new file mode 100644 index 0000000..a06f651 --- /dev/null +++ b/code/src/Fitbot/app/src/main/res/drawable/robotLogo.svg @@ -0,0 +1,165 @@ + + + + +Created by potrace 1.10, written by Peter Selinger 2001-2011 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/code/src/Fitbot/app/src/main/res/layout/header.xml b/code/src/Fitbot/app/src/main/res/layout/header.xml new file mode 100644 index 0000000..7674282 --- /dev/null +++ b/code/src/Fitbot/app/src/main/res/layout/header.xml @@ -0,0 +1,6 @@ + + + + \ No newline at end of file diff --git a/code/src/Fitbot/app/src/main/res/layout/toolbar.xml b/code/src/Fitbot/app/src/main/res/layout/toolbar.xml new file mode 100644 index 0000000..aafe736 --- /dev/null +++ b/code/src/Fitbot/app/src/main/res/layout/toolbar.xml @@ -0,0 +1,6 @@ + + + + \ No newline at end of file diff --git a/code/src/Fitbot/app/src/main/res/menu/main_menu.xml b/code/src/Fitbot/app/src/main/res/menu/main_menu.xml new file mode 100644 index 0000000..fe187c0 --- /dev/null +++ b/code/src/Fitbot/app/src/main/res/menu/main_menu.xml @@ -0,0 +1,4 @@ + + + + \ No newline at end of file