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:
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user