From 991682f0ce30a3414ba57123d174d853034eff1b Mon Sep 17 00:00:00 2001
From: BGbaderguet <48762010+BGbaderguet@users.noreply.github.com>
Date: Sat, 7 Nov 2020 19:17:26 +0100
Subject: [PATCH] Vector assets (plus icon and umbrella icon) and layout
components added in order to create the first page :)
---
app/build.gradle | 2 +
app/src/main/res/layout/add_city_page.xml | 56 +++++++++++++++++++++++
app/src/main/res/values/strings.xml | 1 +
3 files changed, 59 insertions(+)
create mode 100644 app/src/main/res/layout/add_city_page.xml
diff --git a/app/build.gradle b/app/build.gradle
index 2653cb6..8ff3f9e 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -33,6 +33,8 @@ dependencies {
implementation 'androidx.appcompat:appcompat:1.1.0'
implementation 'com.google.android.material:material:1.1.0'
implementation 'androidx.constraintlayout:constraintlayout:1.1.3'
+ implementation 'androidx.navigation:navigation-fragment:2.2.2'
+ implementation 'androidx.navigation:navigation-ui:2.2.2'
testImplementation 'junit:junit:4.+'
androidTestImplementation 'androidx.test.ext:junit:1.1.1'
androidTestImplementation 'androidx.test.espresso:espresso-core:3.2.0'
diff --git a/app/src/main/res/layout/add_city_page.xml b/app/src/main/res/layout/add_city_page.xml
new file mode 100644
index 0000000..505cf10
--- /dev/null
+++ b/app/src/main/res/layout/add_city_page.xml
@@ -0,0 +1,56 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml
index 37d48cb..d7f33dd 100644
--- a/app/src/main/res/values/strings.xml
+++ b/app/src/main/res/values/strings.xml
@@ -9,4 +9,5 @@
Hello first fragment
Hello second fragment. Arg: %1$s
+ MainActivity
\ No newline at end of file