Armadillo View Model
Stores FragmentStatus and some settings.
When settings are changed in the Settings tab, the changed values are saved in this ViewModel. Observers in the application watching the LiveData stored here help to make the changes effective immediately in the whole application.
Constructors
ArmadilloViewModel
Link copied to clipboard
fun ArmadilloViewModel()
Content copied to clipboard
Properties
_colorMode
Link copied to clipboard
_dyslexicFont
Link copied to clipboard
_status
Link copied to clipboard
Stores current FragmentStatus.
dyslexicFont
Link copied to clipboard
status
Link copied to clipboard
Inherited properties
Functions
setColorMode
Link copied to clipboard
setDyslexicFont
Link copied to clipboard
setFragmentStatus
Link copied to clipboard