Add generic functions to show a message in dialog and exit app with an error message

This commit is contained in:
agnostic-apollo
2021-05-13 17:37:01 +05:00
parent 1e30022ce7
commit af115c9966
5 changed files with 91 additions and 3 deletions

View File

@@ -2,4 +2,5 @@
<resources>
<color name="background_markdown_code_inline">#1F000000</color>
<color name="background_markdown_code_block">#0F000000</color>
<color name="dark_red">#FF0000</color>
</resources>