Proyectos de Subversion Android Microlearning

Rev

Rev 1 | Ir a la última revisión | Mostrar el archivo completo | | | Autoría | Ultima modificación | Ver Log |

Rev 1 Rev 4
Línea 9... Línea 9...
9
 
9
 
10
 
10
 
11
    <com.codesgood.views.JustifiedTextView
11
    <com.codesgood.views.JustifiedTextView
12
        android:id="@+id/fragment_quiz_fail_justifytext"
12
        android:id="@+id/fragment_quiz_fail_justifytext"
13
        style="@style/textview_quiz_title1"
13
        style="@style/textview_quiz_title1"
-
 
14
        android:layout_width="369dp"
14
        android:layout_width="match_parent"
15
        android:layout_height="82dp"
-
 
16
        android:fontFamily="@font/roboto"
-
 
17
        android:text="@string/label_retry_quiz"
15
        android:layout_height="wrap_content"
18
        android:textAlignment="center"
16
        android:text="@string/label_retry_quiz"
19
        android:textSize="20sp"
17
        app:layout_constraintBottom_toBottomOf="parent"
20
        app:layout_constraintBottom_toBottomOf="parent"
18
        app:layout_constraintLeft_toLeftOf="parent"
21
        app:layout_constraintLeft_toLeftOf="parent"
19
        app:layout_constraintRight_toRightOf="parent"
22
        app:layout_constraintRight_toRightOf="parent"