Questions tagged [materialdatepicker]
52 questions
0
votes
1 answer
Is there a way to enable immersive mode on MaterialDatePicker?
I'm developing an app in which MaterialDatePicker is used.
Material DatePicker Fragment from app
The entire application is fullscreen (immersive mode enabled - status and navigation bars are hidden) and I also want this in the DatePicker dialog.…

Răzvan Dănilă
- 3
- 2
0
votes
2 answers
Changing primary color in material-ui causes material-ui datepicker to crash
I am using the material-ui/pickers library to add a datepicker.
but it throws the following exception.
"
I investigated the issue and understood that, if I override the primary and secondary colour for the project, it throws the error. Otherwise,…

eyepatch31
- 77
- 2
- 10
0
votes
1 answer
DateRangePicker set limit one month before today
I'm new to android. Now, I want to set the calendar range just one month since today. I've tried this solution but I still don't get how to make it dynamic. And, I'm using Material Date Picker. Here's my code:
private static Calendar…

mochim
- 71
- 1
- 2
- 9
0
votes
0 answers
Android MaterialDatePicker UI different from Material design Documentation
In my project I need to show a date picker that looks exactly like in the doc:
https://material.io/components/date-pickers#mobile-pickers
But what I see it's much different from it. I tried also the demo which I could download from the same link and…

A._
- 23
- 6
0
votes
0 answers
Android dependencies
Somehow adding implementation 'com.google.android.material:material:1.2.0-alpha05' this on my dependencies make my android app failed to run
Here is the code
apply plugin: 'com.android.application'
apply plugin:…

Liv
- 1
0
votes
0 answers
Material Date Picker Custom Styling in white style
I want to implement a white theme, mean that toolbar and status bar should be in white also bottom sheet etc.
i implement theme correctly and it worksMaterialDatePicker dialog i try many solutions here to customize theme for dialog and it never work…

Khalid Mohammed
- 69
- 6