mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-05-03 23:15:44 +01:00
Add avatar picker and defaults.
This commit is contained in:
committed by
Greyson Parrelli
parent
0093e1d3eb
commit
ed23c3fe7c
@@ -19,6 +19,24 @@
|
||||
app:popEnterAnim="@anim/nav_default_pop_enter_anim"
|
||||
app:popExitAnim="@anim/nav_default_pop_exit_anim" />
|
||||
|
||||
<action
|
||||
android:id="@+id/action_createProfileFragment_to_avatar_picker"
|
||||
app:destination="@id/avatar_picker"
|
||||
app:enterAnim="@anim/nav_default_enter_anim"
|
||||
app:exitAnim="@anim/nav_default_exit_anim"
|
||||
app:popEnterAnim="@anim/nav_default_pop_enter_anim"
|
||||
app:popExitAnim="@anim/nav_default_pop_exit_anim">
|
||||
<argument
|
||||
android:name="group_id"
|
||||
app:argType="org.thoughtcrime.securesms.groups.ParcelableGroupId"
|
||||
app:nullable="true" />
|
||||
|
||||
<argument
|
||||
android:name="group_avatar_media"
|
||||
app:argType="org.thoughtcrime.securesms.mediasend.Media"
|
||||
app:nullable="true" />
|
||||
</action>
|
||||
|
||||
</fragment>
|
||||
|
||||
<fragment
|
||||
@@ -27,4 +45,6 @@
|
||||
android:label="fragment_edit_username"
|
||||
tools:layout="@layout/username_edit_fragment" />
|
||||
|
||||
<include app:graph="@navigation/avatar_picker" />
|
||||
|
||||
</navigation>
|
||||
Reference in New Issue
Block a user