嗨,我使用的自定義主題定製我的警報dialog.My問題是當過我的背景顏色設置爲任意顏色我的文字變得invisible.Here是我的代碼Android的警告對話框文本是不可見的
<style name="CustomDialogFragment" parent="android:Theme.Dialog">
<item name="android:windowNoTitle">true</item>
<item name="android:windowBackground">@android:color/transparent</item>
<item name="android:background">@color/black</item>
<item name="textColorAlertDialogListItem">@color/white</item>
</style>
任何幫助將受到讚賞和感謝提前
後的Java代碼在這裏只需 – Harshad
加上'<項目名稱=「機器人:文本顏色「>#54D66A' –
爲文本設置白色- #FFFFFF
–