Skip to content

Commit

Permalink
#192 [add] 날짜 text 입력 막기
Browse files Browse the repository at this point in the history
  • Loading branch information
2zerozu committed Feb 17, 2023
1 parent 7a6942f commit 2ca839f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/src/main/res/layout/dialog_date_picker.xml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@
android:layout_height="0dp"
android:calendarViewShown="false"
android:datePickerMode="spinner"
android:descendantFocusability="blocksDescendants"
android:endYear="2099"
android:startYear="1900"
android:theme="@style/PickerTheme"
Expand Down

0 comments on commit 2ca839f

Please sign in to comment.