Proyectos de Subversion Android Microlearning

Rev

Rev 1 | Mostrar el archivo completo | | | Autoría | Ultima modificación | Ver Log |

Rev 1 Rev 3
Línea 21... Línea 21...
21
            android:layout_width="match_parent"
21
            android:layout_width="match_parent"
22
            android:layout_height="?attr/actionBarSize" />
22
            android:layout_height="?attr/actionBarSize" />
Línea 23... Línea 23...
23
 
23
 
24
 
-
 
25
        <androidx.constraintlayout.widget.ConstraintLayout
-
 
26
            xmlns:android="http://schemas.android.com/apk/res/android"
-
 
27
            xmlns:app="http://schemas.android.com/apk/res-auto"
24
 
28
            xmlns:tools="http://schemas.android.com/tools"
25
        <androidx.constraintlayout.widget.ConstraintLayout
29
            android:orientation="vertical"
26
            android:layout_width="fill_parent"
Línea 30... Línea 27...
30
            android:layout_width="match_parent"
27
            android:layout_height="fill_parent"
31
            android:layout_height="match_parent">
28
            android:orientation="vertical">
32
 
29
 
33
            <FrameLayout
30
            <FrameLayout
34
                android:id="@+id/fragment_container"
31
                android:id="@+id/fragment_container"
35
                android:layout_width="match_parent"
32
                android:layout_width="fill_parent"
36
                android:layout_height="match_parent"
33
                android:layout_height="fill_parent"
37
                app:layout_constraintBottom_toBottomOf="parent"
34
                app:layout_constraintBottom_toBottomOf="parent"
Línea 38... Línea 35...
38
                app:layout_constraintEnd_toEndOf="parent"
35
                app:layout_constraintEnd_toEndOf="parent"
39
                app:layout_constraintStart_toStartOf="parent"
36
                app:layout_constraintStart_toStartOf="parent"
40
                app:layout_constraintTop_toTopOf="parent"/>
37
                app:layout_constraintTop_toTopOf="parent" />
41
 
38
 
42
            <ProgressBar
39
            <ProgressBar
-
 
40
                android:id="@+id/progressBar"
-
 
41
                style="?android:attr/progressBarStyleLarge"
-
 
42
                android:layout_width="wrap_content"
43
                android:id="@+id/progressBar"
43
                android:layout_height="wrap_content"
44
                style="?android:attr/progressBarStyleLarge"
44
                android:max="100"
45
                android:layout_width="wrap_content"
45
                android:progress="0"
46
                android:layout_height="wrap_content"
46
                android:visibility="invisible"
47
                app:layout_constraintBottom_toBottomOf="parent"
-
 
48
                app:layout_constraintLeft_toLeftOf="parent"
-
 
49
                app:layout_constraintRight_toRightOf="parent"
-
 
Línea 50... Línea 47...
50
                app:layout_constraintTop_toTopOf="parent"
47
                app:layout_constraintBottom_toBottomOf="parent"
51
                android:max="100"
48
                app:layout_constraintLeft_toLeftOf="parent"
52
                android:progress="0"
49
                app:layout_constraintRight_toRightOf="parent"
53
                android:visibility="invisible"/>
50
                app:layout_constraintTop_toTopOf="parent" />
54
 
-
 
55
            <TextView
51
 
56
                android:id="@+id/main_activity_text_view_message_not_connection"
52
            <TextView
57
                android:layout_width="match_parent"
53
                android:id="@+id/main_activity_text_view_message_not_connection"
-
 
54
                android:layout_width="match_parent"
58
                android:layout_height="wrap_content"
55
                android:layout_height="wrap_content"
59
                android:text="@string/error_need_active_data_connection"
56
                android:background="@drawable/message_not_connection"
60
                android:background="@drawable/message_not_connection"
57
                android:text="@string/error_need_active_data_connection"
61
                android:textSize="18dp"
58
                android:textColor="@color/white"
62
                android:textColor="@color/white"
-
 
63
                android:visibility="invisible"
-
 
Línea 64... Línea 59...
64
                app:layout_constraintBottom_toBottomOf="parent"
59
                android:textSize="18dp"