SID-SDK-Android-Example

Форк
0
70 строк · 3.3 Кб
1
<?xml version="1.0" encoding="utf-8"?>
2
<navigation xmlns:android="http://schemas.android.com/apk/res/android"
3
    xmlns:app="http://schemas.android.com/apk/res-auto"
4
    xmlns:tools="http://schemas.android.com/tools"
5
    android:id="@+id/login_graph"
6
    app:startDestination="@id/loginRootFragment">
7

8
    <fragment
9
        android:id="@+id/standsFragment"
10
        android:name="com.example.sid.ui.fragments.login.StandsFragment"
11
        android:label="fragment_stands"
12
        tools:layout="@layout/fragment_stands" />
13
    <fragment
14
        android:id="@+id/loginRootFragment"
15
        android:name="com.example.sid.ui.fragments.login.LoginRootFragment"
16
        android:label="fragment_login_root"
17
        tools:layout="@layout/fragment_login_root" >
18
        <action
19
            android:id="@+id/action_loginRootFragment_to_standsFragment"
20
            app:destination="@id/standsFragment" />
21
        <action
22
            android:id="@+id/action_loginRootFragment_to_loginWithIDToCustomTabFragment"
23
            app:destination="@id/loginWithIDToCustomTabFragment" />
24
        <action
25
            android:id="@+id/action_loginRootFragment_to_loginWithIDFragment"
26
            app:destination="@id/loginWithIDFragment" />
27
        <action
28
            android:id="@+id/action_loginRootFragment_to_logoutFragment"
29
            app:destination="@id/logoutFragment" />
30
        <action
31
            android:id="@+id/action_loginRootFragment_to_getIDAuthResultFragment"
32
            app:destination="@id/getIDAuthResultFragment" />
33
        <action
34
            android:id="@+id/action_loginRootFragment_to_sendOtherAuthFragment"
35
            app:destination="@id/sendOtherAuthFragment" />
36
        <action
37
            android:id="@+id/action_loginRootFragment_to_setUserIDFragment"
38
            app:destination="@id/setUserIDFragment" />
39
    </fragment>
40
    <fragment
41
        android:id="@+id/loginWithIDToCustomTabFragment"
42
        android:name="com.example.sid.ui.fragments.login.LoginWithIDToCustomTabFragment"
43
        android:label="fragment_login_with_i_d_to_custom_tab"
44
        tools:layout="@layout/fragment_login_with_id_to_custom_tab" />
45
    <fragment
46
        android:id="@+id/loginWithIDFragment"
47
        android:name="com.example.sid.ui.fragments.login.LoginWithIDFragment"
48
        android:label="fragment_login_with_id"
49
        tools:layout="@layout/fragment_login_with_id" />
50
    <fragment
51
        android:id="@+id/logoutFragment"
52
        android:name="com.example.sid.ui.fragments.login.LogoutFragment"
53
        android:label="fragment_logout"
54
        tools:layout="@layout/fragment_logout" />
55
    <fragment
56
        android:id="@+id/getIDAuthResultFragment"
57
        android:name="com.example.sid.ui.fragments.login.GetIDAuthResultFragment"
58
        android:label="fragment_get_id_auth_result"
59
        tools:layout="@layout/fragment_get_id_auth_result" />
60
    <fragment
61
        android:id="@+id/sendOtherAuthFragment"
62
        android:name="com.example.sid.ui.fragments.login.SendOtherAuthFragment"
63
        android:label="fragment_send_other_auth"
64
        tools:layout="@layout/fragment_send_other_auth" />
65
    <fragment
66
        android:id="@+id/setUserIDFragment"
67
        android:name="com.example.sid.ui.fragments.login.SetUserIDFragment"
68
        android:label="fragment_set_user_id"
69
        tools:layout="@layout/fragment_set_user_id" />
70
</navigation>

Использование cookies

Мы используем файлы cookie в соответствии с Политикой конфиденциальности и Политикой использования cookies.

Нажимая кнопку «Принимаю», Вы даете АО «СберТех» согласие на обработку Ваших персональных данных в целях совершенствования нашего веб-сайта и Сервиса GitVerse, а также повышения удобства их использования.

Запретить использование cookies Вы можете самостоятельно в настройках Вашего браузера.