SID-SDK-Android-Example

Форк
0
55 строк · 2.0 Кб
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
    tools:context=".ui.fragments.login.StandsFragment">
7

8
    <TextView
9
        android:layout_width="match_parent"
10
        android:layout_height="match_parent"
11
        android:text="Фрагмент демонстрирующий возможность переключения стенда." />
12

13
    <RadioGroup
14
        android:id="@+id/radio_group"
15
        android:layout_width="match_parent"
16
        android:layout_height="wrap_content"
17
        android:layout_gravity="center">
18
        <RadioButton
19
            android:id="@+id/cift"
20
            android:layout_width="match_parent"
21
            android:layout_height="wrap_content"
22
            android:text="CLOUD_IFT"/>
23
        <RadioButton
24
            android:id="@+id/cpsi"
25
            android:layout_width="match_parent"
26
            android:layout_height="wrap_content"
27
            android:text="CLOUD_PSI"/>
28
        <RadioButton
29
            android:id="@+id/eift"
30
            android:layout_width="match_parent"
31
            android:layout_height="wrap_content"
32
            android:text="ESA_IFT"/>
33
        <RadioButton
34
            android:id="@+id/epsi"
35
            android:layout_width="match_parent"
36
            android:layout_height="wrap_content"
37
            android:text="ESA_PSI"/>
38
        <RadioButton
39
            android:id="@+id/prom"
40
            android:layout_width="match_parent"
41
            android:layout_height="wrap_content"
42
            android:checked="true"
43
            android:text="PROM"/>
44
    </RadioGroup>
45

46
    <Button
47
        android:id="@+id/stand_button"
48
        android:layout_width="match_parent"
49
        android:layout_height="wrap_content"
50
        android:layout_gravity="bottom"
51
        android:layout_marginHorizontal="16dp"
52
        android:layout_marginBottom="32dp"
53
        android:text="Задать стенд"/>
54

55
</FrameLayout>

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

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

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

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