如何使用Material Design在Alert Dialog Fragment中设置按钮样式?

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了如何使用Material Design在Alert Dialog Fragment中设置按钮样式?相关的知识,希望对你有一定的参考价值。

我想在警告对话框中更改默认按钮样式。

标准的Alert Dialog Fragment(在android L中)如下所示:

我希望右键可以设置为普通按钮,而不是无边框按钮。 Google本身似乎在各种对话框中使用此模式,例如:

有没有人知道这是否可行,而无需从头开始重新创建整个对话框?

答案

您可以使用属性设置主题中的按钮:qazxsw poi,qazxsw poi和qazxsw poi。

另一答案

好的,通过更新到(刚刚发布的)版本21来自动解决问题。现在按钮自动处于原色:-)

编辑:他们不是原色,但在Android的基本绿松石..

另一答案

此解决方案用于在android:buttonBarPositiveButtonStyle中更改具有材质效果的按钮颜色。

android:buttonBarNegativeButtonStyle

样式文件 - v21

android:buttonBarNeutralButtonStyle

样式文件

AppCompatDialogFragment

以上是关于如何使用Material Design在Alert Dialog Fragment中设置按钮样式?的主要内容,如果未能解决你的问题,请参考以下文章

使用 Material Design 编辑模式时如何选择选项

如何在 WPF 中禁用 Material Design 风格

npm install 后如何引用 Google Material-Design-Icons?

如何在循环中使用 Material Design “mdl-tooltip”

ReactJS + Material Design:如何在组件之外获取主题颜色?

如何在 Android 上实现 Material Design 展开/折叠列表?