Skip to content
This repository has been archived by the owner on Feb 9, 2023. It is now read-only.

Commit

Permalink
Merge pull request #44 from eygraber/month-hint
Browse files Browse the repository at this point in the history
Put the hint back in DateInput's month
  • Loading branch information
eygraber authored Jan 25, 2022
2 parents 571466d + 9a8530c commit 69f8a03
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions xml/src/main/res/layout/date_input_view.xml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@
android:id="@+id/month"
android:layout_width="wrap_content"
android:layout_height="match_parent"
android:hint="@string/date_input_view_month_placeholder"
android:inputType="none" />

<TextView
Expand Down

0 comments on commit 69f8a03

Please sign in to comment.