Update tom minimum SDK 23

Adding icon
Creating Light style
Setting based color
Moving from 3 nav buttons to 2
Removing action top bar
Changing icons for navigation bar buttons
Renaming
This commit is contained in:
2020-04-12 02:23:42 +02:00
parent 71afa04d8b
commit 114f5ca078
37 changed files with 72 additions and 146 deletions

View File

@ -3,23 +3,18 @@
xmlns:app="http://schemas.android.com/apk/res-auto"
xmlns:tools="http://schemas.android.com/tools"
android:id="@+id/mobile_navigation"
app:startDestination="@+id/navigation_home">
app:startDestination="@+id/navigation_add">
<fragment
android:id="@+id/navigation_home"
android:name="fr.sanchezm.attestationsCovid19.ui.home.HomeFragment"
android:label="@string/title_home"
tools:layout="@layout/fragment_home" />
android:id="@+id/navigation_add"
android:name="fr.sanchezm.attestationsCovid19.ui.add.AddFragment"
android:label="@string/title_add"
tools:layout="@layout/fragment_add_attestation" />
<fragment
android:id="@+id/navigation_dashboard"
android:name="fr.sanchezm.attestationsCovid19.ui.dashboard.DashboardFragment"
android:label="@string/title_dashboard"
tools:layout="@layout/fragment_dashboard" />
android:id="@+id/navigation_attestations"
android:name="fr.sanchezm.attestationsCovid19.ui.attestations.AttestationsFragment"
android:label="@string/title_attestations"
tools:layout="@layout/fragment_attestations" />
<fragment
android:id="@+id/navigation_notifications"
android:name="fr.sanchezm.attestationsCovid19.ui.notifications.NotificationsFragment"
android:label="@string/title_notifications"
tools:layout="@layout/fragment_notifications" />
</navigation>