问题标签 [appcompatdialogfragment]
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.
12 问题
0
投票
1
回答
124
浏览
java - Android自定义DialogFragment问题
我正在尝试自定义布局,DialogFragment
我的想法是创建一个圆角对话框,按钮文本颜色设置为colorPrimary
:
对话框布局 ( dialog_exit.xml
) 是这样定义的:
这里我定义了DialogTheme
( styles.xml
):
这是对话框背景(rounded_dialog.xml
):
没有应用任何内容。对话框只是矩形,按钮颜色设置为AppTheme
colorAccent
。
0
投票
1
回答
141
浏览