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:
@ -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>
|
||||
|
Reference in New Issue
Block a user