Proyectos de Subversion Android Microlearning

Rev

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

Rev 1 Rev 4
Línea 8... Línea 8...
8
        android:layout_width="match_parent"
8
        android:layout_width="match_parent"
9
        android:layout_height="match_parent"
9
        android:layout_height="match_parent"
10
        android:background="@color/windowBackgroud"
10
        android:background="@color/windowBackgroud"
11
        tools:context=".fragment.IntroFragment">
11
        tools:context=".fragment.IntroFragment">
Línea -... Línea 12...
-
 
12
 
-
 
13
    <com.airbnb.lottie.LottieAnimationView
-
 
14
        android:id="@+id/animationView"
-
 
15
        android:layout_width="330dp"
-
 
16
        android:layout_height="360dp"
-
 
17
        app:layout_constraintBottom_toBottomOf="parent"
-
 
18
        app:layout_constraintEnd_toEndOf="parent"
-
 
19
        app:layout_constraintHorizontal_bias="0.493"
-
 
20
        app:layout_constraintStart_toStartOf="parent"
-
 
21
        app:layout_constraintTop_toTopOf="parent"
-
 
22
        app:layout_constraintVertical_bias="0.428"
-
 
23
        app:lottie_autoPlay="true"
-
 
24
        app:lottie_loop="true"
-
 
25
        app:lottie_rawRes="@raw/second_success"
-
 
26
        tools:visibility="visible" />
12
 
27
 
13
    <TextView
28
    <TextView
14
        android:id="@+id/fragment_finish_capsule_textview_title"
29
        android:id="@+id/fragment_finish_capsule_textview_title"
15
        style="@style/textview_title_big"
30
        style="@style/textview_title_big"
16
        android:layout_width="wrap_content"
31
        android:layout_width="wrap_content"
17
        android:layout_height="wrap_content"
32
        android:layout_height="wrap_content"
18
        android:text="@string/label_100"
33
        android:text="@string/label_100"
19
        app:layout_constraintBottom_toBottomOf="parent"
34
        app:layout_constraintBottom_toBottomOf="@+id/animationView"
20
        app:layout_constraintLeft_toLeftOf="parent"
35
        app:layout_constraintLeft_toLeftOf="parent"
21
        app:layout_constraintRight_toRightOf="parent"
36
        app:layout_constraintRight_toRightOf="parent"
22
        app:layout_constraintTop_toTopOf="parent"
37
        app:layout_constraintTop_toTopOf="@+id/animationView"
Línea 23... Línea 38...
23
        app:layout_constraintVertical_bias="0.30" />
38
        app:layout_constraintVertical_bias="0.947" />
24
 
-
 
25
        <TextView
39
 
26
            style="@style/textview_title2"
40
    <TextView
27
            android:id="@+id/fragment_finish_capsule_congratulation_finish_capsule"
41
        android:id="@+id/fragment_finish_capsule_congratulation_finish_capsule"
28
            android:layout_width="wrap_content"
42
        style="@style/textview_title2"
29
            android:layout_height="wrap_content"
43
        android:layout_width="wrap_content"
30
            android:text="@string/label_congratulation_finish_capsule"
44
        android:layout_height="wrap_content"
31
            android:layout_marginTop="30dp"
45
        android:layout_marginTop="32dp"
32
            app:layout_constraintTop_toBottomOf="@id/fragment_finish_capsule_textview_title"
46
        android:text="@string/label_congratulation_finish_capsule"
-
 
47
        app:layout_constraintLeft_toLeftOf="parent"
Línea 33... Línea 48...
33
            app:layout_constraintLeft_toLeftOf="parent"
48
        app:layout_constraintRight_toRightOf="parent"
34
            app:layout_constraintRight_toRightOf="parent"/>
49
        app:layout_constraintTop_toBottomOf="@id/fragment_finish_capsule_textview_title" />
35
 
50
 
36
        <Button
51
    <Button
37
            style="@style/button_intro"
52
        android:id="@+id/fragment_finish_capsule_button"
38
            android:id="@+id/fragment_finish_capsule_button"
53
        style="@style/button_intro"
39
            android:layout_width="0dp"
54
        android:layout_width="0dp"
-
 
55
        android:layout_height="wrap_content"
40
            android:layout_height="wrap_content"
56
        android:layout_marginTop="44dp"
41
            android:layout_marginTop="40dp"
57
        android:text="@string/button_continue"
42
            android:text="@string/button_continue"
58
        app:layout_constraintBottom_toBottomOf="parent"
-
 
59
        app:layout_constraintLeft_toLeftOf="parent"
43
            app:layout_constraintLeft_toLeftOf="parent"
60
        app:layout_constraintRight_toRightOf="parent"
44
            app:layout_constraintRight_toRightOf="parent"
61
        app:layout_constraintTop_toBottomOf="@id/fragment_finish_capsule_congratulation_finish_capsule"