Proyectos de Subversion LeadersLinked - Android

Rev

Rev 1 | Ir a la última revisión | 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.constraintlayout.widget.ConstraintLayout
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/scrollView"
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 8... Línea -...
8
 
-
 
9
    <WebView
-
 
10
        android:id="@+id/webview"
10
 
11
        android:layout_alignParentTop="true"
11
    <androidx.swiperefreshlayout.widget.SwipeRefreshLayout
12
        android:layout_alignParentLeft="true"
12
        android:id="@+id/swipeRefreshLayout"
13
        android:layout_width="match_parent"
13
        android:layout_width="match_parent"
14
        android:layout_height="match_parent"
14
        android:layout_height="match_parent"
-
 
15
        app:layout_constraintTop_toTopOf="parent"
-
 
16
        app:layout_constraintBottom_toBottomOf="parent"
-
 
17
        app:layout_constraintLeft_toLeftOf="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"
-
 
Línea 28... Línea -...
28
        android:gravity="center"
-
 
Línea 29... Línea -...
29
        -->
-
 
30
 
18
        app:layout_constraintRight_toRightOf="parent">
-
 
19
 
-
 
20
 
-
 
21
 
-
 
22
            <com.cesams.leaderslinked.TouchyWebView
-
 
23
                android:id="@+id/webView"
-
 
24
                android:layout_width="match_parent"
-
 
25
                android:layout_height="match_parent"
-
 
26
 
-
 
27
                />
-
 
28
 
-
 
29
 
-
 
30
<!--
-
 
31
 android:focusable="true"
-
 
32
                android:focusableInTouchMode="true"
-
 
33
                -->
-
 
34
 
-
 
35
 
-
 
36
 
-
 
37
    </androidx.swiperefreshlayout.widget.SwipeRefreshLayout>
31
    android:src="@mipmap/logo"/>
38