Proyectos de Subversion LeadersLinked - Android

Rev

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

Rev 1 Rev 2
Línea 1... Línea 1...
1
<?xml version="1.0" encoding="utf-8"?>
1
<?xml version="1.0" encoding="utf-8"?>
-
 
2
<androidx.swiperefreshlayout.widget.SwipeRefreshLayout
2
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
3
    xmlns:android="http://schemas.android.com/apk/res/android"
3
    xmlns:app="http://schemas.android.com/apk/res-auto"
4
    xmlns:app="http://schemas.android.com/apk/res-auto"
4
    xmlns:tools="http://schemas.android.com/tools"
5
    xmlns:tools="http://schemas.android.com/tools"
-
 
6
    android:id="@+id/swipeRefreshLayout"
5
    android:layout_width="match_parent"
7
    android:layout_width="match_parent"
6
    android:layout_height="match_parent"
8
    android:layout_height="match_parent"
7
    tools:context=".MainActivity">
9
    tools:context=".MainActivity">
Línea -... Línea 10...
-
 
10
 
-
 
11
 
8
 
12
 
9
    <WebView
13
    <WebView
10
        android:id="@+id/webview"
14
        android:id="@+id/webview"
11
        android:layout_alignParentTop="true"
15
        android:layout_alignParentTop="true"
12
        android:layout_alignParentLeft="true"
16
        android:layout_alignParentLeft="true"
13
        android:layout_width="match_parent"
17
        android:layout_width="match_parent"
14
        android:layout_height="match_parent"
18
        android:layout_height="match_parent"
Línea 15... Línea -...
15
        android:visibility="invisible"/>
-
 
16
 
-
 
17
    <!--
-
 
18
    <ImageView
-
 
19
        android:id="@+id/imageLoading1"
-
 
20
        android:layout_alignParentTop="true"
-
 
21
        android:layout_alignParentLeft="true"
-
 
22
        android:layout_width="match_parent"
-
 
23
        android:layout_height="match_parent"
-
 
24
        android:layout_marginRight="@dimen/activity_horizontal_margin"
-
 
25
        android:layout_marginLeft="@dimen/activity_horizontal_margin"
-
 
26
        android:layout_marginTop="@dimen/activity_vertical_margin"
-
 
27
        android:layout_marginBottom="@dimen/activity_vertical_margin"
-
 
28
        android:gravity="center"
-
 
29
        -->
-
 
Línea 30... Línea -...
30
 
-
 
31
    android:src="@mipmap/logo"/>
19
        android:visibility="invisible"/>
-
 
20
 
32
 
21