mirror of
https://github.com/AdrianKuta/KahootQuiz.git
synced 2025-10-30 16:33:42 +01:00
41fd729271abed397a73ff39cbb4dfdd4de763c8
This commit modifies the `QuizScreen` to show a "Continue" button once an answer is selected for the current question. The timer bar is hidden when an answer is chosen.
Key changes:
- **UI Layer (`ui:quiz` module):**
- In `QuizScreen.kt`:
- Conditionally display either the `TimerBar` or a `FilledTonalButton` with the text "Continue" based on whether `uiState.answer` is null.
- The "Continue" button is styled with a grey background and black text.
- Added a new string resource `continue_text` in `ui/quiz/src/main/res/values/strings.xml`.
Description
No description provided
Languages
Kotlin
100%