Hi I am using custom theme to customize my alert dialog.My problem is when ever i set background color to any color my texts become invisible.Here is my code
<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>
any help will be appreciated and thanks in advance