Proyectos de Subversion Android Microlearning - Nuevo Interface

Rev

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

Rev 9 Rev 34
Línea 98... Línea 98...
98
        android:layout_width="0dp"
98
        android:layout_width="0dp"
99
        android:layout_height="wrap_content"
99
        android:layout_height="wrap_content"
100
        android:background="@color/colorNudeNew"
100
        android:background="@color/colorNudeNew"
101
        android:gravity="center"
101
        android:gravity="center"
102
        android:orientation="horizontal"
102
        android:orientation="horizontal"
-
 
103
        android:focusable="true"
-
 
104
        android:focusableInTouchMode="true"
103
        app:layout_constraintEnd_toEndOf="parent"
105
        app:layout_constraintEnd_toEndOf="parent"
104
        app:layout_constraintStart_toStartOf="parent"
106
        app:layout_constraintStart_toStartOf="parent"
105
        app:layout_constraintTop_toBottomOf="@+id/tabLayout">
107
        app:layout_constraintTop_toBottomOf="@+id/tabLayout">
Línea 106... Línea 108...
106
 
108