mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-28 12:44:34 +01:00
Rename profile fragments so they make sense.
This commit is contained in:
@@ -5,4 +5,4 @@
|
||||
android:id="@+id/fragment_container"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent"
|
||||
tools:context=".profiles.edit.EditProfileActivity" />
|
||||
tools:context=".profiles.edit.CreateProfileActivity" />
|
||||
@@ -5,7 +5,7 @@
|
||||
xmlns:tools="http://schemas.android.com/tools"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent"
|
||||
tools:context=".profiles.edit.EditProfileActivity">
|
||||
tools:context=".profiles.edit.CreateProfileActivity">
|
||||
|
||||
<androidx.fragment.app.FragmentContainerView
|
||||
android:id="@+id/nav_host_fragment"
|
||||
@@ -144,7 +144,7 @@
|
||||
|
||||
<activity
|
||||
android:id="@+id/manageProfileActivity"
|
||||
android:name="org.thoughtcrime.securesms.profiles.manage.ManageProfileActivity"
|
||||
android:name="org.thoughtcrime.securesms.profiles.manage.EditProfileActivity"
|
||||
android:label="manage_profile_activity" />
|
||||
|
||||
<!-- region Account Settings and subpages -->
|
||||
|
||||
@@ -7,9 +7,9 @@
|
||||
|
||||
<fragment
|
||||
android:id="@+id/createProfileFragment"
|
||||
android:name="org.thoughtcrime.securesms.profiles.edit.EditProfileFragment"
|
||||
android:name="org.thoughtcrime.securesms.profiles.edit.CreateProfileFragment"
|
||||
android:label="fragment_create_profile"
|
||||
tools:layout="@layout/profile_create_fragment">
|
||||
tools:layout="@layout/create_profile_fragment">
|
||||
|
||||
<action
|
||||
android:id="@+id/action_createProfileFragment_to_avatar_picker"
|
||||
|
||||
@@ -7,9 +7,9 @@
|
||||
|
||||
<fragment
|
||||
android:id="@+id/manageProfileFragment"
|
||||
android:name="org.thoughtcrime.securesms.profiles.manage.ManageProfileFragment"
|
||||
android:name="org.thoughtcrime.securesms.profiles.manage.EditProfileFragment"
|
||||
android:label="fragment_manage_profile"
|
||||
tools:layout="@layout/manage_profile_fragment">
|
||||
tools:layout="@layout/edit_profile_fragment">
|
||||
|
||||
<action
|
||||
android:id="@+id/action_manageUsername"
|
||||
|
||||
Reference in New Issue
Block a user