Proyectos de Subversion Android Microlearning

Rev

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

Rev 4 Rev 9
Línea 33... Línea 33...
33
        android:layout_height="wrap_content"
33
        android:layout_height="wrap_content"
34
        android:text="@string/label_100"
34
        android:text="@string/label_100"
35
        app:layout_constraintBottom_toBottomOf="@+id/animationView2"
35
        app:layout_constraintBottom_toBottomOf="@+id/animationView2"
36
        app:layout_constraintLeft_toLeftOf="parent"
36
        app:layout_constraintLeft_toLeftOf="parent"
37
        app:layout_constraintRight_toRightOf="parent"
37
        app:layout_constraintRight_toRightOf="parent"
38
        app:layout_constraintTop_toTopOf="@+id/animationView"
38
        app:layout_constraintTop_toBottomOf="@+id/animationView2"
39
        app:layout_constraintVertical_bias="0.966" />
39
        app:layout_constraintVertical_bias="0.966" />
Línea 40... Línea 40...
40
 
40
 
41
    <TextView
41
    <TextView
42
            style="@style/textview_title2"
42
            style="@style/textview_title2"
Línea 57... Línea 57...
57
            android:layout_marginTop="40dp"
57
            android:layout_marginTop="40dp"
58
            android:text="@string/button_continue"
58
            android:text="@string/button_continue"
59
            app:layout_constraintLeft_toLeftOf="parent"
59
            app:layout_constraintLeft_toLeftOf="parent"
60
            app:layout_constraintRight_toRightOf="parent"
60
            app:layout_constraintRight_toRightOf="parent"
61
            app:layout_constraintTop_toBottomOf="@id/fragment_finish_topic_congratulation_finish_topic"
61
            app:layout_constraintTop_toBottomOf="@id/fragment_finish_topic_congratulation_finish_topic"
62
            app:layout_constraintWidth_percent="0.5" />/><![CDATA[
62
            app:layout_constraintWidth_percent="0.5" />
63
 
-
 
64
 
-
 
65
        />
-
 
66
 
-
 
67
    ]]>
-
 
68
</androidx.constraintlayout.widget.ConstraintLayout>
63
</androidx.constraintlayout.widget.ConstraintLayout>