アラート ダイアログのボタンのテキストの色を設定しようとしています。私のアプリはデイナイトモードをサポートしています。AlertDialog テーマが拡張され、 &プロパティTheme.MaterialComponents.DayNight.Dialog.Alert
をオーバーライドしましたが、機能せず、まったく異なる色が表示されました。colorAccent
android:colorAccent
<style name="AlertDialogTheme" parent="Theme.MaterialComponents.DayNight.Dialog.Alert">
<item name="android:colorAccent">#FF0000</item>
<item name="colorAccent">#FF0000</item>
</style>