Peter
Peter
I may leave you a PR or two, if you don't mind. Are you currently working on any of these features?
Ok, I will start by adding two minor features: - Add selected country persistence, so previously selected country is saved between app restarts - Load chars by default
Are there any limits, to which language you want to translate? Is any language welcome?
Hm, not sure if possible, but maybe auto-formatter could format code from IDE's code style settings, after fill-action is used
Seems like this was already addressed? 
I'm able to reproduce it if I increase font and display scale on my device. Will try to address it.
Doesn't seem to be an issue anymore? 
Seems like it depends on how many search results are there. If count is small (5 results), I can reproduce it every time. For large count (15 results), refreshing takes...
If I use `0dp`, `text_view` will fill all the available space, which I don't want. I want `view_1` and `text_view` to be packed together and centered (1st image), but be...
Yeah, that has the desired effect. I'm confused tough, shouldn't my initial code also work? At least I gathered from [documentation](https://developer.android.com/reference/androidx/constraintlayout/widget/ConstraintLayout#wrap_content-:-enforcing-constraints-added-in-1.1), that this should be possible.