diff options
author | Torsten Grote <t@grobox.de> | 2020-06-26 11:25:48 -0300 |
---|---|---|
committer | Torsten Grote <t@grobox.de> | 2020-06-26 11:25:48 -0300 |
commit | 9cbb35ccc65db7b5d8ce1afe4b3c5feae30be1eb (patch) | |
tree | 4e3c857575303b689a0e4c15915ef2ec274a9187 /anastasis-ui/src/main/res/navigation | |
parent | 730fbaa702b467669c4b88f6c03fa3e1823abf73 (diff) | |
download | taler-android-9cbb35ccc65db7b5d8ce1afe4b3c5feae30be1eb.tar.gz taler-android-9cbb35ccc65db7b5d8ce1afe4b3c5feae30be1eb.tar.bz2 taler-android-9cbb35ccc65db7b5d8ce1afe4b3c5feae30be1eb.zip |
[anastasis] add more countries and allow switching between them
Diffstat (limited to 'anastasis-ui/src/main/res/navigation')
-rw-r--r-- | anastasis-ui/src/main/res/navigation/anastasis.xml | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/anastasis-ui/src/main/res/navigation/anastasis.xml b/anastasis-ui/src/main/res/navigation/anastasis.xml index 1e151da..efdddca 100644 --- a/anastasis-ui/src/main/res/navigation/anastasis.xml +++ b/anastasis-ui/src/main/res/navigation/anastasis.xml @@ -46,9 +46,22 @@ app:exitAnim="@anim/slide_out_left" app:popEnterAnim="@android:anim/slide_in_left" app:popExitAnim="@android:anim/slide_out_right" /> + <action + android:id="@+id/action_nav_anastasis_identity_to_nav_change_location" + app:destination="@id/nav_change_location" + app:enterAnim="@anim/slide_in_right" + app:exitAnim="@anim/slide_out_left" + app:popEnterAnim="@android:anim/slide_in_left" + app:popExitAnim="@android:anim/slide_out_right" /> </fragment> <fragment + android:id="@+id/nav_change_location" + android:name="org.gnu.anastasis.ui.identity.ChangeLocationFragment" + android:label="Select country" + tools:layout="@layout/fragment_change_location"/> + + <fragment android:id="@+id/nav_anastasis_authentication" android:name="org.gnu.anastasis.ui.authentication.AuthenticationFragment" android:label="Choose authentication methods" |