Added Profile page
- Changed layout of profile page - made it so we can edit phone and email on profile page - can take photos or use gallery to change profile photo TODO: - change theme of app to stay consistent with desktop app - change text so it uses String.xml values -add more info to profile if needed -give pets their own profile -connect to backend when its ready
This commit is contained in:
@@ -46,6 +46,16 @@
|
||||
<category android:name="android.intent.category.LAUNCHER" />
|
||||
</intent-filter>
|
||||
</activity>
|
||||
|
||||
<provider
|
||||
android:name="androidx.core.content.FileProvider"
|
||||
android:authorities="${applicationId}.fileprovider"
|
||||
android:exported="false"
|
||||
android:grantUriPermissions="true">
|
||||
<meta-data
|
||||
android:name="android.support.FILE_PROVIDER_PATHS"
|
||||
android:resource="@xml/file_paths" />
|
||||
</provider>
|
||||
</application>
|
||||
|
||||
</manifest>
|
||||
Reference in New Issue
Block a user