googlecast / CastVideos-android

Reference Android Sender w/ Framework API: CastVideos-android application shows how to cast videos from an Android device that is fully compliant with the Cast Design Checklist.
Apache License 2.0
345 stars 182 forks source link

How to change color of text in the subtitle dialog? #93

Open nishantkp opened 4 years ago

nishantkp commented 4 years ago

Hello,

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 ?

Cast TextTrack Selection Dialog