Work on Field Editor, Improve capitalization of classes

This commit is contained in:
Michael Mikovsky
2025-04-04 14:15:30 -06:00
parent a371f2f449
commit eaa14adbd9
56 changed files with 849 additions and 733 deletions
@@ -4,7 +4,7 @@
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="match_parent"
tools:context=".ui.settings.settingsFragment">
tools:context=".ui.settings.SettingsFragment">
<ScrollView
android:id="@+id/scrollView2"
@@ -53,14 +53,15 @@
app:layout_constraintTop_toTopOf="parent">
<ScrollView
android:id="@+id/scrollView"
android:layout_width="match_parent"
android:layout_height="match_parent">
<TableLayout
android:id="@+id/fieldsArea"
android:paddingBottom="60dp"
android:layout_width="match_parent"
android:layout_height="match_parent">
android:layout_height="match_parent"
android:paddingBottom="60dp">
</TableLayout>
</ScrollView>
@@ -250,7 +250,7 @@
<fragment
android:id="@+id/navigation_settings"
android:name="com.ridgebotics.ridgescout.ui.settings.settingsFragment"
android:name="com.ridgebotics.ridgescout.ui.settings.SettingsFragment"
android:label="@string/title_settings"
tools:layout="@layout/fragment_settings">
<action