From e9bcbd8067c0f02babe0addea28482f4c746e084 Mon Sep 17 00:00:00 2001 From: BGbaderguet <48762010+BGbaderguet@users.noreply.github.com> Date: Sun, 8 Nov 2020 17:12:39 +0100 Subject: [PATCH] MainActivity class : make the connection between first and second screen for the moment with the plus button - FINAL DESIGN DONE --- app/src/main/res/layout/activity_main.xml | 33 ++++++++++++----------- build.gradle | 1 - 2 files changed, 18 insertions(+), 16 deletions(-) diff --git a/app/src/main/res/layout/activity_main.xml b/app/src/main/res/layout/activity_main.xml index 0087f00..065a6fb 100644 --- a/app/src/main/res/layout/activity_main.xml +++ b/app/src/main/res/layout/activity_main.xml @@ -1,46 +1,49 @@ - + tools:context=".MainActivity"> + android:theme="@style/Theme.MyWeather.AppBarOverlay" + app:layout_constraintBottom_toTopOf="parent"> + android:text="@string/firstAction" + android:textSize="20sp" + app:layout_constraintBottom_toTopOf="@+id/fab" + tools:layout_editor_absoluteX="89dp" /> + app:srcCompat="@android:drawable/ic_input_add"/> - \ No newline at end of file + \ No newline at end of file diff --git a/build.gradle b/build.gradle index c8d7712..67dd8c4 100644 --- a/build.gradle +++ b/build.gradle @@ -6,7 +6,6 @@ buildscript { } dependencies { classpath "com.android.tools.build:gradle:4.1.0" - // NOTE: Do not place your application dependencies here; they belong // in the individual module build.gradle files }