CreatePinActivity naming update and copy fixes.

This commit is contained in:
Alex Hart
2020-02-03 12:32:14 -04:00
committed by Greyson Parrelli
parent b29b3d0432
commit e14861d79d
11 changed files with 87 additions and 48 deletions

View File

@@ -21,7 +21,12 @@
<argument
app:argType="boolean"
android:name="is_new_pin"
android:name="is_pin_change"
android:defaultValue="false" />
<argument
app:argType="boolean"
android:name="is_forgot_pin"
android:defaultValue="false" />
</fragment>
@@ -34,7 +39,7 @@
<argument
app:argType="boolean"
android:name="is_new_pin"
android:name="is_pin_change"
android:defaultValue="false" />
<argument

View File

@@ -17,7 +17,14 @@
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" />
app:popExitAnim="@anim/nav_default_pop_exit_anim" >
<argument
app:argType="boolean"
android:name="is_pin_change"
android:defaultValue="false" />
</action>
</fragment>