18 lines
680 B
XML
18 lines
680 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<ScrollView
|
|
xmlns:android="http://schemas.android.com/apk/res/android"
|
|
xmlns:app="http://schemas.android.com/apk/res-auto"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="match_parent">
|
|
|
|
<ru.noties.markwon.view.MarkwonView
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:textSize="18sp"
|
|
android:paddingLeft="16dip"
|
|
android:paddingRight="16dip"
|
|
android:textColor="#333"
|
|
app:mv_configurationProvider="ru.noties.markwon.view.debug.DebugConfigurationProvider"
|
|
app:mv_markdown="@string/debug_markdown"/>
|
|
|
|
</ScrollView> |