2 comments (2 comments)0 reactions (0 reactions)1 assignee (1 assignee)Kotlin2 forks (2 forks)auto 404
good first issuehacktoberfest
Repository metrics
- Stars
- 2 stars (2 stars)
- PR merge metrics
- PR metrics pending (PR metrics pending)
Description
- Create a simple menu icon in topAppBar.
- The menu should open a Setting screen with single option Enable Dark them with radio button in the end of the row.
- Checking the radio buttion should change the App theme to dark,
Contributor guide
- Research direction
- Implement dark theme toggle in Jetpack Compose by following the Material3 theming guidelines. Add a settings screen with a radio button to toggle dark mode.
- Tech stack
- kotlinandroid
- Domain
- mobile
- Issue type
- Feature
- Prerequisites
- KotlinAndroid