I would like to change the color of options provided in subtitle selection dialog of cast sender SDK.
I have tried bunch of different things like,
<item name="android:textColorPrimary">@color/white100</item>
<item name="android:colorForeground">@color/white100</item>
<item name="android:textColor">@color/white100</item>
<item name="textColorAlertDialogListItem">@color/white100</item>
<item name="android:textColorAlertDialogListItem">@color/white100</item>
None of them worked...
Any idea what I should I do ?