Proyectos de Subversion Android Microlearning

Rev

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

Rev 3 Rev 8
Línea 8... Línea 8...
8
    tools:context=".fragment.GalleryFragment">
8
    tools:context=".fragment.GalleryFragment">
Línea 9... Línea 9...
9
 
9
 
10
 
10
 
11
    <androidx.viewpager2.widget.ViewPager2
11
    <androidx.viewpager2.widget.ViewPager2
12
        android:id="@+id/fragment_gallery_viewpager2"
12
        android:id="@+id/fragment_gallery_viewpager2"
13
        android:layout_width="fill_parent"
-
 
14
        android:layout_height="fill_parent"
-
 
15
 
-
 
16
        app:layout_constraintBottom_toBottomOf="parent"
-
 
17
        app:layout_constraintEnd_toEndOf="parent"
-
 
18
        app:layout_constraintHorizontal_bias="0.555"
-
 
Línea 19... Línea 13...
19
        app:layout_constraintStart_toStartOf="parent"
13
        android:layout_width="match_parent"
Línea 20... Línea 14...
20
        app:layout_constraintTop_toTopOf="parent">
14
        android:layout_height="match_parent">