add pet profile to pet list

This commit is contained in:
Alex
2026-03-09 22:38:56 -06:00
parent 2628f63f8c
commit 03ce5ca090
6 changed files with 468 additions and 40 deletions

View File

@@ -23,7 +23,7 @@
android:theme="@style/Theme.PetStoreMobile">
<activity
android:name=".activities.HomeActivity"
android:windowSoftInputMode="adjustNothing"
android:windowSoftInputMode="adjustResize"
android:exported="false" />
<activity
android:name=".activities.MainActivity"