QuickWeather
QuickWeather copied to clipboard
True black theme
Please add a true black theme.
A true black theme is not currently planned, but if there is sufficient excitement I may implement it.
It should be easy. Just replacing all grey with black for both the background and the "cards".
If you implement the "true black" theme and submit a merge request, I will review the request and may approve it.
If you implement the "true black" theme and submit a merge request, I will review the request and may approve it.
Hi Tyler. Is there any plans now for pure black theme. As most of phones nowadays are oled/amoled screens and pure black looks nice on those.
If I'm not mistaken, the change needs to happen over in the TylerUtils library. Specifically in res/values-night/colors.xml:
<color name="card_background">#FF232323</color>
Somehow, and I haven't figured out how, that xml file must be getting loaded. But it should be as easy as adding a res/values-amoled/colors.xml file with the appropriate contents and then conditionally loading it.
To test it, I could just modify the value in `res/values-night/colors.xml'. Except I don't know how to test it.
I have built QuickWeather and loaded it on the emulator. I can make changes to QuickWeather and see those changes in the app.
I've cloned the TylerUtils library and built it, but I have no idea how to get the main QuickWeather build to include it. If anyone knows, I would appreciate some help. I don't work with android apps so this is all new to me.