Compare commits
1 Commits
83294401dc
...
a941fc4fce
| Author | SHA1 | Date | |
|---|---|---|---|
| a941fc4fce |
@@ -204,7 +204,7 @@ class MainActivity : AppCompatActivity() {
|
|||||||
|
|
||||||
fun askBabyBottleContent(event: LunaEvent, showTime: Boolean, onPositive: () -> Unit) {
|
fun askBabyBottleContent(event: LunaEvent, showTime: Boolean, onPositive: () -> Unit) {
|
||||||
val d = AlertDialog.Builder(this)
|
val d = AlertDialog.Builder(this)
|
||||||
val dialogView = layoutInflater.inflate(R.layout.dialog_edit_volume, null)
|
val dialogView = layoutInflater.inflate(R.layout.dialog_edit_bottle, null)
|
||||||
d.setTitle(R.string.log_bottle_dialog_title)
|
d.setTitle(R.string.log_bottle_dialog_title)
|
||||||
d.setMessage(R.string.log_bottle_dialog_description)
|
d.setMessage(R.string.log_bottle_dialog_description)
|
||||||
d.setView(dialogView)
|
d.setView(dialogView)
|
||||||
|
|||||||
Reference in New Issue
Block a user