mirror of
https://github.com/SpartanJ/eepp.git
synced 2026-08-13 04:42:12 +03:00
More improvements in Markdown and basic HTML support (WIP!).
This commit is contained in:
@@ -4,6 +4,10 @@
|
||||
EE_MAIN_FUNC int main( int, char** ) {
|
||||
UIApplication app( { 1280, 720, "eepp - UIMarkdownView Example" } );
|
||||
|
||||
Log::instance()->setLogLevelThreshold( LogLevel::Debug );
|
||||
Log::instance()->setLogToStdOut( true );
|
||||
Log::instance()->setLiveWrite( true );
|
||||
|
||||
app.getUI()->loadLayoutFromString( R"xml(
|
||||
<ScrollView layout_width="match_parent" layout_height="match_parent">
|
||||
<MarkdownView id="markdown_view" layout_width="match_parent" layout_height="wrap_content" padding="16dp">
|
||||
|
||||
Reference in New Issue
Block a user