From 7ebdab2798013e3b47ff981335fae9d76f104d7c Mon Sep 17 00:00:00 2001 From: Maksymilian Jopek Date: Tue, 11 Oct 2022 19:44:04 +0200 Subject: Initial commit, not much this time --- app/src/main/res/layout/activity_main.xml | 30 ++++++++++++ app/src/main/res/layout/fragment_chart.xml | 14 ++++++ app/src/main/res/layout/fragment_screen_home.xml | 20 ++++++++ .../main/res/layout/fragment_screen_home_list.xml | 54 ++++++++++++++++++++++ app/src/main/res/layout/spinner_item.xml | 19 ++++++++ 5 files changed, 137 insertions(+) create mode 100644 app/src/main/res/layout/activity_main.xml create mode 100644 app/src/main/res/layout/fragment_chart.xml create mode 100644 app/src/main/res/layout/fragment_screen_home.xml create mode 100644 app/src/main/res/layout/fragment_screen_home_list.xml create mode 100644 app/src/main/res/layout/spinner_item.xml (limited to 'app/src/main/res/layout') diff --git a/app/src/main/res/layout/activity_main.xml b/app/src/main/res/layout/activity_main.xml new file mode 100644 index 0000000..e3d1a5e --- /dev/null +++ b/app/src/main/res/layout/activity_main.xml @@ -0,0 +1,30 @@ + + + + + + + + diff --git a/app/src/main/res/layout/fragment_chart.xml b/app/src/main/res/layout/fragment_chart.xml new file mode 100644 index 0000000..be8e789 --- /dev/null +++ b/app/src/main/res/layout/fragment_chart.xml @@ -0,0 +1,14 @@ + + + + + + + \ No newline at end of file diff --git a/app/src/main/res/layout/fragment_screen_home.xml b/app/src/main/res/layout/fragment_screen_home.xml new file mode 100644 index 0000000..1877568 --- /dev/null +++ b/app/src/main/res/layout/fragment_screen_home.xml @@ -0,0 +1,20 @@ + + + + + + + \ No newline at end of file diff --git a/app/src/main/res/layout/fragment_screen_home_list.xml b/app/src/main/res/layout/fragment_screen_home_list.xml new file mode 100644 index 0000000..53ce2a3 --- /dev/null +++ b/app/src/main/res/layout/fragment_screen_home_list.xml @@ -0,0 +1,54 @@ + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/app/src/main/res/layout/spinner_item.xml b/app/src/main/res/layout/spinner_item.xml new file mode 100644 index 0000000..b545f45 --- /dev/null +++ b/app/src/main/res/layout/spinner_item.xml @@ -0,0 +1,19 @@ + + + + + + + \ No newline at end of file -- cgit v1.3.1