Updated design to look like JavaFX project

- updated the fxml file to have the same theming as desktop project
- removed old unused files to project neatness

TODO:
-hook up backend to application
-complete CRUD for each entity
- change text so it uses String.xml values
-add more info to profile if needed
-give pets their own profile
-fix small bug with status bar color not changing
This commit is contained in:
Alex
2026-03-09 04:10:00 -06:00
parent 55f545b380
commit 2628f63f8c
35 changed files with 1030 additions and 794 deletions

View File

@@ -25,18 +25,6 @@
android:name=".activities.HomeActivity"
android:windowSoftInputMode="adjustNothing"
android:exported="false" />
<activity
android:name=".activities.listactivities.InventoryActivity"
android:exported="false" />
<activity
android:name=".activities.listactivities.AdoptionActivity"
android:exported="false" />
<activity
android:name=".activities.listactivities.ProductActivity"
android:exported="false" />
<activity
android:name=".activities.listactivities.AppointmentActivity"
android:exported="false" />
<activity
android:name=".activities.MainActivity"
android:exported="true">