2017-08-08 16:37:15 -07:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
2021-07-20 13:08:52 -03:00
|
|
|
<androidx.fragment.app.FragmentContainerView xmlns:android="http://schemas.android.com/apk/res/android"
|
2019-02-13 11:52:55 -08:00
|
|
|
xmlns:tools="http://schemas.android.com/tools"
|
2022-08-09 13:29:04 -03:00
|
|
|
tools:viewBindingIgnore="true"
|
2021-07-20 13:08:52 -03:00
|
|
|
android:id="@+id/fragment_container"
|
2019-02-13 11:52:55 -08:00
|
|
|
android:layout_width="match_parent"
|
2019-12-20 16:12:22 -04:00
|
|
|
android:layout_height="match_parent"
|
2021-07-20 13:08:52 -03:00
|
|
|
tools:context=".profiles.edit.EditProfileActivity" />
|