WildOrangutan

Results 16 comments of WildOrangutan

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? ![image](https://user-images.githubusercontent.com/5972966/193422242-afb84e13-449b-437d-a4c3-50080208638a.png)

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? ![image](https://user-images.githubusercontent.com/5972966/193417019-f2e79d0e-7b55-42f2-9ad1-452acf063d6b.png)

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.