fix line height for ascii art rendering in code blocks

This commit is contained in:
Jonathan Fisher 2020-11-08 23:10:13 +00:00
parent 7b0fea907e
commit b64b2e6ff6
1 changed files with 2 additions and 0 deletions

View File

@ -11,11 +11,13 @@
<androidx.appcompat.widget.AppCompatTextView
android:id="@+id/gemtext_text_monospace_textview"
android:textSize="@dimen/code_text_size"
app:lineHeight="14sp"
android:fontFamily="monospace"
android:textColor="@color/stroke"
android:textIsSelectable="true"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:paddingLeft="@dimen/default_margin"
android:paddingRight="@dimen/default_margin"
android:paddingTop="@dimen/default_margin"