Итак, я столкнулся с проблемой, когда я пытался преобразовать свой EditText в TextInputEditText в TextInputLayout из библиотеки com.google.material.
Я не могу разместить текст TextInputEdit поверх TextInputLayout Вот скриншот.
As you can see it is a bit off from both the top and left.
login.xml
build.gradle (app: module)
dependencies {
implementation fileTree(dir: "libs", include: ["*.jar"])
implementation 'androidx.appcompat:appcompat:1.1.0'
implementation 'androidx.constraintlayout:constraintlayout:1.1.3'
implementation 'com.google.android.material:material:1.0.0'
implementation 'androidx.annotation:annotation:1.1.0'
implementation 'androidx.lifecycle:lifecycle-extensions:2.1.0'
implementation 'com.google.firebase:firebase-auth:19.3.1'
implementation 'com.google.firebase:firebase-database:19.3.1'
implementation 'androidx.legacy:legacy-support-v4:1.0.0'
implementation 'androidx.navigation:navigation-fragment:2.3.0'
implementation 'androidx.navigation:navigation-ui:2.3.0'
implementation 'com.github.castorflex.smoothprogressbar:library:1.0.0'
implementation 'com.google.android.material:material:1.0.0'
implementation 'androidx.mediarouter:mediarouter:1.1.0'
testImplementation 'junit:junit:4.12'
androidTestImplementation 'androidx.test.ext:junit:1.1.1'
androidTestImplementation 'androidx.test.espresso:espresso-core:3.2.0'
implementation 'com.google.firebase:firebase-analytics:17.2.2'
}
Обновление: - Исправлено смещение оси X. Теперь проблема только со смещением оси Y. Щелкните здесь, чтобы увидеть новый снимок экрана