drmfinlay / tts-util-app

TTS Util — Text-to-speech utility Android app for synthesising text into audible speech

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Feature request: Dark mode

PurpleCodingWizard opened this issue · comments

The dark mode if done can support settings like follow system, battery saver or choose a light, dark theme.

Thanks. I agree a dark mode would be nice.

I would simply migrate to AppCompat and use

 android:theme="@style/Theme.AppCompat.DayNight">

in AndroidManifest.xml

With that the app would follow the system setting.

It would be very helpful if this could be added as an in-app setting. Automatic dark mode doesn't work consistently before Android 10 in my experience.

I would not waste time on that. That just makes it more complex. With Android 12 in roll-out older than Android 10 should be history soon...

I have no problem with it, it is your time :-)
With all the API change this is getting more and more challenging...

As a workaround you can use the app "DarQ" and enable force dark mode for this particular app. Works great with some other apps I have that don't have dark mode. https://www.xda-developers.com/darq-per-app-forced-dark-mode-android-10-without-root/