forked from shihaam/thijooree
add bml login, accounts and contacts
This commit is contained in:
@@ -17,11 +17,29 @@
|
||||
app:popEnterAnim="@anim/slide_in_left"
|
||||
app:popExitAnim="@anim/slide_out_right" />
|
||||
|
||||
<action
|
||||
android:id="@+id/action_bankSelection_to_credentials_bml"
|
||||
app:destination="@id/credentialsFragment"
|
||||
app:enterAnim="@anim/slide_in_right"
|
||||
app:exitAnim="@anim/slide_out_left"
|
||||
app:popEnterAnim="@anim/slide_in_left"
|
||||
app:popExitAnim="@anim/slide_out_right">
|
||||
<argument
|
||||
android:name="bankType"
|
||||
app:argType="string"
|
||||
android:defaultValue="MIB" />
|
||||
</action>
|
||||
|
||||
</fragment>
|
||||
|
||||
<fragment
|
||||
android:id="@+id/credentialsFragment"
|
||||
android:name="sh.sar.basedbank.ui.login.CredentialsFragment"
|
||||
android:label="Sign In" />
|
||||
android:label="Sign In">
|
||||
<argument
|
||||
android:name="bankType"
|
||||
app:argType="string"
|
||||
android:defaultValue="MIB" />
|
||||
</fragment>
|
||||
|
||||
</navigation>
|
||||
|
||||
Reference in New Issue
Block a user