Proyectos de Subversion Android Microlearning

Rev

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

Rev 1 Rev 3
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="fill_parent"
6
    android:layout_height="match_parent"
6
    android:layout_height="fill_parent"
7
    tools:context=".fragment.GalleryFragment"
-
 
8
    android:background="@color/windowBackgroundTopic"
7
    android:background="@color/windowBackgroundTopic"
9
    android:padding="5dp">
8
    tools:context=".fragment.GalleryFragment">
Línea 10... Línea 9...
10
 
9
 
11
 
10
 
12
    <androidx.viewpager2.widget.ViewPager2
11
    <androidx.viewpager2.widget.ViewPager2
13
        android:id="@+id/fragment_gallery_viewpager2"
12
        android:id="@+id/fragment_gallery_viewpager2"
Línea -... Línea 13...
-
 
13
        android:layout_width="fill_parent"
14
        android:layout_width="match_parent"
14
        android:layout_height="fill_parent"
15
        android:layout_height="match_parent"
15
 
16
 
16
        app:layout_constraintBottom_toBottomOf="parent"
17
        app:layout_constraintEnd_toEndOf="parent"
17
        app:layout_constraintEnd_toEndOf="parent"
Línea 18... Línea 18...
18
        app:layout_constraintHorizontal_bias="0.555"
18
        app:layout_constraintHorizontal_bias="0.555"
Línea 19... Línea -...
19
        app:layout_constraintStart_toStartOf="parent"
-
 
20
        tools:layout_editor_absoluteY="16dp">
19
        app:layout_constraintStart_toStartOf="parent"
21
 
20
        app:layout_constraintTop_toTopOf="parent">
22
    </androidx.viewpager2.widget.ViewPager2>
21
 
23
 
22
    </androidx.viewpager2.widget.ViewPager2>
24
 
23
 
25
 
24
 
26
    <ImageButton
25
    <ImageButton
27
        android:id="@+id/fragment_gallery_button_previous"
26
        android:id="@+id/fragment_gallery_button_previous"
-
 
27
        android:layout_width="wrap_content"
Línea 28... Línea 28...
28
        android:layout_width="wrap_content"
28
        android:layout_height="wrap_content"
29
        android:layout_height="wrap_content"
29
        android:src="@drawable/exo_ic_chevron_left"
30
        android:src="@drawable/exo_ic_chevron_left"
30
        android:visibility="visible"
31
        app:layout_constraintTop_toTopOf="parent"
31
        app:layout_constraintBottom_toBottomOf="parent"
32
        app:layout_constraintBottom_toBottomOf="parent"
32
        app:layout_constraintLeft_toLeftOf="parent"
33
        app:layout_constraintLeft_toLeftOf="parent"/>
33
        app:layout_constraintTop_toTopOf="parent" />
34
 
34
 
35
 
35
 
-
 
36
    <ImageButton
36
    <ImageButton
37
        android:id="@+id/fragment_gallery_button_next"
37
        android:id="@+id/fragment_gallery_button_next"
38
        android:layout_width="wrap_content"