Skip to content

Instantly share code, notes, and snippets.

@jezinka
Created July 18, 2017 07:16
Show Gist options
  • Select an option

  • Save jezinka/8a8c3a3c88f5eb4806497d848acd1fa8 to your computer and use it in GitHub Desktop.

Select an option

Save jezinka/8a8c3a3c88f5eb4806497d848acd1fa8 to your computer and use it in GitHub Desktop.
<EditText
android:id="@+id/min_date"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:focusable="false"
android:inputType="date"
android:onClick="showDatePickerDialog"/>
<EditText
android:id="@+id/max_date"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:focusable="false"
android:inputType="date"
android:onClick="showDatePickerDialog"/>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment