Skip to content

Commit

Permalink
[MaterialDatePicker] Fix broken layout when custom description is used
Browse files Browse the repository at this point in the history
Resolves #3179

PiperOrigin-RevId: 506311285
  • Loading branch information
paulfthomas authored and dsn5ft committed Feb 1, 2023
1 parent dac9450 commit 56f816c
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,6 @@
<LinearLayout
android:id="@+id/mtrl_picker_header"
style="?attr/materialCalendarHeaderLayout"
android:layout_width="match_parent"
android:layout_height="@dimen/mtrl_calendar_header_height"
android:layout_gravity="top"
android:paddingStart="@dimen/mtrl_calendar_header_content_padding"
android:paddingEnd="@dimen/mtrl_calendar_header_content_padding"
Expand Down

0 comments on commit 56f816c

Please sign in to comment.