Proyectos de Subversion LeadersLinked - Android

Rev

| Ultima modificación | Ver Log |

Rev Autor Línea Nro. Línea
1 efrain 1
<?xml version="1.0" encoding="utf-8"?>
2 efrain 2
<androidx.swiperefreshlayout.widget.SwipeRefreshLayout
3
    xmlns:android="http://schemas.android.com/apk/res/android"
1 efrain 4
    xmlns:app="http://schemas.android.com/apk/res-auto"
5
    xmlns:tools="http://schemas.android.com/tools"
2 efrain 6
    android:id="@+id/swipeRefreshLayout"
1 efrain 7
    android:layout_width="match_parent"
8
    android:layout_height="match_parent"
9
    tools:context=".MainActivity">
10
 
2 efrain 11
 
12
 
1 efrain 13
    <WebView
14
        android:id="@+id/webview"
15
        android:layout_alignParentTop="true"
16
        android:layout_alignParentLeft="true"
17
        android:layout_width="match_parent"
18
        android:layout_height="match_parent"
19
        android:visibility="invisible"/>
20
 
21
 
2 efrain 22
</androidx.swiperefreshlayout.widget.SwipeRefreshLayout>