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

Commit

Permalink
Put the hint back in DateInput's month
Browse files Browse the repository at this point in the history
  • Loading branch information
eygraber committed Jan 25, 2022
1 parent 571466d commit 9a8530c
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 9a8530c

Please sign in to comment.