mirror of
https://github.com/Team4388/RidgeScout.git
synced 2026-06-09 00:37:59 -06:00
Some random bugfixes and changes
This commit is contained in:
@@ -67,13 +67,6 @@
|
||||
android:name="com.astatin3.scoutingapp2025.ui.data.dataFragment"
|
||||
android:label="@string/title_data"
|
||||
tools:layout="@layout/fragment_data">
|
||||
<action
|
||||
android:id="@+id/action_navigation_data_to_navigation_data_status"
|
||||
app:destination="@id/navigation_data_status"
|
||||
app:enterAnim="@anim/enter_anim"
|
||||
app:exitAnim="@anim/exit_anim"
|
||||
app:popEnterAnim="@anim/enter_anim"
|
||||
app:popExitAnim="@anim/pop_exit_anim" />
|
||||
<action
|
||||
android:id="@+id/action_navigation_data_to_navigation_team_selector"
|
||||
app:destination="@id/navigation_team_selector"
|
||||
@@ -99,8 +92,8 @@
|
||||
|
||||
<fragment
|
||||
android:id="@+id/navigation_data_status"
|
||||
android:name="com.astatin3.scoutingapp2025.ui.data.StatusFragment"
|
||||
tools:layout="@layout/fragment_data_status">
|
||||
android:name="com.astatin3.scoutingapp2025.ui.scouting.StatusFragment"
|
||||
tools:layout="@layout/fragment_scouting_status">
|
||||
</fragment>
|
||||
|
||||
<fragment
|
||||
@@ -111,8 +104,8 @@
|
||||
|
||||
<fragment
|
||||
android:id="@+id/navigation_data_compile"
|
||||
android:name="com.astatin3.scoutingapp2025.ui.data.CompileFragment"
|
||||
tools:layout="@layout/fragment_data_compile">
|
||||
android:name="com.astatin3.scoutingapp2025.ui.data.ReportFragment"
|
||||
tools:layout="@layout/fragment_data_report">
|
||||
</fragment>
|
||||
|
||||
<fragment
|
||||
|
||||
Reference in New Issue
Block a user