-
-
Notifications
You must be signed in to change notification settings - Fork 937
Open
Description
Please update options hidden header is DatePicker
val dialogTitleId =
resources.getIdentifier("date_picker_header", "id", "android")
if (dialogTitleId > 0) {
val dialogTitle: View = datePicker.findViewById(dialogTitleId)
dialogTitle.visibility = View.GONE
}
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels