Signal-Android/app/src/main/res/layout/profile_create_activity.xml

7 lines
373 B
XML
Raw Normal View History

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"
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"
android:layout_height="match_parent"
2021-07-20 13:08:52 -03:00
tools:context=".profiles.edit.EditProfileActivity" />