Gitlab@Informatics

Skip to content
Snippets Groups Projects
Commit fe705971 authored by 62160052's avatar 62160052
Browse files

Update title in app bar

parent ff6395fb
No related branches found
No related tags found
No related merge requests found
...@@ -21,7 +21,7 @@ ...@@ -21,7 +21,7 @@
<fragment <fragment
android:id="@+id/startFragment" android:id="@+id/startFragment"
android:name="com.example.cupcake.StartFragment" android:name="com.example.cupcake.StartFragment"
android:label="fragment_start" android:label="@string/app_name"
tools:layout="@layout/fragment_start" > tools:layout="@layout/fragment_start" >
<action <action
android:id="@+id/action_startFragment_to_flavorFragment" android:id="@+id/action_startFragment_to_flavorFragment"
...@@ -30,7 +30,7 @@ ...@@ -30,7 +30,7 @@
<fragment <fragment
android:id="@+id/flavorFragment" android:id="@+id/flavorFragment"
android:name="com.example.cupcake.FlavorFragment" android:name="com.example.cupcake.FlavorFragment"
android:label="fragment_flavor" android:label="@string/choose_flavor"
tools:layout="@layout/fragment_flavor" > tools:layout="@layout/fragment_flavor" >
<action <action
android:id="@+id/action_flavorFragment_to_pickupFragment" android:id="@+id/action_flavorFragment_to_pickupFragment"
...@@ -39,7 +39,7 @@ ...@@ -39,7 +39,7 @@
<fragment <fragment
android:id="@+id/pickupFragment" android:id="@+id/pickupFragment"
android:name="com.example.cupcake.PickupFragment" android:name="com.example.cupcake.PickupFragment"
android:label="fragment_pickup" android:label="@string/choose_pickup_date"
tools:layout="@layout/fragment_pickup" > tools:layout="@layout/fragment_pickup" >
<action <action
android:id="@+id/action_pickupFragment_to_summaryFragment" android:id="@+id/action_pickupFragment_to_summaryFragment"
...@@ -48,6 +48,6 @@ ...@@ -48,6 +48,6 @@
<fragment <fragment
android:id="@+id/summaryFragment" android:id="@+id/summaryFragment"
android:name="com.example.cupcake.SummaryFragment" android:name="com.example.cupcake.SummaryFragment"
android:label="fragment_summary" android:label="@string/order_summary"
tools:layout="@layout/fragment_summary" /> tools:layout="@layout/fragment_summary" />
</navigation> </navigation>
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment