SID-SDK-Android-Example

Форк
0
/
fragment_app_token_root.xml 
38 строк · 1.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/go_to_partner_sso_way"
17
            android:layout_width="match_parent"
18
            android:layout_height="80dp"
19
            android:text="go to partner sso"
20
            app:layout_constraintBottom_toBottomOf="parent" />
21

22
        <Button
23
            android:id="@+id/update_app_token_way"
24
            android:layout_width="match_parent"
25
            android:layout_height="80dp"
26
            android:text="update app token way"
27
            app:layout_constraintBottom_toBottomOf="parent" />
28

29
        <Button
30
            android:id="@+id/check_and_subscribe_way"
31
            android:layout_width="match_parent"
32
            android:layout_height="80dp"
33
            android:text="check and subscribe way"
34
            app:layout_constraintBottom_toBottomOf="parent" />
35

36
    </LinearLayout>
37

38
</androidx.core.widget.NestedScrollView>

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

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

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

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