-
Notifications
You must be signed in to change notification settings - Fork 8
Add dark mode to app. #4
Copy link
Copy link
Closed
Labels
EasyEasy issue to fix. Good for first timer.Easy issue to fix. Good for first timer.enhancementNew feature or requestNew feature or request
Description
Activity
Metadata
Metadata
Assignees
Labels
EasyEasy issue to fix. Good for first timer.Easy issue to fix. Good for first timer.enhancementNew feature or requestNew feature or request
Dark mode will look something like this:
Hex code for
blackused:#000000How to implement dark mode?
shared preference. Add methods to read, write & delete data to and fromshared preference.ThemeDatafor light and dark mode. Add method to get current theme. Add methods to set light theme and set dark theme. Store the state toshared preferenceusing the above class you created.