mirror of
https://github.com/SimpleMobileTools/Simple-Notes.git
synced 2025-06-05 17:00:23 +02:00
removing the setting related to creating new checklist items at the top
This commit is contained in:
@ -21,11 +21,14 @@ class NewChecklistItemDialog(val activity: Activity, callback: (titles: ArrayLis
|
||||
|
||||
init {
|
||||
addNewEditText()
|
||||
view.add_item.applyColorFilter(activity.getAdjustedPrimaryColor())
|
||||
view.add_item.background.applyColorFilter(textColor)
|
||||
view.add_item.setOnClickListener {
|
||||
addNewEditText()
|
||||
view.apply {
|
||||
add_item.applyColorFilter(activity.getAdjustedPrimaryColor())
|
||||
add_item.background.applyColorFilter(textColor)
|
||||
add_item.setOnClickListener {
|
||||
addNewEditText()
|
||||
}
|
||||
}
|
||||
|
||||
AlertDialog.Builder(activity)
|
||||
.setPositiveButton(R.string.ok, null)
|
||||
.setNegativeButton(R.string.cancel, null)
|
||||
|
Reference in New Issue
Block a user