Skip to content

Commit

Permalink
[Fix] Remove bottom padding for edit document manager shortcut dialog.
Browse files Browse the repository at this point in the history
Because we already have app:errorEnabled="true" for the last text
input layout.
  • Loading branch information
zhanghai committed Aug 20, 2023
1 parent f654cdf commit 7beff6b
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@
android:paddingStart="?dialogPreferredPadding"
android:paddingEnd="?dialogPreferredPadding"
android:paddingTop="8dp"
android:paddingBottom="8dp"
android:orientation="vertical">

<com.google.android.material.textfield.TextInputLayout
Expand Down

0 comments on commit 7beff6b

Please sign in to comment.