如何在单个选项AlertDialog中减少项目行高?

时间:2014-02-02 18:40:49

标签: android android-alertdialog

我对Android开发相对较新。在此处使用了大量答案,在其他地方使用了相关文章,我使用AlertDialog向我的应用添加了setSingleChoiceItems。我正在显示我的项目,我可以获得用户的项目选择和按钮选择。

默认文字大小对我来说太大了,我可以使用Reducing font size of AlertDialog.Builder's components中的答案来缩小文章的文字大小。

问题是项目行高与默认文本大小相同。

我的问题是如何在对话框中减少项目行的高度?

我找到了答案并尝试将“android:layout_height”和“android:minHeight”添加到我的自定义对话框主题style.xml,但都没有任何影响。

我的默认设置对话框是

enter image description here

我与ContextThemeWrapper的对话是:

enter image description here

感谢您的帮助!

1 个答案:

答案 0 :(得分:0)

那些RadioButton可能具有默认填充或边距。尝试将其填充设置为0,看看是否允许列表项的高度较低。