问题标签 [materialdatepicker]

For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.

0 投票
1 回答
271 浏览

java - Material DateRangePicker 设置默认范围

我想在我DateRangePicker的默认选择范围内。我怎么能得到那个?

我现在的代码:

0 投票
0 回答
153 浏览

reactjs - React KeyboardDatePicker 设置初始值格式

我有一个组件从后端接收日期作为 dd/MM/yyyy 格式的字符串。我将此日期传递给我的 MaterialUI datepicker 组件,但它会将其转换为 MM/dd/yyyy ,有没有办法可以控制此转换,而不是使用虚拟变量来执行转换

初始加载文本字段中的日期以 MM/dd/yyyy 格式显示。当我单击选择器并选择它以 dd/MM/yyyy 格式正确显示的日期时,因为我在格式属性上指定了相同的格式。

我如何控制最初加载到选择器中的日期的日期格式

0 投票
3 回答
768 浏览

android - 如何在 android 中更改 Material DateRangePicker 颜色?

我想要这个输出:

在此处输入图像描述

我从上面的代码中得到这个输出: 在此处输入图像描述

使用绿色勾号解决方案后,我得到此输出 在此处输入图像描述

我提到了日期选择器的风格:

0 投票
0 回答
209 浏览

android - 材质日期选择器自定义样式白色样式

我想实现一个白色主题,意味着工具栏和状态栏也应该是白色的底页等。我正确地实现了主题并且它可以工作MaterialDatePicker对话框我在这里尝试了许多解决方案来自定义对话框的主题,它永远不会在此处输入图像描述 像你看到的那样工作形式在图像中对话框的按钮没有出现

0 投票
0 回答
19 浏览

android - 安卓依赖

以某种方式在我的依赖项上添加实现 'com.google.android.material:material:1.2.0-alpha05' 这使我的 android 应用程序无法运行

这是代码

这是错误消息

  • 出了什么问题:任务“:app:transformDexArchiveWithExternalLibsDexMergerForDebug”执行失败。

com.android.builder.dexing.DexArchiveMergerException:合并 dex 档案时出错:

我正在尝试使用 MaterialDatePicker

0 投票
0 回答
105 浏览

android - MaterialDatePicker returning wrong value

I am using MaterialDatePicker in android studio for the user to be able to choose the date of birth, after selecting the date, the returned value is a long with the timestamp of the selected date (milliseconds since 01/01/1970). The problem is that the result obtained is slightly wrong, example: If the user selects the date 10/05/1998 (1st of October 1998), the date returned is one day before this, that is, the calendar returns 10/04 / 1998 (October 4, 1998).

My code:

The calendar instance, now with timeInMillis has the selected date, only a day before. How can I fix this?

0 投票
0 回答
42 浏览

android - Android MaterialDatePicker UI 不同于 Material design Documentation

在我的项目中,我需要显示一个与文档中完全相同的日期选择器: https ://material.io/components/date-pickers#mobile-pickers

但我看到的和它有很大的不同。我还尝试了可以​​从同一个链接下载的演示,它看起来像我的,事实上我附上了演示屏幕截图来比较差异。

特别是在演示中,侧面有很多边距,并且在标题和滚动部分之间还有一条水平线。

演示:

在此处输入图像描述

文件:在此处输入图像描述

有没有办法获得指南页面中显示的相同结果?如果不是,为什么会有这种差异?那是从哪里来的?

0 投票
0 回答
67 浏览

android - android - MaterialDatePicker Fullscreen:无法更改黑色状态栏颜色

我对 MaterialDatePicker 有疑问。当我尝试全屏打开它时,我的状态栏变成黑色。我试图用parent="ThemeOverlay.MaterialComponents.MaterialCalendar.Fullscreen"和覆盖创建我自己的主题,statusBarColor但它什么也没做。

此外,我尝试设置windowTranslucentStatus- 这是迄今为止我发现的唯一将单个更改应用于状态栏的属性。它变得半透明,但只有一点点,几乎看不到。

我用来显示 MaterialDatePicker 的代码:

黑色状态栏

0 投票
1 回答
116 浏览

java - DateRangePicker 在今天前一个月设置限制

我是安卓新手。现在,我想从今天开始设置日历范围仅一个月。我已经尝试过这个解决方案,但我仍然不知道如何使它成为动态的。而且,我正在使用材料日期选择器。这是我的代码:

有人能帮我吗?

0 投票
0 回答
84 浏览

android - MaterialDatePicker 非常非常慢

我有以下功能 -

它使 MaterialDatePicker 非常非常慢。就像慢了几秒钟。

我不知道出了什么问题。通过检查主题的类似线程,它可能与慢动作中发生的某些效果有关,但我无法验证这一点。

有没有办法让对话框立即弹出?