Archived
Implemented settings for text size, text transparency, font style, highlight style, highlight transparency, and randomised entry order; fixed a bug in QuoteAdapter.onRowMoved()
This commit is contained in:
@@ -15,7 +15,7 @@ class CanvasText {
|
||||
|
||||
val previewSize = 20f
|
||||
|
||||
val storage = QuoteStorage(context)
|
||||
val storage = QuoteStorage.getInstance(context)
|
||||
|
||||
size?.let {
|
||||
storage.setSize(size)
|
||||
|
||||
Reference in New Issue
Block a user