Bonjour tot le monde:
Svp je veux avoir
Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5
6
7
8
9
10
11
12
13
<android.support.design.widget.TextInputLayout
        android:id="@+id/passwordLayout"
        android:layout_width="match_parent"
        android:layout_height="wrap_content"
        android:layout_marginTop="8dp"
        android:layout_marginBottom="8dp">
        <EditText android:id="@+id/input_password"
            android:layout_width="match_parent"
            android:layout_height="wrap_content"
            android:inputType="textPassword"
            android:hint="Password"
            android:importantForAutofill="no" />
    </android.support.design.widget.TextInputLayout>
Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
android {
    compileSdkVersion 28
    defaultConfig {
        applicationId "fr.applcation.com"
        minSdkVersion 17
        targetSdkVersion 28
        versionCode 1
        versionName "1.0"
        testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
    }
    buildTypes {
        release {
            minifyEnabled false
            proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
        }
    }
}
 
dependencies {
    implementation fileTree(dir: 'libs', include: ['*.jar'])
    implementation 'com.android.support:appcompat-v7:28.0.0'
    implementation 'com.android.support:design:28.0.0'
    testImplementation 'junit:junit:4.12'
    androidTestImplementation 'com.android.support.test:runner:1.0.2'
    androidTestImplementation 'com.android.support.test.espresso:espresso-core:3.0.2'
}
j'ai des erreurs svp quelqun a une idée?
Render problem:

Couldn't resolve resource @string/path_password_strike_through
android.view.InflateException: Can't morph from @string/path_password_eye_mask_strike_through to @string/path_password_eye_mask_visible
at android.animation.AnimatorInflater.getPVH(AnimatorInflater.java:308)
at android.animation.AnimatorInflater.parseAnimatorFromTypeArray(AnimatorInflater.java:422)
at android.animation.AnimatorInflater.loadAnimator(AnimatorInflater.java:1053)
android.view.InflateException: Can't morph from @string/path_password_eye_mask_strike_through to @string/path_password_eye_mask_visible
at android.animation.AnimatorInflater.getPVH(AnimatorInflater.java:308)
at android.animation.AnimatorInflater.parseAnimatorFromTypeArray(AnimatorInflater.java:422)
at android.animation.AnimatorInflater.loadAnimator(AnimatorInflater.java:1053)
at android.animation.AnimatorInflater.loadObjectAnimator(AnimatorInflater.java:1011)
at android.animation.AnimatorInflater.createAnimatorFromXml(AnimatorInflater.java:667)
at android.animation.AnimatorInflater.createAnimatorFromXml(AnimatorInflater.java:642)
at android.animation.AnimatorInflater.loadAnimator(AnimatorInflater.java:126)
at android.graphics.drawable.AnimatedVectorDrawable.inflate(AnimatedVectorDrawable.java:565