Bonjour, a tous je suis novice en langage Kotlin,
je me permet de solliciter votre aide car a la fin de mon code j ai cette erreur
"unexpected end of fil"
merci de votre aide
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout
xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="match_parent"
tools:context=".MainActivity"
tools:ignore="ExtraText"
>
<TextView
android:layout_width="326dp"
android:layout_height="90dp"
android:gravity="center_horizontal"
android:text="@string/bonjour"
android:textAlignment="center"
android:textColor="@android:color/holo_red_light"
android:textSize="27sp"
android:textStyle="bold"
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintLeft_toLeftOf="parent"
app:layout_constraintRight_toRightOf="parent"
app:layout_constraintTop_toTopOf="parent"
/>
<Button
android:id="@+id/button1"
android:layout_width="82dp"
android:layout_height="70dp"
android:layout_gravity="bottom"
android:text="@string/bouton1"
android:textSize="50sp"
/>
Afficher la suite
10 avril 2020 à 12:41