SID-SDK-Android-Example

Форк
0
117 строк · 4.3 Кб
1
<?xml version="1.0" encoding="utf-8"?>
2
<androidx.constraintlayout.widget.ConstraintLayout
3
    xmlns:android="http://schemas.android.com/apk/res/android"
4
    xmlns:app="http://schemas.android.com/apk/res-auto"
5
    xmlns:tools="http://schemas.android.com/tools"
6
    android:layout_width="match_parent"
7
    android:layout_height="match_parent">
8

9
    <androidx.core.widget.NestedScrollView
10
        android:layout_width="match_parent"
11
        android:layout_height="match_parent"
12
        tools:context=".ui.fragments.elk.BaseUIAndModeFragment">
13

14
        <LinearLayout
15
            android:id="@+id/way_list"
16
            android:layout_width="match_parent"
17
            android:layout_height="match_parent"
18
            android:paddingBottom="88dp"
19
            android:clipToPadding="true"
20
            android:orientation="vertical">
21

22
            <TextView
23
                android:layout_width="match_parent"
24
                android:layout_height="wrap_content"
25
                android:text="PartnerID - ваш ID" />
26

27
            <EditText
28
                android:id="@+id/partner_id_edit_text"
29
                android:layout_width="match_parent"
30
                android:layout_height="wrap_content"
31
                android:minHeight="80dp" />
32

33
            <TextView
34
                android:layout_width="match_parent"
35
                android:layout_height="wrap_content"
36
                android:text="PartnerName - имя партнёра" />
37

38
            <EditText
39
                android:id="@+id/partner_name_edit_text"
40
                android:layout_width="match_parent"
41
                android:layout_height="wrap_content"
42
                android:minHeight="80dp" />
43

44
            <TextView
45
                android:layout_width="match_parent"
46
                android:layout_height="wrap_content"
47
                android:text="URL - бекенда" />
48

49
            <EditText
50
                android:id="@+id/partner_profile_url_edit_text"
51
                android:layout_width="match_parent"
52
                android:layout_height="wrap_content"
53
                android:minHeight="80dp" />
54

55
            <TextView
56
                android:layout_width="match_parent"
57
                android:layout_height="wrap_content"
58
                android:text="URL - redirect" />
59

60
            <EditText
61
                android:id="@+id/partner_redirect_url_edit_text"
62
                android:layout_width="match_parent"
63
                android:layout_height="wrap_content"
64
                android:minHeight="80dp" />
65

66
            <TextView
67
                android:layout_width="match_parent"
68
                android:layout_height="wrap_content"
69
                android:text="Scope" />
70

71
            <EditText
72
                android:id="@+id/partner_scope_edit_text"
73
                android:layout_width="match_parent"
74
                android:layout_height="wrap_content"
75
                android:minHeight="80dp" />
76

77
            <TextView
78
                android:layout_width="match_parent"
79
                android:layout_height="wrap_content"
80
                android:text="State" />
81

82
            <EditText
83
                android:id="@+id/partner_state_edit_text"
84
                android:layout_width="match_parent"
85
                android:layout_height="wrap_content"
86
                android:minHeight="80dp" />
87

88
            <TextView
89
                android:layout_width="match_parent"
90
                android:layout_height="wrap_content"
91
                android:text="Nonce" />
92

93
            <EditText
94
                android:id="@+id/partner_nonce_edit_text"
95
                android:layout_width="match_parent"
96
                android:layout_height="wrap_content"
97
                android:minHeight="80dp" />
98

99
            <androidx.appcompat.widget.SwitchCompat
100
                android:id="@+id/is_show_error"
101
                android:text="Не показывать/Показывать экран ошибки ЕЛК"
102
                android:layout_width="match_parent"
103
                android:layout_height="wrap_content"
104
                android:minHeight="40dp" />
105

106
        </LinearLayout>
107

108
    </androidx.core.widget.NestedScrollView>
109

110
    <Button
111
        android:id="@+id/to_case_list"
112
        android:layout_width="match_parent"
113
        android:layout_height="80dp"
114
        android:text="TO CASE LIST"
115
        app:layout_constraintBottom_toBottomOf="parent" />
116

117
</androidx.constraintlayout.widget.ConstraintLayout>
118

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

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

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

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