add a helper function for adding alarm sounds to radiogroup

This commit is contained in:
tibbi
2018-03-29 12:10:47 +02:00
parent ce319c617c
commit 1d46eacdec
4 changed files with 60 additions and 38 deletions

View File

@ -1,3 +1,3 @@
package com.simplemobiletools.clock.models
data class AlarmSound(var title: String, var uri: String)
data class AlarmSound(val id: Int, var title: String, var uri: String)