Created
August 31, 2021 18:01
-
-
Save StokicDusan/0baf86b0edf527fd60bc9ac50bf68288 to your computer and use it in GitHub Desktop.
Create a date picker widget for android app
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<DatePicker | |
android:id="@+id/datePicker" | |
style="@android:style/Widget.DatePicker" | |
android:layout_width="wrap_content" | |
android:layout_height="wrap_content" | |
android:endYear="2100" | |
android:spinnersShown="true" | |
android:startYear="1900"> | |
</DatePicker> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment