Skip to content

Commit 8912d75

Browse files
Fix padding unlock button
1 parent e70499b commit 8912d75

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/src/main/res/layout/activity_auth.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
<com.google.android.material.textfield.TextInputLayout
4444
android:layout_width="match_parent"
4545
android:layout_height="wrap_content"
46-
android:paddingBottom="25dp"
46+
android:paddingBottom="12dp"
4747
app:hintEnabled="false"
4848
app:passwordToggleEnabled="true"
4949
app:passwordToggleTint="?attr/colorOnSurface">

0 commit comments

Comments
 (0)