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 1... Línea 1...
1
<?xml version="1.0" encoding="utf-8"?>
1
<?xml version="1.0" encoding="utf-8"?>
2
<androidx.constraintlayout.widget.ConstraintLayout  xmlns:android="http://schemas.android.com/apk/res/android"
2
<androidx.constraintlayout.widget.ConstraintLayout xmlns:android="http://schemas.android.com/apk/res/android"
3
    xmlns:app="http://schemas.android.com/apk/res-auto"
3
    xmlns:app="http://schemas.android.com/apk/res-auto"
4
    xmlns:tools="http://schemas.android.com/tools"
4
    xmlns:tools="http://schemas.android.com/tools"
5
    android:layout_width="match_parent"
5
    android:layout_width="match_parent"
6
    android:layout_height="wrap_content"
6
    android:layout_height="wrap_content"
7
    android:layout_marginTop="2dp"
7
    android:layout_marginLeft="5dp"
8
    android:layout_marginBottom="2dp"
8
    android:layout_marginTop="3dp"
9
    android:layout_marginLeft="2dp"
9
    android:layout_marginRight="5dp"
10
    android:layout_marginRight="2dp"
10
    android:layout_marginBottom="3dp"
11
    android:padding="0dp">
11
    android:padding="0dp">
Línea 12... Línea 12...
12
 
12
 
13
    <androidx.constraintlayout.widget.ConstraintLayout
13
    <androidx.constraintlayout.widget.ConstraintLayout
14
        android:id="@+id/fragment_quiz_multiple_answer_item_constraint"
14
        android:id="@+id/fragment_quiz_multiple_answer_item_constraint"
Línea 20... Línea 20...
20
        app:layout_constraintLeft_toLeftOf="parent"
20
        app:layout_constraintLeft_toLeftOf="parent"
21
        app:layout_constraintTop_toTopOf="parent"
21
        app:layout_constraintTop_toTopOf="parent"
Línea 22... Línea 22...
22
 
22
 
Línea 23... Línea 23...
23
        app:layout_constraintWidth_percent="0.8">
23
        app:layout_constraintWidth_percent="0.8">
24
 
24
 
25
        <com.codesgood.views.JustifiedTextView
25
        <TextView
26
            android:id="@+id/fragment_quiz_multiple_answer_item_justifytextview"
-
 
27
            style="@style/textview_quiz_title2"
26
            android:id="@+id/textView2"
28
            android:textAlignment="gravity"
27
            style="@style/textview_quiz_title2"
29
            android:layout_width="match_parent"
28
            android:layout_width="match_parent"
-
 
29
            android:layout_height="wrap_content"
30
            android:layout_height="wrap_content"
30
            android:fontFamily="@font/roboto"
31
            app:layout_constraintTop_toTopOf="parent"
31
            android:text="TextView"
32
            app:layout_constraintBottom_toBottomOf="parent"
32
            app:layout_constraintBottom_toBottomOf="parent"
-
 
33
            app:layout_constraintLeft_toLeftOf="parent"
-
 
34
            app:layout_constraintRight_toRightOf="parent"
Línea 33... Línea 35...
33
            app:layout_constraintLeft_toLeftOf="parent"
35
            app:layout_constraintTop_toTopOf="parent" />
Línea 34... Línea 36...
34
            app:layout_constraintRight_toRightOf="parent" />
36
 
35
 
37
 
36
    </androidx.constraintlayout.widget.ConstraintLayout>
38
    </androidx.constraintlayout.widget.ConstraintLayout>
37
 
39
 
-
 
40
    <CheckBox
38
    <CheckBox
41
        android:id="@+id/fragment_quiz_multiple_answer_item_checkbox"
39
        android:id="@+id/fragment_quiz_multiple_answer_item_checkbox"
42
        android:layout_width="48dp"
40
        android:layout_width="wrap_content"
-
 
41
        android:layout_height="wrap_content"
43
        android:layout_height="48dp"
42
        android:padding="5dp"
44
        android:gravity="center"
43
        android:theme="@style/CheckBox"
45
        android:padding="5dp"
44
        app:layout_constraintTop_toTopOf="parent"
46
        android:theme="@style/CheckBox"
45
        app:layout_constraintBottom_toBottomOf="parent"
-
 
46
        app:layout_constraintLeft_toRightOf="@id/fragment_quiz_multiple_answer_item_constraint"
-
 
47
        app:layout_constraintRight_toRightOf="parent"
-
 
48
    />
-
 
Línea 49... Línea 47...
49
 
47
        app:layout_constraintBottom_toBottomOf="parent"
50
 
48
        app:layout_constraintLeft_toRightOf="@id/fragment_quiz_multiple_answer_item_constraint"