SID-SDK-Android-Example

Форк
0
/
fragment_initialize.xml 
38 строк · 1.4 Кб
1
<?xml version="1.0" encoding="utf-8"?>
2
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
3
    xmlns:tools="http://schemas.android.com/tools"
4
    android:layout_width="match_parent"
5
    android:layout_height="match_parent"
6
    android:orientation="vertical"
7
    tools:context=".ui.fragments.initializer.InitializeFragment">
8

9

10
    <TextView
11
        android:id="@+id/status_init_text"
12
        android:layout_width="match_parent"
13
        android:layout_height="wrap_content"
14
        android:gravity="center"
15
        android:layout_marginHorizontal="16dp"
16
        android:layout_marginTop="32dp"
17
        android:text="Тут будет статус инициализации" />
18

19
    <TextView
20
        android:id="@+id/other_status_text"
21
        android:layout_width="match_parent"
22
        android:layout_height="wrap_content"
23
        android:gravity="center"
24
        android:layout_gravity="center"
25
        android:layout_marginHorizontal="16dp"
26
        android:layout_marginTop="32dp"
27
        android:text="Илюстрация работы реализации асинхронного фасада:\n" />
28

29
    <Button
30
        android:id="@+id/init_button"
31
        android:layout_width="match_parent"
32
        android:layout_height="wrap_content"
33
        android:layout_gravity="bottom"
34
        android:layout_marginHorizontal="16dp"
35
        android:layout_marginBottom="32dp"
36
        android:text="Нажми для инициализации"/>
37

38
</FrameLayout>

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

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

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

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