Oleh Khmaruk
Oleh Khmaruk
Type Int? in Kotlin JVM maps to reference type Integer. It causes memory allocations. In our case, nullability isn't necessary and can be avoided. To save compatibility with the last...
If a dialog is shown using SettingsList and SettingsListMultiSelect, the dialog will be hidden after a configuration update (for example, screen orientation change) I just want to clarify whether it's...
Adds `textGravity`, `textMaxLines`, `textBreakStrategy`, `textHyphenationFrequency` properties. These can be useful when a text should be on two and more lines. Maybe `View.setTextAlignment` method should be used instead of `TextView.setGravity`, but...