mirror of
https://github.com/jrpie/Launcher.git
synced 2025-04-19 10:20:51 +02:00
Create OnClicks for the Theme Buttons
This commit is contained in:
parent
5963277fe3
commit
c81e6c06bc
2 changed files with 17 additions and 0 deletions
|
@ -171,4 +171,18 @@ class SettingsActivity : AppCompatActivity() {
|
|||
.setIcon(android.R.drawable.ic_dialog_alert)
|
||||
.show()
|
||||
}
|
||||
|
||||
/** Theme - related */
|
||||
|
||||
fun chooseDarkTheme(view: View) {
|
||||
|
||||
}
|
||||
|
||||
fun chooseFinnTheme(view: View) {
|
||||
|
||||
}
|
||||
|
||||
fun chooseCustomTheme(view: View) {
|
||||
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue