1

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

<style name="AlertDialogTheme" parent="Theme.MaterialComponents.DayNight.Dialog.Alert">
    <item name="android:colorAccent">#FF0000</item>
    <item name="colorAccent">#FF0000</item>
</style>

アラート ダイアログ イメージ

4

1 に答える 1