BijoySingh / Scarlet-Notes

[Discontinued and Unsupported Project] Simple yet powerful rich note taking android application, with a lot of flexibilty of usage
https://play.google.com/store/apps/details?id=com.bijoysingh.quicknote
GNU General Public License v3.0
354 stars 94 forks source link

[BUG] [UI] Multiline options descriptions have wrong alignment #143

Closed Fs00 closed 4 years ago

Fs00 commented 4 years ago

As it is shown in the screenshot below, when option description takes more than one line, the text becomes misaligned and seems to ignore icon right padding (it is more noticeable in other UI languages). I've tried experimenting with the layout of LithoOptionBottomSheet and I couldn't find a solution. I suppose that the problem may be related to the behavior of Android TextView described in this StackOverflow thread. scarletbug

BijoySingh commented 4 years ago

Yeah it seems to be a weird rendering issue. Given there's little I can do here, I am gonna close this.

Thanks for flagging it, I didn't even realise this! :D

Fs00 commented 4 years ago

Ok. Please also have a look at my recent PRs, they don't introduce big changes.