ariane/app/src/main/res/layout/gemtext_quote.xml

18 lines
837 B
XML
Raw Normal View History

2020-08-21 15:12:00 +00:00
<?xml version="1.0" encoding="utf-8"?>
<androidx.appcompat.widget.AppCompatTextView
xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/gemtext_text_monospace_textview"
android:textSize="@dimen/default_text_size"
android:textColor="@color/stroke"
android:layout_marginLeft="@dimen/screen_margin"
android:layout_marginRight="@dimen/screen_margin"
2020-08-21 15:12:00 +00:00
android:paddingLeft="@dimen/default_margin"
android:paddingRight="@dimen/default_margin"
android:paddingTop="@dimen/default_margin"
android:paddingBottom="@dimen/default_margin"
android:textStyle="italic"
android:background="@color/code_background"
android:textIsSelectable="true"
android:layout_width="match_parent"
2020-11-16 19:21:04 +00:00
android:layout_height="wrap_content"
android:lineHeight="@dimen/default_line_height"/>