SwiftFest / android-app

MIT License
0 stars 0 forks source link

Layout for talks contains overlapping text and icons on small phones #24

Open fetching opened 5 years ago

fetching commented 5 years ago

When viewing talk details the text and icons can overlap when displayed on a small phone. The layout is fine on a Pixel XL but on a Pixel 3a the layout real estate starts to overlap.

talklayout

GiorgioNatili commented 5 years ago

This should be fixed by this PR https://github.com/SwiftFest/android-app/pull/30.

fetching commented 5 years ago

I'm on your branch and built with the new file but on my Pixel3A the layout still has some overlapping:

$ git branch -v bugfix/issue-19-agenda-empty-items a3d4be7 Fix merge issue bugfix/issue-21-agenda-missing-fullname 861fc2e Fix the missing surname in the agenda

LayoutafterPR