Proyectos de Subversion Android Microlearning - Nuevo Interface

Rev

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

Rev 8 Rev 36
Línea 5... Línea 5...
5
    xmlns:tools="http://schemas.android.com/tools"
5
    xmlns:tools="http://schemas.android.com/tools"
6
    android:layout_width="match_parent"
6
    android:layout_width="match_parent"
7
    android:layout_height="match_parent"
7
    android:layout_height="match_parent"
8
    tools:context=".fragment.TopicFragment">
8
    tools:context=".fragment.TopicFragment">
Línea -... Línea 9...
-
 
9
 
-
 
10
    <Button
-
 
11
        android:id="@+id/button3"
-
 
12
        android:layout_width="wrap_content"
-
 
13
        android:layout_height="wrap_content"
-
 
14
        android:text="Eliminar Token"
-
 
15
        android:visibility="gone"
-
 
16
        app:layout_constraintBottom_toBottomOf="parent"
-
 
17
        app:layout_constraintEnd_toEndOf="parent"
-
 
18
        app:layout_constraintStart_toStartOf="parent"
-
 
19
        app:layout_constraintTop_toTopOf="parent"
-
 
20
        tools:visibility="gone" />
9
 
21
 
10
    <androidx.swiperefreshlayout.widget.SwipeRefreshLayout
22
    <androidx.swiperefreshlayout.widget.SwipeRefreshLayout
11
        android:id="@+id/fragment_topic_swipe_layout"
23
        android:id="@+id/fragment_topic_swipe_layout"
12
        android:layout_width="match_parent"
24
        android:layout_width="match_parent"