Skip to content

Instantly share code, notes, and snippets.

@susantokun
Last active July 26, 2020 23:50
Show Gist options
  • Save susantokun/97f2ea2aab1b1e88efdbb70dd8398351 to your computer and use it in GitHub Desktop.
Save susantokun/97f2ea2aab1b1e88efdbb70dd8398351 to your computer and use it in GitHub Desktop.
DatePicker di Android Studio
<TextView
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:text="Tanggal Lahir\t:"
/>
<EditText
android:id="@+id/tv_dateresult"
android:layout_width="wrap_content"
android:text=""
android:layout_height="wrap_content"
android:hint="dd/MM/yyyy"
/>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment