Skip to content

Commit

Permalink
Fixed input layout width
Browse files Browse the repository at this point in the history
  • Loading branch information
Dmitriy Orteney committed Aug 16, 2019
1 parent cad3330 commit a7e0a9f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
<com.google.android.material.textfield.TextInputLayout
android:id="@+id/textInputLayout"
style="@style/Widget.MaterialComponents.TextInputLayout.OutlinedBox.Dense"
android:layout_width="match_parent"
android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_marginStart="16dp"
android:layout_marginTop="8dp"
Expand Down

0 comments on commit a7e0a9f

Please sign in to comment.