Skip to content

Commit 9944d2a

Browse files
committed
Merge remote-tracking branch 'origin/main'
2 parents 900dae2 + 6ed1d6f commit 9944d2a

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

README.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -282,6 +282,23 @@ observe(viewModel.someLiveData) {
282282
}
283283
```
284284

285+
#### Theme Selection
286+
287+
```kotlin
288+
currentActivity.showThemeChoiceDialog()
289+
```
290+
291+
#### Language Selection
292+
293+
```kotlin
294+
private val languages = mapOf(
295+
"English" to "en",
296+
"Türkçe" to "tr"
297+
)
298+
299+
currentActivity.showLanguageChoiceDialog(languages)
300+
```
301+
285302
#### Loading Images
286303

287304
```kotlin

0 commit comments

Comments
 (0)