Convert scaling factor analysis to fragment and add to navigation

This commit is contained in:
Corey 2025-03-24 00:17:06 -04:00
parent cbeadcafda
commit b4d0a3dd80
4 changed files with 272 additions and 0 deletions

View file

@ -22,4 +22,11 @@
android:name="com.accidentalproductions.tetristats.ui.stats.StatsFragment"
android:label="Statistics"
tools:layout="@layout/fragment_stats" />
<fragment
android:id="@+id/navigation_analysis"
android:name="com.accidentalproductions.tetristats.ui.analysis.ScalingFactorFragment"
android:label="Scaling Analysis"
tools:layout="@layout/fragment_scaling_factor" />
</navigation>