Added custom markdown window for redesign

This commit is contained in:
Viktor De Pasquale
2019-11-19 17:41:24 +01:00
parent 35475e1d25
commit c5385b5b4c
2 changed files with 32 additions and 5 deletions
@@ -0,0 +1,15 @@
<?xml version="1.0" encoding="utf-8"?>
<ScrollView xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent">
<TextView
android:id="@+id/md_txt"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginStart="15dp"
android:layout_marginEnd="15dp"
android:paddingTop="10dp"
android:textAppearance="?appearanceTextCaptionNormal" />
</ScrollView>