update commons to 5.16.12

This commit is contained in:
tibbi
2019-08-19 22:31:58 +02:00
parent 8ecf7419e2
commit afd4ee00b6
11 changed files with 18 additions and 20 deletions

View File

@ -57,7 +57,7 @@ class ChecklistFragment : NoteFragment(), ChecklistItemsListener {
}
private fun setupFragment() {
val plusIcon = resources.getColoredDrawableWithColor(R.drawable.ic_plus, if (context!!.isBlackAndWhiteTheme()) Color.BLACK else Color.WHITE)
val plusIcon = resources.getColoredDrawableWithColor(R.drawable.ic_plus_vector, if (context!!.isBlackAndWhiteTheme()) Color.BLACK else Color.WHITE)
view.apply {
checklist_fab.apply {
setImageDrawable(plusIcon)