Proyectos de Subversion Android Microlearning - Nuevo Interface

Rev

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

Rev 1 Rev 11
Línea 9... Línea 9...
9
 
9
 
10
    <androidx.recyclerview.widget.RecyclerView
10
    <androidx.recyclerview.widget.RecyclerView
11
        android:id="@+id/fragment_capsule_listview"
11
        android:id="@+id/fragment_capsule_listview"
12
        android:layout_width="0dp"
12
        android:layout_width="0dp"
-
 
13
        android:layout_height="0dp"
-
 
14
        android:background="@color/windowBackgroud"
13
        android:layout_height="0dp"
15
        app:layoutManager="androidx.recyclerview.widget.GridLayoutManager"
14
        app:layout_constraintBottom_toBottomOf="parent"
16
        app:layout_constraintBottom_toBottomOf="parent"
15
        app:layout_constraintEnd_toEndOf="parent"
17
        app:layout_constraintEnd_toEndOf="parent"
16
        app:layout_constraintStart_toStartOf="parent"
18
        app:layout_constraintStart_toStartOf="parent"
17
        app:layout_constraintTop_toTopOf="parent"
-
 
18
        app:layoutManager="androidx.recyclerview.widget.GridLayoutManager"
19
        app:layout_constraintTop_toTopOf="parent"
19
        app:spanCount="2"
-
 
Línea 20... Línea 20...
20
        android:background="@color/windowBackgroundTopic"
20
        app:spanCount="2"
Línea 21... Línea 21...
21
 
21
 
22
        />
22
        />