SID-SDK-Android-Example

Форк
0
/
initialize_branch_fragment.xml 
31 строка · 1.1 Кб
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/branch_init_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/branch_init_initialize_way"
17
            android:layout_width="match_parent"
18
            android:layout_height="80dp"
19
            android:text="INITIALIZE"
20
            app:layout_constraintBottom_toBottomOf="parent" />
21

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

29
    </LinearLayout>
30

31
</androidx.core.widget.NestedScrollView>

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

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

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

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