Changed colour picker from a single palette dialog to recycler view to gain parity with iOS-version

This commit is contained in:
Deniz Düzgören
2019-10-15 08:29:53 +02:00
parent cad72fb90a
commit 3b239fc22d
20 changed files with 262 additions and 494 deletions
@@ -17,7 +17,6 @@ internal data class Substitution(
val date_priority: Int,
val website_priority: Int
) {
@PrimaryKey(autoGenerate = true)
var id: Int = 0
}