alexispurslane / neo

An Android-native, Material You-based, slick, clean, UX-first Matrix client
GNU General Public License v3.0
14 stars 1 forks source link

Figure out why images embedded in the spanned text rendering element can only toggle between two sizes. #22

Open alexispurslane opened 2 weeks ago

alexispurslane commented 2 weeks ago

I need to make them scale properly with the rest of the text so that I can embed images and have them look like proper custom emoji, but currently they can only be slightly too large or much too small.

alexispurslane commented 2 weeks ago

https://github.com/alexispurslane/neo/blob/515524957eda8cf3796d20790b150c9498533a84/app/src/main/java/io/github/alexispurslane/neo/ui/composables/misc/MessageComposables.kt#L847