Revised colour picker dialog to show colour change without closing and re-opening the dialog

This commit is contained in:
Deniz Düzgören
2019-07-26 13:31:31 +02:00
parent 2b5d03093b
commit 351845c4df
7 changed files with 173 additions and 95 deletions
@@ -0,0 +1,3 @@
package com.denizd.substitutionplan
class Colour(val title: String, val titleNoLang: String, val icon: Int, val colour: Int)