crux-bphc / CMS-Android

A custom Moodle app for the students of BITS Pilani, Hyderabad Campus.
MIT License
28 stars 39 forks source link

Improper text & image rendering in announcement #303

Closed mvoggu closed 3 years ago

mvoggu commented 3 years ago

cms_announcement

Above is an announcement from course BIO F451 and can be found at https://cms.bits-hyderabad.ac.in/mod/forum/discuss.php?d=22230 App Version: 1.8.2 Device: Mi A2

abhijeetviswa commented 3 years ago

Thanks for the report. The overlapping textviews need to be fixed. However, Images won't be rendered properly since we are using a basic TextView. I'm not sure how big the use case is to warrant a switch to WebViews everywhere.

abhijeetviswa commented 3 years ago

Can you please test out #306? I wasn't able to test it against this specific announcement since it's too small and the extent of overlap is too little on my device. I did test it with huge walls of text though.

mvoggu commented 3 years ago

@abhijeetviswa fixed :) Screenshot_20210302-181653

abhijeetviswa commented 3 years ago

That's good to know. I'll merge it in.