aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/res
diff options
context:
space:
mode:
authorHarsh Shandilya <msfjarvis@gmail.com>2020-07-26 20:11:53 +0530
committerGitHub <noreply@github.com>2020-07-26 20:11:53 +0530
commit2b1f101685472452ecb30d8a84bcc6b88167bd1c (patch)
tree1f722556a4498d16e1b0179974549241c79e329d /app/src/main/res
parent9f8f9d588c00139e42470b491464457623c8b717 (diff)
Correctly set error on incorrect credentials (#972)
Diffstat (limited to 'app/src/main/res')
-rw-r--r--app/src/main/res/layout/git_credential_layout.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/src/main/res/layout/git_credential_layout.xml b/app/src/main/res/layout/git_credential_layout.xml
index 757658e6..180b904a 100644
--- a/app/src/main/res/layout/git_credential_layout.xml
+++ b/app/src/main/res/layout/git_credential_layout.xml
@@ -15,6 +15,7 @@
android:layout_height="wrap_content"
app:endIconMode="password_toggle"
app:hintEnabled="true"
+ app:errorEnabled="true"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toTopOf="parent">