Proyectos de Subversion Android Microlearning - Nuevo Interface

Rev

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

Rev 1 Rev 8
Línea 15... Línea 15...
15
 
15
 
16
        <androidx.recyclerview.widget.RecyclerView
16
        <androidx.recyclerview.widget.RecyclerView
17
            android:id="@+id/fragment_topic_listview"
17
            android:id="@+id/fragment_topic_listview"
18
            android:layout_width="0dp"
18
            android:layout_width="0dp"
19
            android:layout_height="0dp"
19
            android:layout_height="0dp"
20
            android:background="@color/windowBackgroundTopic"
20
            android:background="@color/colorNudeNew"
21
            app:layoutManager="androidx.recyclerview.widget.GridLayoutManager"
-
 
22
            app:spanCount="2"
21
            app:layoutManager="androidx.recyclerview.widget.GridLayoutManager"
23
            app:layout_constraintBottom_toBottomOf="parent"
22
            app:layout_constraintBottom_toBottomOf="parent"
24
            app:layout_constraintEnd_toEndOf="parent"
23
            app:layout_constraintEnd_toEndOf="parent"
25
            app:layout_constraintStart_toStartOf="parent"
24
            app:layout_constraintStart_toStartOf="parent"
-
 
25
            app:layout_constraintTop_toTopOf="parent"
Línea 26... Línea 26...
26
            app:layout_constraintTop_toTopOf="parent" />
26
            app:spanCount="2" />
Línea 27... Línea 27...
27
 
27
 
28
    </androidx.swiperefreshlayout.widget.SwipeRefreshLayout>
28
    </androidx.swiperefreshlayout.widget.SwipeRefreshLayout>