Thursday, July 04, 2024

Thunderbird (115.x.y) Use Body Text Style by Default

You can set Body Text as the default composition style from the Tools Menu ->  Settings -> Composition:
uncheck "Use Paragraph format instead of Body Text by default".

Still, if you reply to an email and find yourself using the Paragraph style, you might think the option has been disabled. It's not. You just moved inside a Paragraph block.

Tuesday, July 02, 2024

Can not extract resource from com.android.aaptcompiler.ParsedResource

 If you get this strange error while building an app with AndroidStudio:
"Can not extract resource from com.android.aaptcompiler.ParsedResource"
 
 check if you just introduced an unprotected apostrophe (') in strings.xml and replace it with (\').

Thanks to soulflavacrew.