Proyectos de Subversion LeadersLinked - Android

Rev

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

Rev 2 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
2
<androidx.constraintlayout.widget.ConstraintLayout
3
    xmlns:android="http://schemas.android.com/apk/res/android"
3
    xmlns:android="http://schemas.android.com/apk/res/android"
4
    xmlns:app="http://schemas.android.com/apk/res-auto"
4
    xmlns:app="http://schemas.android.com/apk/res-auto"
5
    xmlns:tools="http://schemas.android.com/tools"
5
    xmlns:tools="http://schemas.android.com/tools"
6
    android:id="@+id/scrollView"
-
 
7
    android:layout_width="match_parent"
6
    android:layout_width="match_parent"
8
    android:layout_height="match_parent"
7
    android:layout_height="match_parent"
9
    tools:context=".MainActivity">
8
    tools:context=".MainActivity">
Línea 10... Línea 9...
10
 
9
 
Línea 17... Línea 16...
17
        app:layout_constraintLeft_toLeftOf="parent"
16
        app:layout_constraintLeft_toLeftOf="parent"
18
        app:layout_constraintRight_toRightOf="parent">
17
        app:layout_constraintRight_toRightOf="parent">
Línea 19... Línea 18...
19
 
18
 
20
 
19
 
21
 
20
 
22
            <com.cesams.leaderslinked.TouchyWebView
21
            <com.cesams.leaderslinked.v2.TouchyWebView
Línea 23... Línea 22...
23
                android:id="@+id/webView"
22
                android:id="@+id/webView"