svenwiegand / time-duration-picker

An android time duration input control and picker dialog as known from Lollipop's stock timer app.
MIT License
72 stars 26 forks source link

How to change durationDisplayBackground of fragment #14

Open clara-gruber opened 6 years ago

clara-gruber commented 6 years ago

Apparently when I use the time-duration picker widget as a fragment, it doesn't automatically use the right textColor. So it's not possible to see the values entered into the dialog as the text color and the background are both white. Is there any way to change the durationDisplayBackground from the java code in my own extension of the TimeDurationPickerDialogFragment? I've already tried to change the style using myFragement.setStyle() but it doesn't seem to work. What am I missing? Thanks a lot!

svenwiegand commented 6 years ago

Unfortunately currently I don't have time to dig into this. Any one else able to help here?