SID-SDK-Android-Example

Форк
0
/
fragment_login_root.xml 
66 строк · 2.4 Кб
1
<?xml version="1.0" encoding="utf-8"?>
2
<androidx.core.widget.NestedScrollView 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:layout_width="match_parent"
6
    android:layout_height="match_parent"
7
    tools:context=".ui.fragments.elk.BaseUIAndModeFragment">
8

9
    <LinearLayout
10
        android:id="@+id/way_list"
11
        android:layout_width="match_parent"
12
        android:layout_height="match_parent"
13
        android:orientation="vertical">
14

15
        <Button
16
            android:id="@+id/set_user_id_way"
17
            android:layout_width="match_parent"
18
            android:layout_height="80dp"
19
            android:text="get id auth"
20
            app:layout_constraintBottom_toBottomOf="parent" />
21

22
        <Button
23
            android:id="@+id/login_with_id_way"
24
            android:layout_width="match_parent"
25
            android:layout_height="80dp"
26
            android:text="login with id"
27
            app:layout_constraintBottom_toBottomOf="parent" />
28

29
        <Button
30
            android:id="@+id/login_with_id_to_customtab_way"
31
            android:layout_width="match_parent"
32
            android:layout_height="80dp"
33
            android:text="login with id to custom tab"
34
            app:layout_constraintBottom_toBottomOf="parent" />
35

36
        <Button
37
            android:id="@+id/logout_way"
38
            android:layout_width="match_parent"
39
            android:layout_height="80dp"
40
            android:text="logout"
41
            app:layout_constraintBottom_toBottomOf="parent" />
42

43
        <Button
44
            android:id="@+id/get_id_auth_result_way"
45
            android:layout_width="match_parent"
46
            android:layout_height="80dp"
47
            android:text="get id auth result"
48
            app:layout_constraintBottom_toBottomOf="parent" />
49

50
        <Button
51
            android:id="@+id/send_other_auth_way"
52
            android:layout_width="match_parent"
53
            android:layout_height="80dp"
54
            android:text="send other auth"
55
            app:layout_constraintBottom_toBottomOf="parent" />
56

57
        <Button
58
            android:id="@+id/stands_way"
59
            android:layout_width="match_parent"
60
            android:layout_height="80dp"
61
            android:text="stands"
62
            app:layout_constraintBottom_toBottomOf="parent" />
63

64
    </LinearLayout>
65

66
</androidx.core.widget.NestedScrollView>

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

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

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

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