Vector assets (plus icon and umbrella icon) and layout components added in order to create the first page :)

This commit is contained in:
BGbaderguet 2020-11-07 18:45:58 +01:00
parent 2733f4def2
commit 66e1b0b154

View File

@ -15,7 +15,7 @@
<androidx.appcompat.widget.Toolbar
android:id="@+id/toolbar"
android:layout_width="match_parent"
android:layout_height="?attr/actionBarSize"
android:layout_height="75dp"
android:background="?attr/colorPrimary"
app:title="MyWeather"
app:popupTheme="@style/Theme.MyWeather.PopupOverlay" />
@ -46,6 +46,7 @@
android:layout_height="wrap_content"
android:layout_gravity="bottom|end"
android:layout_margin="@dimen/fab_margin"
android:layout_marginRight="10dp"
app:backgroundTint="#FF0202"
app:rippleColor="#FFFFFF"
app:srcCompat="@android:drawable/ic_input_add" />